Searched refs:FindInt32 (Results 301 - 325 of 570) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/diskprobe/
H A DProbeView.cpp672 if (message->FindInt32(B_OBSERVE_WHAT_CHANGE, &what) != B_OK)
754 } else if (message->FindInt32("delta", &delta) == B_OK) {
816 if (message->FindInt32("base", &type) != B_OK)
1087 settings->FindInt32("base_type", &baseType);
1792 if (message->FindInt32(B_OBSERVE_WHAT_CHANGE, &what) != B_OK)
1811 if (message->FindInt32("base_type", &type) != B_OK)
1849 if (message->FindInt32("block_size", &blockSize) != B_OK)
1863 if (message->FindInt32("editor index", &index) != B_OK)
1930 switch (message->FindInt32("opcode")) {
/haiku/src/libs/print/libprint/
H A DPreview.cpp209 if (fReader.JobSettings()->FindInt32(kJDOrientation, &value32) == B_OK)
212 if (fReader.JobSettings()->FindInt32(kJDPageSelection, &value32) == B_OK)
219 if (fReader.JobSettings()->FindInt32(kJDNup, &value32) == B_OK)
292 if (message && message->FindInt32("buttons", &button) == B_OK) {
295 if (message->FindInt32("modifiers", &modifier) == B_OK) {
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp282 message->FindInt32("modifiers", (int32 *)&modifiers);
322 event->FindInt32("buttons", &buttons);
329 event->FindInt32("clicks", &clicks);
345 event->FindInt32("raw_char", &rawChar);
346 event->FindInt32("key", &key);
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp771 if (message->FindInt32("opcode") != B_NETWORK_WLAN_SCANNED)
882 reply.FindInt32("status", &status);
921 reply.FindInt32("status", &status);
943 reply.FindInt32("status", &status);
974 reply.FindInt32("status", &status);
H A DNetworkSettings.cpp284 if (source.FindInt32("family", &family) == B_OK) {
535 if (message->FindInt32("opcode", &opcode) != B_OK
554 && message->FindInt32("fields", &fields) == B_OK
911 if (data.FindInt32("family", &fFamily) != B_OK) {
1310 if (data.FindInt32("family", &fFamily) != B_OK) {
1471 if (message.FindInt32("port", &fPort) != B_OK) {
/haiku/src/kits/interface/
H A DColorControl.cpp75 data->FindInt32("_layout", &layout);
119 data->FindInt32("_val", &value);
385 && message->FindInt32("mode", (int32*)&mode) == B_OK) {
780 if (message->FindInt32("be:key_repeat", &repeats)
816 if (message->FindInt32("be:key_repeat", &repeats)
H A DPrintJob.cpp510 if (reply.FindInt32("color", &type) != B_OK)
607 if (message->FindInt32(PSRV_FIELD_FIRST_PAGE, &fFirstPage) != B_OK)
610 if (message->FindInt32(PSRV_FIELD_LAST_PAGE, &fLastPage) != B_OK)
H A DMenuItem.cpp109 if (data->FindInt32("_user_trig", &userTrigger) == B_OK)
115 data->FindInt32("_shortcut", &shortcut);
116 data->FindInt32("_mods", &mods);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp184 Window()->CurrentMessage()->FindInt32("buttons", (int32 *)&buttons);
201 Window()->CurrentMessage()->FindInt32("buttons", (int32 *)&buttons);
213 Window()->CurrentMessage()->FindInt32("buttons", (int32 *)&buttons);
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp119 if (message->FindInt32("token", &token) >= B_OK)
126 if (message->FindInt32("token", &token) >= B_OK &&
140 if (message->FindInt32("token", &token) >= B_OK)
/haiku/headers/build/os/app/
H A DMessage.h154 status_t FindInt32(const char *name, int32 *value) const;
155 status_t FindInt32(const char *name, int32 index, int32 *value) const;
264 int32 FindInt32(const char *, int32 n = 0) const;
/haiku/src/apps/resedit/
H A DBitmapView.cpp191 if (msg->FindInt32("be:actions", &actions) == B_OK) {
573 status = datamsg.FindInt32("_cspace", (int32)cspace);
603 status = flattened.FindInt32("_cspace", (int32)cspace);
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp373 if (message->FindInt32("type", &type) >= B_OK) {
385 if (message->FindInt32("be:value", &value) >= B_OK) {
439 if (message->FindInt32("mode", (int32*)&mode) >= B_OK) {
/haiku/src/servers/app/
H A DEventDispatcher.cpp522 if (message->FindInt32("view_token", &viewToken) != B_OK
825 && event->FindInt32("buttons") == 0) {
833 if (event->FindInt32("buttons", &buttons) == B_OK)
H A DWorkspacesView.cpp433 if (message->FindInt32("buttons", &buttons) != B_OK
468 && message->FindInt32("modifiers", &modifiers) == B_OK) {
532 if (message->FindInt32("buttons", &buttons) != B_OK
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp210 Window()->CurrentMessage()->FindInt32("buttons", (int32*)&fMouseButtons);
638 && message->FindInt32("modifiers", &modifierKeys) == B_OK) {
642 if (message->FindInt32("key", &key) == B_OK) {
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp442 err = archive->FindInt32("statusViewWidth", &i);
647 err = message->FindInt32("groupID", (int32*)&groupID);
689 err = message->FindInt32("groupID", (int32*)&groupID);
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp129 CHK(message.FindInt32("be:team", &foundTeam) == B_OK);
133 CHK(message.FindInt32("be:thread", &thread) == B_OK);
145 CHK(message.FindInt32("be:flags", (int32*)&flags) == B_OK);
/haiku/src/system/kernel/
H A Dsystem_info.cpp244 if (event->FindInt32("event", &eventCode) != B_OK
245 || event->FindInt32("team", &teamID) != B_OK) {
275 if (event->FindInt32("thread", &object) != B_OK)
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp440 if (message->FindInt32("error", &reply) != B_OK)
468 uint32 rawChar = msg->FindInt32("raw_char");
469 uint32 modifier = msg->FindInt32("modifiers");
/haiku/src/apps/launchbox/
H A DPadView.cpp151 if (message->FindInt32("size", (int32*)&size) == B_OK)
193 message->FindInt32("buttons", (int32*)&buttons);
224 window->CurrentMessage()->FindInt32("buttons", (int32*)&buttons);
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp416 archive->FindInt32("updateMode", (int32*)&fUpdateMode);
417 archive->FindInt32("alignMode", (int32*)&fAlignMode);
418 archive->FindInt32("alignFlags", (int32*)&fAlignFlags);
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp76 if (archive->FindInt32("color", i, (int32*)&step.color) >= B_OK) {
83 if (archive->FindInt32("type", (int32*)&fType) < B_OK)
86 if (archive->FindInt32("interpolation", (int32*)&fInterpolation) < B_OK)
/haiku/src/apps/glteapot/
H A DObjectView.cpp341 long lightNum = msg->FindInt32("num");
342 long color = msg->FindInt32("color");
449 uint32 buttons = msg->FindInt32("buttons");
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp237 from->FindInt32("buttons", &fWhichButtons);
618 for (int32 i = 0; from->FindInt32("ooffsets", i, &temp) == B_OK; i++) {
621 if (from->FindInt32("overrides", i, &temp) != B_OK)
626 if (from->FindInt32("omods", i, &temp) != B_OK)
631 if (from->FindInt32("okeys", i, &temp) != B_OK)
1283 (void)original->FindInt32("buttons", &buttons);

Completed in 220 milliseconds

<<11121314151617181920>>