Searched refs:sFormatName (Results 1 – 4 of 4) sorted by relevance
200 String sFormatName = sTmp; in ReplaceFormatName() local202 bool bOpenOffice = ( sOpenOfficeName == sFormatName ); in ReplaceFormatName()207 if ( !bOpenOffice && ( sAsianName != sFormatName ) ) in ReplaceFormatName()208 sFormatName = String::CreateFromAscii("StarOffice"); in ReplaceFormatName()210 rEntry.SearchAndReplace( String::CreateFromAscii("%FORMATNAME"), sFormatName ); in ReplaceFormatName()
230 ::rtl::OUString sFormatName; in ImplInit()231 xFilterSet->getPropertyValue(SFORMATNAME) >>= sFormatName; in ImplInit()232 aEntry.CreateFilterName( sFormatName ); in ImplInit()
1674 ::rtl::OUString sFormatName = m_sOOoXMLFormatName; in impl_readPatchUINames()1710 sValue = sValue.replaceAt(nIndex, FORMATNAME_VAR.getLength(), sFormatName); in impl_readPatchUINames()
1842 ByteString aByte( String(sFormatName), gsl_getSystemTextEncoding() ); in CreateAndInsert()
Completed in 61 milliseconds