Searched refs:FindInt32 (Results 276 - 300 of 570) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp697 if ((message->FindInt32("row", &row) == B_OK)
698 && (message->FindInt32("column", &column) == B_OK)) {
710 && (message->FindInt32("key", &key) == B_OK)) {
713 } else if (message->FindInt32("unmappedkey", &key) ==
/haiku/src/servers/mail/
H A DDeskbarView.cpp227 BMailDaemon().CheckMail(message->FindInt32("account"));
250 message->FindInt32("opcode", &opcode);
257 message->FindInt32("device", &ref.device);
372 Looper()->CurrentMessage()->FindInt32("buttons", &fLastButtons);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.cpp153 status_t error = reply.FindInt32("status");
/haiku/src/apps/terminal/
H A DTermView.cpp240 if (archive->FindInt32("encoding", (int32*)&fEncoding) < B_OK)
242 if (archive->FindInt32("columns", (int32*)&fColumns) < B_OK)
244 if (archive->FindInt32("rows", (int32*)&fRows) < B_OK)
249 archive->FindInt32("argc", &argc);
1627 message->FindInt32("buttons", &buttons);
1682 if (message->FindInt32("index", &code) == B_OK)
1722 message->FindInt32 ("data", &encodingID);
1762 if (message->FindInt32("be:opcode", &opcode) == B_OK) {
1874 if (message->FindInt32("count", &count) != B_OK)
1896 if (message->FindInt32("coun
[all...]
H A DTerminalRoster.cpp45 if (archive.FindInt32("id", &id) != B_OK)
47 if (archive.FindInt32("team", &team) != B_OK)
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp71 if (message->FindInt32("token", &token) == B_OK
161 currentMessage->FindInt32("modifiers", &modifiers);
218 message->FindInt32("raw_char", &event.key);
219 message->FindInt32("modifiers", &event.modifiers);
/haiku/src/bin/desklink/
H A DDeskButton.cpp166 mouseButtons = Window()->CurrentMessage()->FindInt32("buttons");
H A DVolumeControl.cpp72 if (archive->FindInt32("volume which", &volumeWhich) != B_OK)
169 && Looper()->CurrentMessage()->FindInt32("_view_token",
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp578 if (message->FindInt32("thread", &threadID) != B_OK)
706 if (message->FindInt32("disposition", &disposition) != B_OK)
718 if (message->FindInt32("signal", &signal) != B_OK
719 || message->FindInt32("disposition", &disposition) != B_OK) {
731 if (message->FindInt32("signal", &signal) != B_OK)
757 || message->FindInt32("length", &length) != B_OK)) {
872 if (message->FindInt32("thread", &threadID) != B_OK)
884 if (message->FindInt32("thread", &threadID) != B_OK)
896 if (message->FindInt32("thread", &threadID) != B_OK)
909 if (message->FindInt32("imag
[all...]
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp669 int32 page = message->FindInt32("page");
670 int32 pageCount = message->FindInt32("pageCount");
876 if (message->FindInt32("page", &newPage) != B_OK)
1042 if (message->FindInt32("behavior") == BButton::B_TOGGLE_BEHAVIOR) {
1043 bool force = (message->FindInt32("be:value") == B_CONTROL_ON);
1069 if (message->FindInt32("rating", &rating) != B_OK)
1193 if (message->FindInt32(kTranslatorField, &outTranslator) != B_OK
1194 || message->FindInt32(kTypeField,
1247 if (message->FindInt32(kTranslatorField, &outTranslator) != B_OK
1248 || message->FindInt32(kTypeFiel
[all...]
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp267 Window()->CurrentMessage()->FindInt32("buttons", (int32*)&buttons);
268 Window()->CurrentMessage()->FindInt32("clicks", &clicks);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp325 || fBootVolume.FindInt32("client IP", (int32*)&clientIP) != B_OK) {
330 if (fBootVolume.FindInt32("net mask", (int32*)&netMask) != B_OK) {
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp109 container.FindInt32(kBackgroundImageInfoWorkspaces, index,
111 container.FindInt32(kBackgroundImageInfoMode, index, (int32*)&mode);
/haiku/src/apps/mail/
H A DSettings.cpp288 if (settings.FindInt32("CharacterSet", &int32Value) == B_OK)
299 if (settings.FindInt32("UseAccountFrom", &int32Value) == B_OK)
/haiku/src/kits/interface/
H A DSlider.cpp140 if (archive->FindInt32("_sdelay", &fSnoozeAmount) != B_OK)
144 if (archive->FindInt32("_fcolor", (int32*)&color) == B_OK)
150 if (archive->FindInt32("_orient", &orient) == B_OK)
166 if (archive->FindInt32("_min", &fMinValue) != B_OK)
169 if (archive->FindInt32("_max", &fMaxValue) != B_OK)
172 if (archive->FindInt32("_incrementvalue", &fKeyIncrementValue) != B_OK)
175 if (archive->FindInt32("_hashcount", &fHashMarkCount) != B_OK)
190 if (archive->FindInt32("_bcolor", (int32*)&color) != B_OK)
/haiku/src/kits/package/
H A DPackageRoster.cpp306 if (reply.FindInt32("error", &result) != B_OK)
339 if (reply.FindInt32("error", &result) != B_OK)
/haiku/src/preferences/input/
H A DMouseView.cpp161 fButtons = mouseMsg->FindInt32("buttons");
162 int32 modifiers = mouseMsg->FindInt32("modifiers");
/haiku/src/add-ons/translators/raw/
H A DRAWTranslator.cpp162 if (settings->FindInt32(kDocumentIndex, &index) == B_OK)
247 if (settings->FindInt32(kDocumentIndex, &imageIndex) == B_OK)
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp203 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
375 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
443 || Window()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK
577 && message->FindInt32("buttons", &buttons) == B_OK
579 && message->FindInt32("key", &keyCode) == B_OK) {
613 && message->FindInt32("key", &keyCode) == B_OK) {
657 if (message->FindInt32("modifiers", &newModifiers) == B_OK
1158 if (message->FindInt32("key", &key) != B_OK
/haiku/src/apps/processcontroller/
H A DProcessController.cpp298 if (message->FindInt32("team", &team) == B_OK) {
306 if (message->FindInt32("team", &team) == B_OK) {
341 if (message->FindInt32("thread", &thread) == B_OK) {
386 if (message->FindInt32("thread", &thread) == B_OK) {
388 if (message->FindInt32("priority", &new_priority) == B_OK)
443 if (message->FindInt32("cpu", (int32*)&cpu) == B_OK) {
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp649 if (message->FindInt32("index", &index) == B_OK) {
723 if (message->FindInt32("index", &index) == B_OK) {
737 if (message->FindInt32("index", &index) == B_OK) {
850 if (message->FindInt32("index", &index) == B_OK) {
867 if (message->FindInt32("index", &index) == B_OK) {
936 || message->FindInt32("be:which", &which) != B_OK)
/haiku/src/servers/net/
H A DNetServer.cpp251 status_t result = message->FindInt32("index", (int32*)&index);
426 if (message.FindInt32("flags", &flags) != B_OK)
436 if (message.FindInt32("mtu", &mtu) != B_OK)
440 if (message.FindInt32("metric", &metric) != B_OK)
926 if (message->FindInt32("opcode", &opcode) != B_OK
1138 if (message.FindInt32("reason", &reason) != B_OK)
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp371 err = message->FindInt32("groupID", (int32*)&groupID);
393 err = message->FindInt32("groupID", (int32*)&groupID);
412 err = message->FindInt32("groupID", (int32*)&groupID);
511 status_t err = message->FindInt32("groupID", (int32*)&groupID);
1103 err = message->FindInt32("nodeID", &id);
1141 err = message->FindInt32("nodeID", &id);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp154 if (message->FindInt32("phase", &phase) != B_OK)
163 if (message->FindInt32("team", &team) != B_OK)
213 && message->FindInt32("thread", &thread) == B_OK) {
788 if (message->FindInt32("be:team", &team) != B_OK) {
827 if (message->FindInt32("be:team", &team) != B_OK) {
865 if (message->FindInt32("team", &team) != B_OK)
906 if (message->FindInt32("team", &team) != B_OK
/haiku/src/apps/deskbar/
H A DSwitcher.cpp488 message->FindInt32("team", &teamID);
517 if (message->FindInt32("flags", (int32*)&flags) != B_OK)
536 team_id team = message->FindInt32("team");
555 team_id team = message->FindInt32("team");
589 message->FindInt32("modifiers", (int32*)&modifiers);
591 message->FindInt32("key", &key);
673 message->FindInt32("key", (int32*)&key);
770 message->FindInt32("modifiers", (int32*)&modifiers);
772 message->FindInt32("key", &key);
775 if (message->FindInt32("tea
[all...]

Completed in 244 milliseconds

<<11121314151617181920>>