Lines Matching refs:NULL

233 	: BView(NULL, B_WILL_DRAW),
236 fBitmap(NULL)
240 if (fBitmap != NULL)
261 if (fBitmap == NULL)
273 if (fBitmap == NULL) {
278 if (fBitmap != NULL) {
297 fBitmap = NULL;
311 BSlider(name, NULL, message, 0, kMaxSliderLimit, B_HORIZONTAL,
431 if (fAttribute != NULL) {
448 fTypeControl = new BTextControl(B_EMPTY_STRING, NULL, buffer,
457 fTypeControl = NULL;
477 fPositionControl = new BTextControl(B_EMPTY_STRING, NULL, "0x0", msg);
498 fOffsetControl = new BTextControl(B_EMPTY_STRING, NULL, "0x0", msg);
514 fFileOffsetControl = new BTextControl(B_EMPTY_STRING, NULL, "0x0", msg);
697 != NULL)
916 if (Looper()->MessageQueue()->FindMessage(kMsgPositionUpdate, 0) != NULL)
1001 B_TRANSLATE("OK"), NULL, NULL, B_WIDTH_AS_USUAL,
1004 alert->Go(NULL);
1029 if (fTypeEditorView == NULL) {
1078 fPrintSettings(NULL),
1079 fTypeView(NULL),
1080 fLastSearch(NULL)
1086 if (settings != NULL) {
1125 fEditorLooper = NULL;
1180 "No attributes"), NULL);
1196 //menu->AddItem(new BMenuItem("Save As" B_UTF8_ELLIPSIS, NULL), index);
1218 if (bar == NULL)
1222 BMenu* menu = NULL;
1223 if (item != NULL)
1228 if (menu == NULL)
1271 if (bar == NULL) {
1304 item->SetTarget(NULL, Window());
1307 fPasteMenuItem->SetTarget(NULL, Window());
1311 item->SetTarget(NULL, Window());
1424 if (subMenu->FindMarked() == NULL) {
1497 if (data == NULL) {
1552 if (item == NULL)
1556 if (message == NULL)
1591 for (i = 2; (item = fBookmarkMenu->ItemAt(i)) != NULL; i++) {
1593 if (message != NULL && message->FindInt64("block", &bookmark) == B_OK) {
1625 if (fTypeView == NULL)
1628 if (Parent() != NULL)
1634 fTypeView = NULL;
1657 if (Parent() != NULL)
1673 if ((clip = be_clipboard->Data()) != NULL) {
1691 if (fPrintSettings != NULL)
1708 if (fPrintSettings == NULL && _PageSetup() != B_OK)
1747 buffer, B_TRANSLATE("OK"), NULL, NULL,
1750 alert->Go(NULL);
1902 if (itemMessage == NULL || itemMessage->FindData("data",
1945 if (bar != NULL) {
1947 if (item != NULL && item->Submenu() != NULL)