/aoo41x/main/framework/source/fwe/helper/ |
H A D | titlehelper.cxx | 157 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 …]
|
/aoo41x/main/comphelper/source/misc/ |
H A D | documentinfo.cxx | 88 ::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 …]
|
/aoo41x/main/sw/source/core/fields/ |
H A D | chpfld.cxx | 74 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 …]
|
/aoo41x/main/sfx2/qa/complex/sfx2/standalonedocinfo/ |
H A D | Test01.java | 94 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()
|
/aoo41x/main/unotools/source/config/ |
H A D | dynamicmenuoptions.cxx | 104 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 D | historyoptions.cxx | 121 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()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlcvali.cxx | 91 …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 …]
|
/aoo41x/main/framework/inc/framework/ |
H A D | titlehelper.hxx | 126 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);
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ViewGridLayout.java | 48 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()
|
/aoo41x/main/ucb/source/ucp/ext/ |
H A D | ucpext_datasupplier.cxx | 328 ::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()
|
/aoo41x/main/svx/source/form/ |
H A D | fmPropBrw.cxx | 447 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()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | TemplateScanner.cxx | 244 ::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()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | glosbib.cxx | 134 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 D | glossary.cxx | 794 String sTitle; in Init() local 795 String sGroupName(pGlossaryHdl->GetGroupName(nId, &sTitle)); in Init() 798 if(!sTitle.Len()) in Init() 799 sTitle = sGroupName.GetToken( 0, GLOS_DELIM ); in Init() 800 SvLBoxEntry* pEntry = aCategoryBox.InsertEntry( sTitle ); in Init() 1101 String sTitle(GetEntryText(pEntry)); in NotifyMoving() local 1109 sDestName, sTitle, sal_True ); in NotifyMoving() 1112 SvLBoxEntry* pChild = InsertEntry(sTitle, pDestParent); in NotifyMoving() 1150 String sTitle(GetEntryText(pEntry)); in NotifyCopying() local 1159 sDestName, sTitle, sal_False ); in NotifyCopying() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 274 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()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 155 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()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePicker.cxx | 211 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 D | VistaFilePickerImpl.cxx | 327 …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 …]
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 483 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()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | swunohelper.cxx | 243 String sTitle( xRow->getString( 1 ) ); in UCB_GetFileListOfFolder() local 245 ( sTitle.Len() > nExtLen && in UCB_GetFileListOfFolder() 246 sTitle.Equals( *pExtension, in UCB_GetFileListOfFolder() 247 sTitle.Len() - nExtLen, nExtLen )) ) in UCB_GetFileListOfFolder() 249 String* pStr = new String( sTitle ); in UCB_GetFileListOfFolder()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbawindow.cxx | 316 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()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extensioncmdqueue.cxx | 890 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()
|
/aoo41x/main/svl/qa/complex/ConfigItems/helper/ |
H A D | HistoryOptTest.cxx | 227 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()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 202 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()
|
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiDialog.java | 125 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()
|