Home
last modified time | relevance | path

Searched refs:sTemplate (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/sdext/source/presenter/
H A DPresenterController.cxx408 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()
/aoo41x/main/sw/source/ui/utlui/
H A Dtmplctrl.cxx107 sTemplate = ((SfxStringItem*)pState)->GetValue(); in StateChanged()
108 GetStatusBar().SetItemText( GetId(), sTemplate ); in StateChanged()
116 GetStatusBar().SetItemText( GetId(), sTemplate ); in Paint()
/aoo41x/main/sfx2/source/doc/
H A Ddocfac.cxx340 String sTemplate; in GetStandardTemplate() local
342 sTemplate = SvtModuleOptions().GetFactoryStandardTemplate(eFac); in GetStandardTemplate()
344 return sTemplate; in GetStandardTemplate()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par5.cxx2901 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()
/aoo41x/main/sw/source/ui/index/
H A Dcnttab.cxx561 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 …]
/aoo41x/main/unotools/source/config/
H A Dmoduleoptions.cxx412 … 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()
/aoo41x/main/sw/source/filter/html/
H A Dswhtml.cxx161 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 …]
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2716 ::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()
/aoo41x/main/sw/source/ui/inc/
H A Dtmplctrl.hxx49 String sTemplate; member in SwTemplateControl
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport4.cxx1124 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()
/aoo41x/main/unotools/inc/unotools/
H A Dmoduleoptions.hxx152 const ::rtl::OUString& sTemplate );
/aoo41x/main/framework/test/
H A Dtest_documentproperties.bas1003 sTemplate$ = aDocumentProperties.getPropertyValue ( "Template" )
1043 … "[OWString]" + chr$(9) + "Template" + chr$(9) + "= {" + chr$(9) + sTemplate$ + "}" + ch…

Completed in 105 milliseconds