Searched refs:FindInt32 (Results 476 - 500 of 570) sorted by relevance

<<11121314151617181920>>

/haiku/src/libs/print/libprint/
H A DMarginView.cpp245 if (msg->FindInt32("marginUnit", &marginUnit) == B_OK)
H A DJobSetupDlg.cpp848 if (message->FindInt32(kCategoryID, &id) != B_OK)
859 if (message->FindInt32(kCategoryID, &id) != B_OK)
/haiku/src/apps/terminal/
H A DShell.cpp282 || info.FindInt32("cwd device", &cwdDevice) != B_OK
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp389 if (message->FindInt32("message", &what) != B_OK)
H A DMimeTypeListView.cpp473 || message->FindInt32("be:which", &which) != B_OK)
H A DApplicationTypeWindow.cpp947 if (message->FindInt32("index", &index) == B_OK) {
1042 || message->FindInt32("be:which", &which) != B_OK)
/haiku/src/kits/network/libnetapi/
H A DNetworkInterface.cpp578 reply.FindInt32("status", &status);
/haiku/src/system/kernel/events/
H A DNotifications.cpp272 return eventSpecifier.FindInt32("event mask", (int32*)&eventMask);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp200 if (message->FindInt32("type", (int32*)&type) < B_OK)
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp174 if (message->FindInt32(_KeyToString(menuitem), &key) == B_OK)
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp336 int32 color = message->FindInt32("color");
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp240 // message->FindInt32("sender", &sender);
266 if (message->FindInt32("sender", &sender) != B_OK
480 result = (message->FindInt32("argc", &foundArgc) == B_OK
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp948 if (message.FindInt32("opcode", &opcode) != B_OK)
957 if (message.FindInt32("thread", &threadID) != B_OK)
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp708 message->FindInt32("device", &nodeRef.device);
742 if (message->FindInt32("be:team", &team) == B_OK
/haiku/src/kits/interface/
H A DTextControl.cpp1129 err = archive->FindInt32("_a_label", &labelAlignment);
1132 err = archive->FindInt32("_a_text", &textAlignment);
H A DMenu.cpp1553 archive->FindInt32("_layout", (int32*)&fLayout);
1733 err = message->FindInt32("what",
1799 err = message->FindInt32("what",
1963 err = specifier.FindInt32("index", &index);
1998 err = specifier.FindInt32("index", &index);
H A DColumnListView.cpp2016 for (int i = 0; message->FindInt32("ID", i, &id) == B_OK; i++) {
2033 for (int k = 0; message->FindInt32("sortID", k, &id) == B_OK; k++) {
2857 if (message->FindInt32("be:field_num", &num) == B_OK) {
2881 Window()->CurrentMessage()->FindInt32("buttons", &buttons);
2936 Window()->CurrentMessage()->FindInt32("clicks", &clicks);
3757 message->FindInt32("buttons", &buttons);
3856 Window()->CurrentMessage()->FindInt32("clicks", &fClickCount);
/haiku/src/servers/net/
H A DDHCPClient.cpp624 status = reply.FindInt32("status", &fStatus);
631 status = reply.FindInt32("status", &fStatus);
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp496 message->FindInt32("be:value", &value);
513 message->FindInt32("be:value", &value);
/haiku/src/apps/deskbar/
H A DBarView.cpp105 uint32 transit = message->FindInt32("be:transit");
777 int32 state = message->FindInt32("state");
/haiku/src/apps/mail/
H A DMailWindow.cpp1046 status_t status = msg->FindInt32("status");
1067 int32 fieldMask = msg->FindInt32("bitmask");
1133 if (msg->FindInt32("buttons", (int32*)&buttons) == B_OK
1172 if (msg->FindInt32("buttons", (int32*)&buttons) == B_OK
1199 if (msg->FindInt32("buttons", (int32*)&buttons) == B_OK
1555 if (msg->FindInt32("charset", &charSet) != B_OK)
2801 || replyMessage.FindInt32("error", &errorCode) != B_OK
3188 if (message.FindInt32("logicalRelation", index,
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp414 switch (message->FindInt32("opcode")) {
419 dirNode.device = itemNode.device = message->FindInt32("device");
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp725 && message->FindInt32("modifiers", &modifierKeys) == B_OK) {
729 if (message->FindInt32("key", &key) == B_OK) {
1127 if (message->FindInt32("tab index", &index) != B_OK)
1138 if (message->FindInt32("tab index", &index) == B_OK
1161 if (message->FindInt32("tab index", &index) != B_OK)
/haiku/src/servers/app/
H A DDesktop.cpp188 message->FindInt32("key", &key);
189 message->FindInt32("modifiers", &modifiers);
268 if (message->FindInt32("buttons", &buttons) != B_OK)
293 int32 modifiers = message->FindInt32("modifiers");
295 int32 originalClickCount = message->FindInt32("clicks");
370 fLastClickButtons = message->FindInt32("buttons");
371 fLastClickModifiers = message->FindInt32("modifiers");
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1546 data->FindInt32("_cspace", (int32 *)&cspace);
1549 data->FindInt32("_bmflags", &flags);
1552 data->FindInt32("_rowbytes", &rowbytes);

Completed in 411 milliseconds

<<11121314151617181920>>