Home
last modified time | relevance | path

Searched refs:sTitle (Results 1 – 25 of 168) sorted by relevance

1234567

/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx157 m_sTitle = sTitle; in setTitle()
376 ::rtl::OUString sTitle; in impl_updateTitleForModel()
552 if (sTitle.getLength() > 0) in impl_appendProductName()
567 sTitle.appendAscii (" "); in impl_appendProductExtension()
617 sTitle.appendAscii (" [" ); in impl_appendDebugVersion()
618 sTitle.append (sVersion); in impl_appendDebugVersion()
619 sTitle.appendAscii ("]" ); in impl_appendDebugVersion()
732 ::rtl::OUString sTitle; in impl_convertURL2Title()
746 if ( ! sTitle.getLength() ) in impl_convertURL2Title()
749 if ( ! sTitle.getLength() ) in impl_convertURL2Title()
[all …]
/trunk/main/comphelper/source/misc/
H A Ddocumentinfo.cxx88 ::rtl::OUString sTitle; in getDocumentTitle()
91 return sTitle; in getDocumentTitle()
99 return sTitle; in getDocumentTitle()
104 return sTitle; in getDocumentTitle()
120 return sTitle; in getDocumentTitle()
132 return sTitle; in getDocumentTitle()
137 sTitle = aModelArgs.getOrDefault( "Title", sTitle ); in getDocumentTitle()
139 return sTitle; in getDocumentTitle()
159 if ( !sTitle.isEmpty() ) in getDocumentTitle()
160 return sTitle; in getDocumentTitle()
[all …]
/trunk/main/sw/source/core/fields/
H A Dchpfld.cxx74 case CF_TITLE: sStr = sTitle; break; in Expand()
80 sStr += sTitle; in Expand()
94 pTmp->sTitle = sTitle; in Copy()
144 sTitle = aEmptyStr; in ChangeExpansion()
162 sTitle = rTxtNd.GetExpandTxt(); in ChangeExpansion()
164 for( xub_StrLen i = 0; i < sTitle.Len(); ++i ) in ChangeExpansion()
165 if( ' ' > sTitle.GetChar( i ) ) in ChangeExpansion()
166 sTitle.Erase( i--, 1 ); in ChangeExpansion()
235 sTitle = pTxtNd->GetExpandTxt(); in ChangeExpansion()
238 if( ' ' > sTitle.GetChar( i ) ) in ChangeExpansion()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java94 String sTitle = xPropSet.getPropertyValue ( "Title" ).toString (); in test() local
95 m_aTestHelper.Message ( "Get title: " + sTitle ); in test()
96 if ( sTitle.compareTo ( sDocTitle[i] ) != 0 ) { in test()
106 sTitle += "_new"; in test()
107 xPropSet.setPropertyValue ( "Title", sTitle ); in test()
108 m_aTestHelper.Message ( "Set new title: " + sTitle ); in test()
126 if ( sTitle_.compareTo ( sTitle ) != 0 ) { in test()
127 m_aTestHelper.Error ( "New title not matched. Expected: \"" + sTitle in test()
/trunk/main/sc/source/filter/xml/
H A Dxmlcvali.cxx91 …void SetHelpMessage(const rtl::OUString& sTitle, const rtl::OUString& sMessage, const sal_Bool bDi…
98 rtl::OUString sTitle; member in ScXMLHelpMessageContext
128 rtl::OUString sTitle; member in ScXMLErrorMessageContext
471 sHelpTitle = sTitle; in SetHelpMessage()
479 sErrorTitle = sTitle; in SetErrorMessage()
498 sTitle(), in ScXMLHelpMessageContext()
517 sTitle = sValue; in ScXMLHelpMessageContext()
558 pValidationContext->SetHelpMessage(sTitle, sMessage.makeStringAndClear(), bDisplay); in EndElement()
568 sTitle(), in ScXMLErrorMessageContext()
588 sTitle = sValue; in ScXMLErrorMessageContext()
[all …]
/trunk/main/unotools/source/config/
H A Ddynamicmenuoptions.cxx104 sTitle = sNewTitle ; in SvtDynMenuEntry()
112 OUString sTitle ; member
204 lProperties[OFFSET_TITLE ].Value <<= pItem->sTitle ; in GetList()
321 … const OUString& sTitle ,
468 lValues[nPosition] >>= aItem.sTitle ; in SvtDynamicMenuOptions_Impl()
486 lValues[nPosition] >>= aItem.sTitle ; in SvtDynamicMenuOptions_Impl()
504 lValues[nPosition] >>= aItem.sTitle ; in SvtDynamicMenuOptions_Impl()
687 const OUString& sTitle , in AppendItem() argument
691 SvtDynMenuEntry aItem( sURL, sTitle, sImageIdentifier, sTargetName ); in AppendItem()
885 const OUString& sTitle , in AppendItem() argument
[all …]
H A Dhistoryoptions.cxx121 sTitle = sNewTitle ; in IMPL_THistoryItem()
132 OUString sTitle ; member
153 const OUString& sTitle ,
493 const OUString& sTitle , in AppendItem() argument
612 xSet->setPropertyValue(s_sTitle, css::uno::makeAny(sTitle)); in AppendItem()
711 const OUString& sTitle , in AppendItem() argument
715 m_pDataContainer->AppendItem( eHistory, sURL, sFilter, sTitle, sPassword ); in AppendItem()
/trunk/main/framework/inc/framework/
H A Dtitlehelper.hxx126 virtual void SAL_CALL setTitle(const ::rtl::OUString& sTitle)
175 … void impl_appendComponentTitle ( ::rtl::OUStringBuffer& sTitle ,
177 void impl_appendProductName (::rtl::OUStringBuffer& sTitle);
178 void impl_appendProductExtension (::rtl::OUStringBuffer& sTitle);
179 void impl_appendModuleName (::rtl::OUStringBuffer& sTitle);
180 void impl_appendDebugVersion (::rtl::OUStringBuffer& sTitle);
181 void impl_appendEvalVersion (::rtl::OUStringBuffer& sTitle);
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DViewGridLayout.java48 public JLabel AddLabeledEntry (String sTitle) in AddLabeledEntry() argument
50 return (JLabel)AddLabeledComponent (sTitle, new JLabel ("")); in AddLabeledEntry()
53 public JLabel AddLabeledString (String sTitle) in AddLabeledString() argument
55 JLabel aLabel = AddLabeledEntry (sTitle); in AddLabeledString()
61 public JComponent AddLabeledComponent (String sTitle, JComponent aComponent) in AddLabeledComponent() argument
69 JLabel aLabel = new JLabel(sTitle); in AddLabeledComponent()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx328 ::rtl::OUString sTitle = Content::decodeIdentifier( rId.copy( sRootURL.getLength() ) ); in queryPropertyValues()
329 if ( ( sTitle.getLength() > 0 ) && ( sTitle[ sTitle.getLength() - 1 ] == '/' ) ) in queryPropertyValues()
330 sTitle = sTitle.copy( 0, sTitle.getLength() - 1 ); in queryPropertyValues()
331 …tent::getArtificialNodePropertyValues( m_pImpl->m_xSMgr, getResultSet()->getProperties(), sTitle ); in queryPropertyValues()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx447 String sTitle; in implSetNewSelection() local
451 sTitle = String( SVX_RES( RID_STR_NO_PROPERTIES ) ); in implSetNewSelection()
456 sTitle = String( SVX_RES( RID_STR_PROPERTIES_CONTROL ) ); in implSetNewSelection()
457 sTitle += String( SVX_RES( RID_STR_PROPTITLE_MULTISELECT ) ); in implSetNewSelection()
467 sTitle = String( SVX_RES( RID_STR_PROPERTIES_CONTROL ) ); in implSetNewSelection()
468 sTitle += String( GetUIHeadlineName( nClassID, makeAny( xSingleSelection ) ) ); in implSetNewSelection()
471 sTitle = String( SVX_RES( RID_STR_PROPERTIES_FORM ) ); in implSetNewSelection()
475 sTitle += String( SVX_RES( RID_STR_READONLY_VIEW ) ); in implSetNewSelection()
477 SetText( sTitle ); in implSetNewSelection()
/trunk/main/sw/source/ui/misc/
H A Dglosbib.cxx134 String sTitle; in SwGlossaryGroupDlg() local
135 String sGroup = pHdl->GetGroupName(i, &sTitle); in SwGlossaryGroupDlg()
140 pData->sGroupTitle = sTitle; in SwGlossaryGroupDlg()
141 String sTemp(sTitle); in SwGlossaryGroupDlg()
207 String sTitle(pDelEntry->GetToken(1, '\t')); in Apply() local
208 if(sTitle.Len()) in Apply()
209 sMsg += sTitle; in Apply()
229 String sTitle( pEntry->GetToken(0, RENAME_TOKEN_DELIM, nStrSttPos) ); in Apply() local
230 pGlosHdl->RenameGroup(sOld, sNew, sTitle); in Apply()
H A Dglossary.cxx799 String sTitle; in Init() local
800 String sGroupName(pGlossaryHdl->GetGroupName(nId, &sTitle)); in Init()
803 if(!sTitle.Len()) in Init()
804 sTitle = sGroupName.GetToken( 0, GLOS_DELIM ); in Init()
805 SvLBoxEntry* pEntry = aCategoryBox.InsertEntry( sTitle ); in Init()
1106 String sTitle(GetEntryText(pEntry)); in NotifyMoving() local
1114 sDestName, sTitle, sal_True ); in NotifyMoving()
1117 SvLBoxEntry* pChild = InsertEntry(sTitle, pDestParent); in NotifyMoving()
1155 String sTitle(GetEntryText(pEntry)); in NotifyCopying() local
1164 sDestName, sTitle, sal_False ); in NotifyCopying()
[all …]
/trunk/main/sd/source/ui/dlg/
H A DTemplateScanner.cxx244 ::rtl::OUString sTitle (xRow->getString (1)); in ScanEntry()
261 mpLastAddedEntry = new TemplateEntry(sTitle, sTargetURL); in ScanEntry()
340 ::rtl::OUString sTitle (xRow->getString (1)); in GatherFolderList()
346 Classify(sTitle,sTargetDir), in GatherFolderList()
347 sTitle, in GatherFolderList()
372 ::rtl::OUString sTitle (aDescriptor.msTitle); in ScanFolder()
381 mpTemplateDirectory = new TemplateDir (sTitle, sTargetDir); in ScanFolder()
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx274 String sTitle( xDocProps->getTitle() ); in SplitDoc() local
275 if( sTitle.Len() ) in SplitDoc()
276 sTitle.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ": " )); in SplitDoc()
277 sTitle += ((SwTxtNode*)pSttNd)->GetExpandTxt(); in SplitDoc()
278 xDocProps->setTitle( sTitle ); in SplitDoc()
625 String sTitle( xDocProps->getTitle() ); in SplitDoc() local
626 if( sTitle.Len() ) in SplitDoc()
627 sTitle.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ": " )); in SplitDoc()
628 sTitle += ((SwTxtNode*)pSttNd)->GetExpandTxt(); in SplitDoc()
629 xDocProps->setTitle( sTitle ); in SplitDoc()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.cxx211 void SAL_CALL VistaFilePicker::setTitle(const ::rtl::OUString& sTitle) in setTitle() argument
216 rRequest->setArgument(PROP_TITLE, sTitle); in setTitle()
222 void SAL_CALL VistaFilePicker::appendFilter(const ::rtl::OUString& sTitle , in appendFilter() argument
229 rRequest->setArgument(PROP_FILTER_TITLE, sTitle ); in appendFilter()
236 void SAL_CALL VistaFilePicker::setCurrentFilter(const ::rtl::OUString& sTitle) in setCurrentFilter() argument
242 rRequest->setArgument(PROP_FILTER_TITLE, sTitle); in setCurrentFilter()
256 …const ::rtl::OUString sTitle = rRequest->getArgumentOrDefault(PROP_FILTER_TITLE, ::rtl::OUString(… in getCurrentFilter() local
257 return sTitle; in getCurrentFilter()
H A DVistaFilePickerImpl.cxx327 …const ::rtl::OUString sTitle = rRequest->getArgumentOrDefault(PROP_FILTER_TITLE, ::rtl::OUString(… in impl_sta_appendFilter() local
333 m_lFilters.addFilter(sTitle, sFilter); in impl_sta_appendFilter()
361 …const ::rtl::OUString sTitle = rRequest->getArgumentOrDefault(PROP_FILTER_TITLE, ::rtl::OUString(… in impl_sta_setCurrentFilter() local
366 m_lFilters.setCurrentFilter(sTitle); in impl_sta_setCurrentFilter()
384 ::rtl::OUString sTitle; in impl_sta_getCurrentFilter()
388 (m_lFilters.getFilter(nRealIndex, sTitle)) in impl_sta_getCurrentFilter()
390 rRequest->setArgument(PROP_FILTER_TITLE, sTitle); in impl_sta_getCurrentFilter()
393 sTitle = m_lFilters.getCurrentFilter(); in impl_sta_getCurrentFilter()
394 rRequest->setArgument(PROP_FILTER_TITLE, sTitle); in impl_sta_getCurrentFilter()
653 ::rtl::OUString sTitle = rRequest->getArgumentOrDefault(PROP_TITLE, ::rtl::OUString()); in impl_sta_SetTitle()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx155 String sTitle = String(ModuleRes(RID_STR_DETAIL)); in _propertyChanged() local
156 m_aStartMarker.setTitle(sTitle); in _propertyChanged()
177 String sTitle = String(ModuleRes(_nResId)); in setReportSectionTitle() local
178 m_aStartMarker.setTitle(sTitle); in setReportSectionTitle()
197 String sTitle = String(ModuleRes(_nResId)); in setGroupSectionTitle() local
198 sTitle.SearchAndReplace('#',sExpression); in setGroupSectionTitle()
199 m_aStartMarker.setTitle(sTitle); in setGroupSectionTitle()
/trunk/main/sw/source/ui/shells/
H A Dtextfld.cxx483 String sTitle(SW_RES(STR_REDLINE_COMMENT)); in ExecField() local
484 ::lcl_AppendRedlineStr( sTitle, pRedline->GetType() ); in ExecField()
486 pDlg->SetText(sTitle); in ExecField()
887 String sTitle(SW_RES(STR_REDLINE_COMMENT)); in IMPL_LINK() local
888 ::lcl_AppendRedlineStr( sTitle, pRedline->GetType() ); in IMPL_LINK()
890 pDlg->SetText(sTitle); in IMPL_LINK()
936 String sTitle(SW_RES(STR_REDLINE_COMMENT)); in IMPL_LINK() local
937 ::lcl_AppendRedlineStr( sTitle, pRedline->GetType() ); in IMPL_LINK()
939 pDlg->SetText(sTitle); in IMPL_LINK()
/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx316 rtl::OUString sTitle; in getCaption() local
317 …->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( SC_UNONAME_TITLE ) ) ) >>= sTitle; in getCaption()
318 sal_Int32 nCrudIndex = sTitle.indexOf( sCrud ); in getCaption()
324 if ( ( nCrudLen + nCrudIndex ) == sTitle.getLength() ) in getCaption()
326 sTitle = sTitle.copy( 0, nCrudIndex ); in getCaption()
336 if ( !sTitle.equals( sName ) ) in getCaption()
340 if ( sName.indexOf( sTitle ) == 0 ) in getCaption()
342 if ( sName.match( sDot, sTitle.getLength() ) ) in getCaption()
343 sTitle = sName; in getCaption()
347 return uno::makeAny( sTitle ); in getCaption()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx890 OUString sTitle = searchAndReplaceAll( m_sAddingPackages, OUSTR("%EXTENSION_NAME"), sName ); in _addExtension() local
891 rCmdEnv->progressSection( sTitle, xAbortChannel ); in _addExtension()
917 …OUString sTitle = searchAndReplaceAll( m_sRemovingPackages, OUSTR("%EXTENSION_NAME"), xPackage->ge… in _removeExtension() local
918 rCmdEnv->progressSection( sTitle, xAbortChannel ); in _removeExtension()
1000 …OUString sTitle = searchAndReplaceAll( m_sEnablingPackages, OUSTR("%EXTENSION_NAME"), xPackage->ge… in _enableExtension() local
1001 rCmdEnv->progressSection( sTitle, xAbortChannel ); in _enableExtension()
1022 …OUString sTitle = searchAndReplaceAll( m_sDisablingPackages, OUSTR("%EXTENSION_NAME"), xPackage->g… in _disableExtension() local
1023 rCmdEnv->progressSection( sTitle, xAbortChannel ); in _disableExtension()
1044 …OUString sTitle = searchAndReplaceAll( m_sAcceptLicense, OUSTR("%EXTENSION_NAME"), xPackage->getDi… in _acceptLicense() local
1045 rCmdEnv->progressSection( sTitle, xAbortChannel ); in _acceptLicense()
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx246 String sTitle( xRow->getString( 1 ) ); in UCB_GetFileListOfFolder() local
248 ( sTitle.Len() > nExtLen && in UCB_GetFileListOfFolder()
249 sTitle.Equals( *pExtension, in UCB_GetFileListOfFolder()
250 sTitle.Len() - nExtLen, nExtLen )) ) in UCB_GetFileListOfFolder()
252 String* pStr = new String( sTitle ); in UCB_GetFileListOfFolder()
/trunk/main/sw/source/ui/utlui/
H A Dgloslst.cxx202 String sTitle = aDlg.GetText(); in GetShortName() local
203 sTitle += ' '; in GetShortName()
204 sTitle += aTripleStrings[0]->sBlock; in GetShortName()
205 aDlg.SetText(sTitle); in GetShortName()
254 *pTitle = pGroup->sTitle; in GetGroupName()
451 pGroup->sTitle = pBlock->GetName(); in FillGroup()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx227 const ::rtl::OUString sTitle = impl_createItemTitle (nItem); in impl_appendItem() local
230 m_aConfigItem.AppendItem(m_eList, sURL, ::rtl::OUString(), sTitle, sPassword); in impl_appendItem()
247 ::rtl::OUStringBuffer sTitle(256); in impl_createItemTitle()
248 sTitle.appendAscii("Non Existing Test Item Nr "); in impl_createItemTitle()
249 sTitle.append ((::sal_Int32)nItem ); in impl_createItemTitle()
251 return sTitle.makeStringAndClear(); in impl_createItemTitle()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiDialog.java125 public void SetTitle( String sTitle ) in SetTitle() argument
128 SetTitle( m_xDialog, sTitle ); in SetTitle()
131 public static void SetTitle( XDialog xDialog, String sTitle ) in SetTitle() argument
134 if ( xDialog != null && sTitle != null ) in SetTitle()
141 xPropSet.setPropertyValue( "Title", sTitle ); in SetTitle()

Completed in 138 milliseconds

1234567