/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterController.cxx | 408 OUString sTemplate (IsAccessibilityActive() in UpdatePaneTitles() local 411 if (sTemplate.getLength() <= 0) in UpdatePaneTitles() 415 sResult.ensureCapacity(sTemplate.getLength()); in UpdatePaneTitles() 420 sal_Int32 nStartIndex = sTemplate.indexOf('%', nIndex); in UpdatePaneTitles() 424 sResult.append(sTemplate.copy(nIndex, sTemplate.getLength()-nIndex)); in UpdatePaneTitles() 430 sResult.append(sTemplate.copy(nIndex, nStartIndex-nIndex)); in UpdatePaneTitles() 435 const sal_Int32 nEndIndex (sTemplate.indexOf('%', nStartIndex+1)); in UpdatePaneTitles() 436 const OUString sPlaceholder (sTemplate.copy(nStartIndex, nEndIndex-nStartIndex)); in UpdatePaneTitles()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | tmplctrl.cxx | 107 sTemplate = ((SfxStringItem*)pState)->GetValue(); in StateChanged() 108 GetStatusBar().SetItemText( GetId(), sTemplate ); in StateChanged() 116 GetStatusBar().SetItemText( GetId(), sTemplate ); in Paint()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docfac.cxx | 340 String sTemplate; in GetStandardTemplate() local 342 sTemplate = SvtModuleOptions().GetFactoryStandardTemplate(eFac); in GetStandardTemplate() 344 return sTemplate; in GetStandardTemplate()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 2901 String sTemplate( sParams.GetToken(0, ';', nIndex) ); in lcl_toxMatchTSwitch() local 2905 sTemplate = sParams.GetToken(0, ',', nIndex); in lcl_toxMatchTSwitch() 2909 const SwFmt* pStyle = rReader.GetStyleWithOrgWWName(sTemplate); in lcl_toxMatchTSwitch() 2911 sTemplate = pStyle->GetName(); in lcl_toxMatchTSwitch() 2913 rBase.SetStyleNames( sTemplate, 0 ); in lcl_toxMatchTSwitch() 2932 = rReader.GetStyleWithOrgWWName( sTemplate ); in lcl_toxMatchTSwitch() 2935 sTemplate = pStyle->GetName(); in lcl_toxMatchTSwitch() 2940 sStyles += sTemplate; in lcl_toxMatchTSwitch() 2945 sTemplate = sParams.GetToken(0, ';', nIndex); in lcl_toxMatchTSwitch() 2949 sTemplate = sParams.GetToken(0, ',', nIndex); in lcl_toxMatchTSwitch()
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 561 String sTemplate( String::CreateFromAscii( in IMPL_LINK() local 563 sTemplate += INET_PATH_TOKEN; in IMPL_LINK() 564 sTemplate.AppendAscii( RTL_CONSTASCII_STRINGPARAM("idxexample") ); in IMPL_LINK() 565 String sTemplateWithoutExt( sTemplate ); in IMPL_LINK() 567 sTemplate.AppendAscii( RTL_CONSTASCII_STRINGPARAM(".odt") ); in IMPL_LINK() 578 sTemplate = sTemplateWithoutExt; in IMPL_LINK() 585 sTemplate = sTemplateWithoutExt; in IMPL_LINK() 586 sTemplate.AppendAscii( RTL_CONSTASCII_STRINGPARAM(".sdw") ); in IMPL_LINK() 587 bExist = aOpt.SearchFile( sTemplate, SvtPathOptions::PATH_TEMPLATE ); in IMPL_LINK() 594 sInfo.SearchAndReplaceAscii( "%1", sTemplate ); in IMPL_LINK() [all …]
|
/aoo4110/main/unotools/source/config/ |
H A D | moduleoptions.cxx | 412 … const ::rtl::OUString& sTemplate ); 831 … const ::rtl::OUString& sTemplate ) in SetFactoryStandardTemplate() 835 m_lFactories[eFactory].setTemplateFile( sTemplate ); in SetFactoryStandardTemplate() 1219 const ::rtl::OUString& sTemplate ) in SetFactoryStandardTemplate() 1222 m_pDataContainer->SetFactoryStandardTemplate( eFactory, sTemplate ); in SetFactoryStandardTemplate()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 161 String sTemplate( in GetTemplateName() local 163 sTemplate += INET_PATH_TOKEN; in GetTemplateName() 164 sTemplate.AppendAscii( TOOLS_CONSTASCII_STRINGPARAM("html") ); in GetTemplateName() 165 String sTemplateWithoutExt( sTemplate ); in GetTemplateName() 168 sTemplate.AppendAscii( TOOLS_CONSTASCII_STRINGPARAM(".oth") ); in GetTemplateName() 174 sal_Bool bSet = aPathOpt.SearchFile( sTemplate, SvtPathOptions::PATH_TEMPLATE ); in GetTemplateName() 180 sTemplate = sTemplateWithoutExt; in GetTemplateName() 183 sTemplate.AppendAscii( TOOLS_CONSTASCII_STRINGPARAM(".stw") ); in GetTemplateName() 185 bSet = aPathOpt.SearchFile( sTemplate, SvtPathOptions::PATH_TEMPLATE ); in GetTemplateName() 191 sTemplate.Erase(); in GetTemplateName() [all …]
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 2716 ::rtl::OUString sTemplate; in handleToc() 2786 sTemplate = sToken.getLength() ? sToken : sValue; in handleToc() 2809 if( !bFromOutline && !bFromEntries && !sTemplate.getLength() ) in handleToc() 2825 if( sTemplate.getLength() ) in handleToc() 2834 ::rtl::OUString sStyleName = sTemplate.getToken( 0, ',', nPosition ); in handleToc() 2837 sStyleName = sTemplate.getToken( 0, ',', nPosition ); in handleToc() 2838 nLevel = sTemplate.getToken( 0, ',', nPosition ).toInt32(); in handleToc()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | tmplctrl.hxx | 49 String sTemplate; member in SwTemplateControl
|
/aoo4110/main/xmloff/source/draw/ |
H A D | shapeexport4.cxx | 1124 const OUString sTemplate( xTemplate->getName() ); in ImpExportTableShape() local 1125 if( sTemplate.getLength() ) in ImpExportTableShape() 1127 mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_TEMPLATE_NAME, sTemplate ); in ImpExportTableShape()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | moduleoptions.hxx | 152 const ::rtl::OUString& sTemplate );
|
/aoo4110/main/framework/test/ |
H A D | test_documentproperties.bas | 1003 sTemplate$ = aDocumentProperties.getPropertyValue ( "Template" ) 1043 … "[OWString]" + chr$(9) + "Template" + chr$(9) + "= {" + chr$(9) + sTemplate$ + "}" + ch…
|