Home
last modified time | relevance | path

Searched refs:sPlaceholder (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx944 String sPlaceholder( RTL_CONSTASCII_USTRINGPARAM( "%s" ) ); in onSave() local
950 aMsg.SearchAndReplace( sPlaceholder, String::CreateFromInt32(nFilters) ); in onSave()
951 aMsg.SearchAndReplace( sPlaceholder, aURL.GetName() ); in onSave()
956 aMsg.SearchAndReplace( sPlaceholder, (*aFilters.begin())->maFilterName ); in onSave()
957 aMsg.SearchAndReplace( sPlaceholder, aURL.GetName() ); in onSave()
1008 String sPlaceholder( RTL_CONSTASCII_USTRINGPARAM( "%s" ) ); in onOpen() local
1014 aMsg.SearchAndReplace( sPlaceholder, aURLObj.GetName() ); in onOpen()
1019 aMsg.SearchAndReplace( sPlaceholder, aFilterName ); in onOpen()
1025 aMsg.SearchAndReplace( sPlaceholder, String::CreateFromInt32(nFilters) ); in onOpen()
/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx436 const OUString sPlaceholder (sTemplate.copy(nStartIndex, nEndIndex-nStartIndex)); in UpdatePaneTitles() local
440 if (sPlaceholder == sCurrentSlideNumberPlaceholder) in UpdatePaneTitles()
442 else if (sPlaceholder == sCurrentSlideNamePlaceholder) in UpdatePaneTitles()
444 else if (sPlaceholder == sSlideCountPlaceholder) in UpdatePaneTitles()

Completed in 17 milliseconds