Home
last modified time | relevance | path

Searched refs:sTemplate (Results 1 – 12 of 12) sorted by last modified time

/trunk/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 …]
/trunk/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()
/trunk/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 …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2905 ::rtl::OUString sTemplate; in handleToc()
2975 sTemplate = sToken.getLength() ? sToken : sValue; in handleToc()
2998 if( !bFromOutline && !bFromEntries && !sTemplate.getLength() ) in handleToc()
3014 if( sTemplate.getLength() ) in handleToc()
3023 ::rtl::OUString sStyleName = sTemplate.getToken( 0, ',', nPosition ); in handleToc()
3026 sStyleName = sTemplate.getToken( 0, ',', nPosition ); in handleToc()
3027 nLevel = sTemplate.getToken( 0, ',', nPosition ).toInt32(); in handleToc()
/trunk/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()
/trunk/main/unotools/inc/unotools/
H A Dmoduleoptions.hxx152 const ::rtl::OUString& sTemplate );
/trunk/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()
/trunk/main/sw/source/ui/inc/
H A Dtmplctrl.hxx49 String sTemplate; member in SwTemplateControl
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2908 String sTemplate( sParams.GetToken(0, ';', nIndex) ); in lcl_toxMatchTSwitch() local
2912 sTemplate = sParams.GetToken(0, ',', nIndex); in lcl_toxMatchTSwitch()
2916 const SwFmt* pStyle = rReader.GetStyleWithOrgWWName(sTemplate); in lcl_toxMatchTSwitch()
2918 sTemplate = pStyle->GetName(); in lcl_toxMatchTSwitch()
2920 rBase.SetStyleNames( sTemplate, 0 ); in lcl_toxMatchTSwitch()
2939 = rReader.GetStyleWithOrgWWName( sTemplate ); in lcl_toxMatchTSwitch()
2942 sTemplate = pStyle->GetName(); in lcl_toxMatchTSwitch()
2947 sStyles += sTemplate; in lcl_toxMatchTSwitch()
2952 sTemplate = sParams.GetToken(0, ';', nIndex); in lcl_toxMatchTSwitch()
2956 sTemplate = sParams.GetToken(0, ',', nIndex); in lcl_toxMatchTSwitch()
/trunk/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()
/trunk/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()
/trunk/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 144 milliseconds