Searched refs:rOOOVendor (Results 1 – 3 of 3) sorted by relevance
443 rtl::OUString &rOOOVendor = OOOVendor::get(); in GetDirectConfigProperty() local444 if ( eProp == OOOVENDOR && rOOOVendor.getLength() ) in GetDirectConfigProperty()446 aRet <<= rOOOVendor; in GetDirectConfigProperty()588 aRet >>= rOOOVendor; in GetDirectConfigProperty()
111 String &rOOOVendor = OOOVendor::get(); in ReplaceProductNameHookProc() local130 rOOOVendor = aTmp; in ReplaceProductNameHookProc()144 rStr.SearchAndReplaceAllAscii( "%OOOVENDOR", rOOOVendor ); in ReplaceProductNameHookProc()
495 String &rOOOVendor = OOOVendor::get(); in ReplaceStringHookProc() local497 if ( !rOOOVendor.Len() ) in ReplaceStringHookProc()503 rOOOVendor = aTmp; in ReplaceStringHookProc()506 rStr.SearchAndReplaceAllAscii( "%OOOVENDOR" ,rOOOVendor ); in ReplaceStringHookProc()
Completed in 33 milliseconds