Home
last modified time | relevance | path

Searched refs:rOOOVendor (Results 1 – 3 of 3) sorted by path

/trunk/main/desktop/source/app/
H A Dapp.cxx495 String &rOOOVendor = OOOVendor::get(); in ReplaceStringHookProc() local
497 if ( !rOOOVendor.Len() ) in ReplaceStringHookProc()
503 rOOOVendor = aTmp; in ReplaceStringHookProc()
506 rStr.SearchAndReplaceAllAscii( "%OOOVENDOR" ,rOOOVendor ); in ReplaceStringHookProc()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_service.cxx111 String &rOOOVendor = OOOVendor::get(); in ReplaceProductNameHookProc() local
130 rOOOVendor = aTmp; in ReplaceProductNameHookProc()
144 rStr.SearchAndReplaceAllAscii( "%OOOVENDOR", rOOOVendor ); in ReplaceProductNameHookProc()
/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx443 rtl::OUString &rOOOVendor = OOOVendor::get(); in GetDirectConfigProperty() local
444 if ( eProp == OOOVENDOR && rOOOVendor.getLength() ) in GetDirectConfigProperty()
446 aRet <<= rOOOVendor; in GetDirectConfigProperty()
588 aRet >>= rOOOVendor; in GetDirectConfigProperty()

Completed in 41 milliseconds