Searched refs:FindInt32 (Results 251 - 275 of 570) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp117 if (message->FindInt32("id", &id) >= B_OK) {
/haiku/src/apps/showimage/
H A DShowImageSettings.cpp66 if (fSettings.FindInt32(name, &value) == B_OK)
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp75 fMovedOutWhat = (uint32)message->FindInt32("what");
/haiku/src/kits/print/
H A DPrintPanel.cpp36 if (msg->FindInt32("key", &key) == B_OK && key == 1) {
/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp134 if (0 == msg->FindInt32("which")) // Quit
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp57 if (archive->FindInt32("data", &fData) < B_OK)
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp54 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK) {
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp310 if (reply.FindInt32("midi:result", &res) == B_OK)
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp94 if (message->FindInt32("modifiers", (int32*)&modifiers) == B_OK)
/haiku/src/servers/registrar/
H A DClipboardHandler.cpp168 if (message->FindInt32("count", &localCount) == B_OK
/haiku/src/kits/interface/
H A DGridLayout.cpp555 status_t result = from->FindInt32(kItemDimensionsField, index, &dimensions.x);
557 result = from->FindInt32(kItemDimensionsField, ++index, &dimensions.y);
560 result = from->FindInt32(kItemDimensionsField, ++index, &dimensions.width);
563 result = from->FindInt32(kItemDimensionsField,
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp230 bool selected = message->FindInt32("be:value") != 0;
/haiku/src/apps/launchbox/
H A DMainWindow.cpp409 if (message->FindInt32("window look", (int32*)&look) == B_OK)
414 if (message->FindInt32("orientation", &orientation) == B_OK)
419 if (message->FindInt32("icon size", &iconSize) == B_OK)
465 if (message->FindInt32("workspaces", (int32*)&workspaces) == B_OK)
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp167 if (message->FindInt32("opcode", &opcode) == B_OK) {
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp108 message->FindInt32("which", &which);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp88 if (message->FindInt32("which", &button) == B_OK) {
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp134 reply.FindInt32("error", &error);
/haiku/src/apps/diskusage/
H A DPieView.cpp221 if (current->FindInt32("buttons", (int32*)&buttons) != B_OK)
250 if (current->FindInt32("modifiers", (int32*)&modifiers) != B_OK)
646 msg.FindInt32("be:sub", &subs);
647 msg.FindInt32("be:super", &supers);
/haiku/src/apps/pulse/
H A DPulseView.cpp146 int which = message->FindInt32("which");
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp373 mouseMsg->FindInt32("buttons", (int32 *) &buttons);
375 mouseMsg->FindInt32("modifiers", (int32 *) &modifiers);
535 message->FindInt32(AR_MODE, &mode);
540 message->FindInt32(AR_BEHAVIOUR, &mode);
/haiku/src/kits/package/
H A DActivationTransaction.cpp50 if ((error = archive->FindInt32("location", &location)) == B_OK
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp196 if (settings.FindInt32("font size", &fontSize) == B_OK) {
299 if (message->FindInt32("character", (int32*)&c) == B_OK) {
317 if (message->FindInt32("index", &index) != B_OK
332 if (message->FindInt32("character", (int32*)&character) != B_OK)
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp58 if (msg->FindInt32("key", &key) == B_OK && key == 1) {
/haiku/src/tools/translation/inspector/
H A DImageView.cpp136 int32 button = pmsg->FindInt32("buttons");
438 if (ioExtension.FindInt32("/documentCount", &document_count) == B_OK) {
455 if (ioExtension.FindInt32("/documentIndex", &document_index) == B_OK) {
578 if (ioExtension.FindInt32("/documentCount", &documentCount) == B_OK &&
/haiku/src/preferences/input/
H A DInputWindow.cpp110 int32 operation = message->FindInt32("be:opcode");

Completed in 262 milliseconds

<<11121314151617181920>>