Searched refs:FindInt32 (Results 151 - 175 of 570) sorted by relevance

1234567891011>>

/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp108 if (fSetupMsg->FindInt32("orientation", &fCurrentOrientation) != B_OK)
128 if (fSetupMsg->FindInt32("units", &units) != B_OK)
316 msg->FindInt32("orientation", &orientation);
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp144 if (msg->FindInt32("opcode", &opcode) != B_OK)
153 || msg->FindInt32("device", &ref.device) != B_OK
176 if (msg->FindInt32("device", &ref.device) != B_OK
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp124 if (attributes.FindInt32("attr:type", index, (int32 *)&type) != B_OK)
139 if (attributes.FindInt32("attr:alignment", index, &alignment) != B_OK)
143 if (attributes.FindInt32("attr:width", index, &width) != B_OK)
/haiku/src/apps/diskusage/
H A DControlsView.cpp256 switch (message->FindInt32("opcode")) {
258 _AddVolume(message->FindInt32("new device"));
262 _RemoveVolume(message->FindInt32("device"));
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp321 || archiveMsg.FindInt32("c:sz", &count);
326 uint32 foundFingerprint = archiveMsg.FindInt32("c:fpr");
362 res = archiveMsg.FindInt32("c:hash", (int32*)&key.fHashVal);
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp154 if (message->FindInt32("type", &type) == B_OK)
161 if (message->FindInt32("type", &type) == B_OK)
351 if (message->FindInt32("type", &t) == B_OK && t == type) {
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h103 if (message->FindInt32("index", i, &index) != B_OK)
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp108 || message->FindInt32("modifiers", &modifiers) != B_OK)
/haiku/src/kits/interface/
H A DOptionControl.cpp61 if (message->FindInt32("be:value", &value) == B_OK) {
H A DListItem.cpp55 data->FindInt32("_li_outline_level", (int32*)&fLevel);
H A DSeparatorView.cpp92 if (archive->FindInt32("_orientation", &orientation) == B_OK)
97 if (archive->FindInt32("_halignment", &hAlignment) == B_OK
98 && archive->FindInt32("_valignment", &vAlignment) == B_OK) {
104 if (archive->FindInt32("_border", &borderStyle) != B_OK)
/haiku/src/kits/midi2/
H A DMidiProducer.cpp129 if (reply.FindInt32("midi:result", &res) == B_OK) {
/haiku/src/servers/app/
H A DWorkspace.cpp54 if (settings.FindInt32("color", (int32 *)&color) == B_OK)
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBApp.cpp54 message->FindInt32("data", &data);
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.cpp54 message->FindInt32("data", &data);
/haiku/src/tests/kits/storage/testapps/
H A Ddump_mime_types.cpp100 && (attrInfo.FindInt32("attr:type", k, (int32*)&type) == B_OK
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp44 if (archive->FindInt32("id", (int32*)&fIdentifier) < B_OK)
122 if (archive->FindInt32("value", &fValue) < B_OK)
124 if (archive->FindInt32("min", &fMin) < B_OK)
126 if (archive->FindInt32("max", &fMax) < B_OK)
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp88 if (message->FindInt32("opcode", &code) == B_OK)
274 if (message->FindInt32("opcode", &opcode) != B_OK)
278 && message->FindInt32("new device", &device) == B_OK) {
286 && message->FindInt32("device", &device) == B_OK) {
/haiku/src/preferences/time/
H A DAnalogClock.cpp69 message->FindInt32(B_OBSERVE_WHAT_CHANGE, &change);
76 if (message->FindInt32("hour", &hour) == B_OK
77 && message->FindInt32("minute", &minute) == B_OK
78 && message->FindInt32("second", &second) == B_OK)
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp60 int32 method = archive->FindInt32("notification_method");
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp158 message->FindInt32("modifiers", &modifiers);
224 message->FindInt32("modifiers", &modifiers);
287 message->FindInt32("modifiers", &modifiers);
352 message->FindInt32("modifiers", &modifiers);
/haiku/src/apps/showimage/
H A DProgressWindow.cpp75 if (settings.FindInt32("border width", &borderWidth) != B_OK)
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp196 if (message->FindInt32("append_index", &appendIndex) == B_OK)
252 if (message->FindInt32("playlist index", &index) == B_OK)
515 && message->FindInt32("index", currentItem, &index) == B_OK) {
527 if (message->FindInt32("index", &index) == B_OK) {
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp107 message->FindInt32("which", &selection);
/haiku/src/servers/print/
H A DConfigWindow.cpp498 fPageSettings.FindInt32(PSRV_FIELD_ORIENTATION, &orientation);
512 if (fJobSettings.FindInt32(PSRV_FIELD_FIRST_PAGE, &first) == B_OK
513 && fJobSettings.FindInt32(PSRV_FIELD_LAST_PAGE, &last) ==
518 if (fJobSettings.FindInt32(PSRV_FIELD_COPIES, &copies)

Completed in 159 milliseconds

1234567891011>>