Searched refs:FindInt32 (Results 126 - 150 of 570) sorted by relevance

1234567891011>>

/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp64 int32 opcode = message->FindInt32("opcode");
72 message->FindInt32("device", &ref.device);
87 message->FindInt32("device", &ref.device);
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp189 status_t typeFound = shapeArchive.FindInt32("type", &type);
196 if (shapeArchive.FindInt32("style ref", &styleIndex) < B_OK) {
225 shapeArchive.FindInt32("path ref", j, &pathIndex) == B_OK;
/haiku/src/libs/icon/transformer/
H A DStrokeTransformer.cpp47 if (archive->FindInt32("line cap", &mode) == B_OK)
50 if (archive->FindInt32("line join", &mode) == B_OK)
53 if (archive->FindInt32("inner join", &mode) == B_OK)
/haiku/src/apps/stylededit/
H A DStatusView.cpp177 && message->FindInt32("clicks", &clicks) == B_OK && clicks > 1)
196 if (B_OK == message->FindInt32("line", &line)
197 && B_OK == message->FindInt32("column", &column))
/haiku/src/servers/registrar/
H A DTRoster.cpp176 if (request->FindInt32("flags", (int32*)&flags) != B_OK)
178 if (request->FindInt32("team", &team) != B_OK)
180 if (request->FindInt32("thread", &thread) != B_OK)
182 if (request->FindInt32("port", &port) != B_OK)
319 if (request->FindInt32("team", &team) != B_OK)
321 if (request->FindInt32("thread", &thread) != B_OK)
323 if (request->FindInt32("port", &port) != B_OK)
385 if (request->FindInt32("team", &team) != B_OK)
387 if (request->FindInt32("token", (int32*)&token) != B_OK)
451 if (request->FindInt32("toke
[all...]
/haiku/src/apps/sudoku/
H A DSudokuField.cpp59 if (archive->FindInt32("block size", (int32*)&fBlockSize) != B_OK)
73 if (archive->FindInt32("value", i, (int32*)&field.value) != B_OK
74 || archive->FindInt32("valid mask", i,
76 || archive->FindInt32("hint mask", i,
78 || archive->FindInt32("flags", i, (int32*)&field.flags) != B_OK)
H A DSudokuWindow.cpp177 settings.FindInt32("level", &level);
457 if (message->FindInt32("level", &level) != B_OK)
485 if (message->FindInt32("as", (int32 *)&fExportFormat) < B_OK)
570 if (message->FindInt32(B_OBSERVE_WHAT_CHANGE, &what) != B_OK)
607 return message->FindInt32("level");
619 && message->FindInt32("level") == level)
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp234 if (message->FindInt32("look", &look) != B_OK)
244 if (message->FindInt32("feel", &feel) != B_OK)
261 if (message->FindInt32("flag", (int32*)&flag) != B_OK)
285 if (message->FindInt32("look", &look) != B_OK
286 || message->FindInt32("feel", &feel) != B_OK)
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp147 int32 source = msg->FindInt32("index");
388 if (msg->FindInt32("direction", (int32*)&dir) != B_OK)
426 if (msg->FindInt32("index",&index) != B_OK)
434 int32 from = msg->FindInt32("from");
435 int32 to = msg->FindInt32("to");
/haiku/src/kits/package/
H A DCommitTransactionResult.cpp213 if ((error = message.FindInt32("type", &type)) != B_OK
217 || (error = message.FindInt32("system error", &systemError)) != B_OK
218 || (error = message.FindInt32("exit code", &exitCode)) != B_OK) {
620 if ((error = message.FindInt32("error", &resultError)) != B_OK
621 || (error = message.FindInt32("system error", &systemError)) != B_OK
/haiku/src/apps/terminal/
H A DAppearPrefView.cpp221 int rows = msg->FindInt32("rows");
222 int columns = msg->FindInt32("columns");
321 if (msg->FindInt32("op") == code) {
335 if (msg->FindInt32("rows") == rows && msg->FindInt32("columns") == cols) {
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp195 if (message->FindInt32("device", &nodeRef.device) != B_OK
287 if (message->FindInt32("device", &nodeRef.device) != B_OK
392 if (message->FindInt32("node device", &nodeRef.device) != B_OK
394 || message->FindInt32("device", &fromEntryRef.device) != B_OK
421 if (message->FindInt32("device", &nodeRef.device) != B_OK
H A DPoseViewScripting.cpp286 for (int32 index = 0; specifier->FindInt32("index", index,
352 for (int32 index = 0; specifier->FindInt32("data", index,
405 for (int32 index = 0; specifier->FindInt32("index", index,
437 for (int32 index = 0; specifier->FindInt32("index", index,
575 if (specifier->FindInt32("index", &index) != B_OK)
639 if (message->FindInt32("data", 0, &selStart) == B_OK
640 && message->FindInt32("data", 1, &selEnd) == B_OK) {
H A DFSClipboard.cpp421 if (!linksMode && clip->FindInt32(modeName, (int32*)&moveMode)
559 if ((clip->FindInt32(modeName, &moveMode) == B_OK)) {
862 switch (message->FindInt32("opcode")) {
872 message->FindInt32("device", &node.device);
882 message->FindInt32("device", &device);
891 message->FindInt32("device", &node.device);
/haiku/src/libs/glut/
H A DglutEvent.cpp411 && Window()->CurrentMessage()->FindInt32("be:key_repeat") > 0)
416 switch(Window()->CurrentMessage()->FindInt32("key")) {
505 uint32 beMod = Window()->CurrentMessage()->FindInt32("modifiers");
514 key = Window()->CurrentMessage()->FindInt32("raw_char");
537 switch(Window()->CurrentMessage()->FindInt32("key")) {
626 uint32 beMod = Window()->CurrentMessage()->FindInt32("modifiers");
635 key = Window()->CurrentMessage()->FindInt32("raw_char");
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp331 if (message->FindInt32("drop_index", &dropIndex) != B_OK)
336 message->FindInt32("index", i, &index) == B_OK; i++) {
349 for (int32 i = 0; message->FindInt32("index", i, &index) == B_OK;
367 int32 dropIndex = message->FindInt32("drop_index");
370 message->FindInt32("index", i, &index) == B_OK;
395 for (int32 i = 0; message->FindInt32("index", i, &index) == B_OK;
439 int32 value = message->FindInt32("be:value");
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp293 int32 account = msg->FindInt32("account");
297 read_flags read = (read_flags)msg->FindInt32("read");
369 int32 numMessages = msg->FindInt32("num_messages");
381 msg->FindInt32("opcode", &opcode);
388 msg->FindInt32("device", &ref.device);
477 if (msg->FindInt32("account", &account) == B_OK && account >= 0) {
685 int32 account = message->FindInt32("account", i);
/haiku/src/servers/input/
H A DInputServer.cpp386 if (message.FindInt32("cursor area", &area) == B_OK) {
397 if (message.FindInt32("remote team", &fAppServerTeam) != B_OK)
608 if (message->FindInt32("cookie", &cookie) != B_OK)
640 if (message->FindInt32("mouse_type", &type) == B_OK) {
679 if (message->FindInt32("speed", &factor) == B_OK) {
741 if (message->FindInt32("modifier", &modifier) == B_OK) {
777 if (message->FindInt32("modifier", &modifier) == B_OK
778 && message->FindInt32("key", &key) == B_OK) {
837 if (message->FindInt32("locks", (int32*)&fKeys.lock_settings) == B_OK) {
888 if (message->FindInt32("spee
[all...]
/haiku/src/servers/app/
H A DDesktopSettings.cpp130 if (settings.FindInt32("columns", &columns) == B_OK
131 && settings.FindInt32("rows", &rows) == B_OK) {
188 if (settings.FindInt32("hinting", &hinting) == B_OK)
208 if (settings.FindInt32("mode", &mode) == B_OK)
212 if (settings.FindInt32("focus follows mouse mode",
250 if (settings.FindInt32("bg color", (int32*)&bgColor) == B_OK)
254 if (settings.FindInt32("separator", &separator) == B_OK)
277 if (settings.FindInt32("knob", &knob) == B_OK)
281 if (settings.FindInt32("min knob size", &minKnobSize) == B_OK)
312 if (settings.FindInt32(colorNam
[all...]
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp157 message->FindInt32("flags", ((int32*) &flags));
193 AddTeam(message->FindInt32("team"), message->FindString("sig"));
199 message->FindInt32("team", &team);
208 message->FindInt32("team", &team);
216 index = message->FindInt32("itemIndex");
229 index = message->FindInt32("itemIndex");
261 message->FindInt32("modifiers", &modifiers);
262 message->FindInt32("buttons", &buttons);
310 if (message->FindInt32("clicks", &clicks) == B_OK && clicks > 1
333 || currentMessage->FindInt32("button
[all...]
/haiku/src/kits/mail/
H A DMailSettings.cpp122 return fData.FindInt32("WindowFollowsCorner");
138 if (fData.FindInt32("ShowStatusWindow", &showStatusWindow) != B_OK) {
208 if (fData.FindInt32("StatusWindowWorkSpace", (int32*)&workspaces) != B_OK)
230 return fData.FindInt32("StatusWindowLook");
299 return fData.FindInt32("DefaultOutboundAccount");
860 if (settings.FindInt32("id", &id) == B_OK)
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp201 message->FindInt32("which", &which);
237 message->FindInt32("index", &index);
487 message->FindInt32("sender", &sender);
495 if(message->FindInt32("interface", reinterpret_cast<int32*>(&id)) != B_OK
500 message->FindInt32("type", &type);
501 message->FindInt32("code", &code);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp285 && message->FindInt32("index", &index) == B_OK)
292 if (message->FindInt32("index", &index) == B_OK)
302 if (message->FindInt32("index", &index) == B_OK)
313 if (message->FindInt32("state", (int32*)&state) == B_OK)
342 if (Window()->CurrentMessage()->FindInt32("clicks", &clicks) < B_OK)
388 uint32 modifier = msg->FindInt32("modifiers");
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp72 if (archive.FindInt32("_BNetEndpoint_addr_addr", &arcAddr) != B_OK) {
101 if (archive.FindInt32("_BNetEndpoint_peer_addr", &arcAddr) != B_OK) {
143 if (archive.FindInt32("_BNetEndpoint_proto", &arcProtocol) != B_OK) {
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp276 if(message->FindInt32("interface", reinterpret_cast<int32*>(&id)) != B_OK
282 message->FindInt32("type", &type);
283 message->FindInt32("code", &code);

Completed in 215 milliseconds

1234567891011>>