Home
last modified time | relevance | path

Searched refs:sTitle (Results 76 – 100 of 168) sorted by relevance

1234567

/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DProtocolHandlerAddon.java198 public void showMessageBox(String sTitle, String sMessage) { in showMessageBox() argument
220 xMsgBox.setCaptionText( sTitle ); in showMessageBox()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx899 String sTitle( m_sTitleSpelling ); in SetTitle_Impl() local
922 sTitle = m_sTitleSpellingGrammarVendor; in SetTitle_Impl()
923 sTitle.SearchAndReplaceAscii( "$VendorName", sVendor ); in SetTitle_Impl()
928 sTitle = m_sTitleSpellingGrammar; in SetTitle_Impl()
931sTitle.SearchAndReplaceAscii( "$LANGUAGE ($LOCATION)", SvtLanguageTable::GetLanguageString(nLang) … in SetTitle_Impl()
932 SetText( sTitle ); in SetTitle_Impl()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiArticle.java56 …public WikiArticle( XComponentContext xContext, String sTitle, Hashtable wikiSettings, boolean bLo… in WikiArticle() argument
64 m_sTitle = sTitle; in WikiArticle()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx624 const OUString sTitle(sourceContent.getPropertyValue( in download() local
629 sTitle, css::ucb::NameClash::OVERWRITE )) in download()
638 … aUpdateData.sLocalURL = destFolder + OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ) + sTitle; in download()
H A Ddp_gui_service.cxx260 String sTitle = ::utl::ConfigManager::GetDirectConfigProperty( in startExecuteModal() local
265 app->SetDisplayName(sTitle); in startExecuteModal()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java52 private String sTitle = ""; field in InspectorPane
93 sTitle = _sTitle; in setTitle()
100 return sTitle; in getTitle()
/trunk/main/svtools/source/uno/
H A Dgenericunodialog.cxx216 String sTitle = m_sTitle; in impl_ensureDialog_lck() local
225 pDialog->SetText( sTitle ); in impl_ensureDialog_lck()
/trunk/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx110 ::rtl::OUString sTitle = String( ModuleRes( RID_STR_FIELDDIALOGTITLE ) ); in invokeDialog()
111 … PropertyValue(::rtl::OUString::createFromAscii( "Title" ), -1, makeAny( sTitle ), PropertyState_D… in invokeDialog()
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java245 public void showMessageBox(String sTitle, String sMessage) { in showMessageBox() argument
267 xMsgBox.setCaptionText( sTitle ); in showMessageBox()
/trunk/main/framework/source/helper/
H A Dtitlebarupdate.cxx372 const ::rtl::OUString sTitle = xTitle->getTitle (); in impl_updateTitle() local
384 pWorkWindow->SetText( sTitle ); in impl_updateTitle()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx247 OUString sTitle; in setPropertyValue() local
248 if(!(aValue >>= sTitle)) in setPropertyValue()
251 pLayer->SetTitle(sTitle); in setPropertyValue()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx274 String sTitle; in CreatePopupWindow() local
275 String sGroupName = pGlossaryList->GetGroupName(i - 1, sal_False, &sTitle); in CreatePopupWindow()
281 pPopup->InsertItem( i, sTitle);//sGroupName.GetToken(0, GLOS_DELIM)); in CreatePopupWindow()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportFinalizer.java182 String sTitle = xTitleTextBox.getText(); in toggleSubTemplateControls() local
183 boolean bDoEnable = sTitle.equals(PropertyNames.EMPTY_STRING); in toggleSubTemplateControls()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx72 const static rtl::OUString sTitle( RTL_CONSTASCII_USTRINGPARAM("Title" ) ); in getName() local
76 xProps->getPropertyValue(sTitle ) >>= sName; in getName()
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx122 const OUString sTitle( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ); in display() local
151 …xDialogPropertySet->setPropertyValue( sTitle, Any( OUString( RTL_CONSTASCII_USTRINGPARAM( "Tree C… in display()
/trunk/main/l10ntools/source/
H A Dmerge.cxx101 rReturn = sTitle[ nLangIndex ]; in GetText()
103 sTitle[ nLangIndex ] = ""; in GetText()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java74 String sTitle = m_oResource.getResText(UIConsts.RID_TABLE + 1); in TableWizard() local
82 218, Boolean.TRUE, "DialogTable", 102, 41, 1, new Short((short) 0), sTitle, 330 in TableWizard()
/trunk/main/framework/inc/services/
H A Dlogindialog.hxx537 virtual void SAL_CALL setTitle( const OUSTRING& sTitle ) throw( RUNTIMEEXCEPTION );
864 sal_Bool impldbg_checkParameter_setTitle ( const OUSTRING& sTitle );
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx400 const ::rtl::OUString sTitle; member in XMLTextFrameContext_Impl
870 , sTitle(RTL_CONSTASCII_USTRINGPARAM("Title")) in XMLTextFrameContext_Impl()
1324 if( xPropSetInfo->hasPropertyByName( sTitle ) ) in SetTitle()
1326 xPropSet->setPropertyValue( sTitle, makeAny( rTitle ) ); in SetTitle()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx186 OUString sTitle; in FillPicklist() local
195 seqPropertySet[nProperty].Value >>= sTitle; in FillPicklist()
196 aURL.SetURL( sTitle ); in FillPicklist()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1626 String sTitle( pField->GetPar1() ); in EnhancedPDFExport() local
1627 sTitle.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ", " ) ); in EnhancedPDFExport()
1628 sTitle += sDate; in EnhancedPDFExport()
1629 aNote.Title = sTitle; in EnhancedPDFExport()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx1289 String sTitle(SW_RES(STR_REDLINE_COMMENT)); in IMPL_LINK() local
1291 sTitle += SW_RESSTR( nResId ); in IMPL_LINK()
1292 pDlg->SetText(sTitle); in IMPL_LINK()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java561 final String sTitle = FieldColumns[i].getFieldTitle(); in insertLabel() local
562 m_LabelWidth = LabelControlList[i].getPreferredWidth(sTitle); in insertLabel()
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx196 const String sTitle(ModuleRes(RID_STR_INSERT)); in OAddFieldWindow() local
197 m_aInsertButton.SetText(sTitle); in OAddFieldWindow()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx108 const static rtl::OUString sTitle( RTL_CONSTASCII_USTRINGPARAM("Title" ) ); in findShellForUrl() local
111 xProps->getPropertyValue(sTitle) >>= aName; in findShellForUrl()

Completed in 212 milliseconds

1234567