Home
last modified time | relevance | path

Searched refs:sProductName (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/svtools/source/misc/
H A Dimagemgr.cxx707 static String sProductName; in ReplaceStarOfficeVar() local
708 if ( sProductName.Len() == 0 ) in ReplaceStarOfficeVar()
713 sProductName = String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "StarOffice" ) ); in ReplaceStarOfficeVar()
715 sProductName = String( sTemp ); in ReplaceStarOfficeVar()
717 _rDescription.SearchAndReplace( sVariable, sProductName ); in ReplaceStarOfficeVar()
/aoo41x/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx547 ::rtl::OUString sProductName; in impl_appendProductName()
548 … ::utl::ConfigManager::GetDirectConfigProperty(::utl::ConfigManager::PRODUCTNAME) >>= sProductName; in impl_appendProductName()
550 if (sProductName.getLength ()) in impl_appendProductName()
555 sTitle.append (sProductName); in impl_appendProductName()
/aoo41x/main/filter/source/pdf/
H A Dpdfexport.cxx454 ::rtl::OUString sProductName; in Export()
455 aProductName >>= sProductName; in Export()
456 aProducer = sProductName; in Export()
458 aProductName >>= sProductName; in Export()
460 aProducer += String( sProductName ); in Export()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx501 ::rtl::OUString sProductName; in lcl_getProductName()
502 …tl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTNAME ) >>= sProductName ); in lcl_getProductName()
503 return sProductName; in lcl_getProductName()
/aoo41x/main/filter/source/config/cache/
H A Dfiltercache.cxx1673 ::rtl::OUString sProductName = m_sProductName; in impl_readPatchUINames()
1703 sValue = sValue.replaceAt(nIndex, PRODUCTNAME_VAR.getLength(), sProductName); in impl_readPatchUINames()

Completed in 69 milliseconds