Searched refs:SetTo (Results 176 - 200 of 1286) sorted by path

1234567891011>>

/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DConfigView.cpp54 SetTo(settings);
58 fFileView->SetTo(&settings, NULL);
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp43 ConfigView::SetTo(const BMailAddOnSettings& settings) function in class:ConfigView
45 fFileView->SetTo(&settings, NULL);
H A DConfigView.h20 void SetTo(const BMailAddOnSettings& settings);
H A DFortuneFilter.cpp119 view->SetTo(settings);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DConfigView.cpp58 SetTo(settings.OutboundSettings());
62 fFileView->SetTo(&settings.OutboundSettings(), NULL);
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.cpp122 io_mime_type->SetTo(mime_string);
H A DAbstractFileInterfaceNode.cpp370 status = fCurrentFile->SetTo(&f_current_ref,(openMode|(create?B_CREATE_FILE:0)));
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaStreamDecoder.cpp14 return BMediaDecoder::SetTo(&in_format);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp232 root.SetTo(rootEntry);
234 root.SetTo(rootPath);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp349 root.SetTo(rootEntry);
351 root.SetTo(rootPath);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp67 fClip.SetTo(left, top, right, bottom);
84 fVBIClip.SetTo(left, top, right, bottom);
H A DRadeon.cpp90 void CRadeonRect::SetTo(int left, int top, int right, int bottom) function in class:CRadeonRect
H A DRadeon.h319 void SetTo(int left, int top, int right, int bottom);
H A DRadeonAddOn.cpp386 root.SetTo( rootEntry );
388 root.SetTo( rootPath );
H A DTheater100.cpp1203 rect.SetTo(
1210 rect.SetTo(
H A DTheater200.cpp1077 rect.SetTo(
1086 rect.SetTo(
H A DVideoIn.cpp474 rect.SetTo(
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp48 fName.SetTo(temp);
53 fUnit.SetTo(temp);
61 fMinValue.SetTo(temp);
67 fMaxValue.SetTo(temp);
157 string->SetTo("-���");
159 string->SetTo("���");
163 string->SetTo(temp);
168 string->SetTo("���");
170 string->SetTo("-���");
331 fEffectName.SetTo(effectNam
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp465 settings.SetTo(PPP_INTERFACE_SETTINGS_PATH);
475 profile.SetTo(PPP_INTERFACE_SETTINGS_PATH "/profile");
H A DMessageDriverSettingsUtils.cpp179 line.SetTo('\t', level);
216 line.SetTo('\t', level);
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameView.cpp105 fHostnameString.SetTo(hostname, MAXHOSTNAMELEN);
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp109 && dir.SetTo(path.Path()) == B_OK) {
138 && dir.SetTo(path.Path()) == B_OK) {
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSettings.cpp59 fSettingsPath.SetTo("/tmp");
237 // BFile::SetTo() or BMessage::Unflatten() if there were errors
250 result = settingsFile.SetTo(fSettingsPath.Path(), B_READ_ONLY);
313 // Returns: B_OK if no errors or an error code from BFile::SetTo()
327 result = settingsFile.SetTo(fSettingsPath.Path(),
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp40 status_t status = file.SetTo(argv[i], B_READ_ONLY);
/haiku/src/add-ons/translators/rtf/
H A Dmain.cpp36 status_t status = input.SetTo(argv[i], B_READ_ONLY);

Completed in 149 milliseconds

1234567891011>>