Lines Matching refs:OUSTRING
77 void SAL_CALL SfxEvents_Impl::replaceByName( const OUSTRING & aName, const ANY & rElement ) in replaceByName()
135 ANY SAL_CALL SfxEvents_Impl::getByName( const OUSTRING& aName ) in getByName()
155 SEQUENCE< OUSTRING > SAL_CALL SfxEvents_Impl::getElementNames() throw ( RUNTIMEEXCEPTION ) in getElementNames()
161 sal_Bool SAL_CALL SfxEvents_Impl::hasByName( const OUSTRING& aName ) throw ( RUNTIMEEXCEPTION ) in hasByName()
203 OUSTRING aPrefix = OUSTRING( RTL_CONSTASCII_USTRINGPARAM( MACRO_PRFIX ) ); in Execute()
204 OUSTRING aType; in Execute()
205 OUSTRING aScript; in Execute()
206 OUSTRING aLibrary; in Execute()
207 OUSTRING aMacroName; in Execute()
208 OUSTRING aReferer; in Execute()
319 OUSTRING aName = aEvent.EventName; in notifyEvent()
393 OUSTRING aType; in ConvertToMacro()
394 OUSTRING aScriptURL; in ConvertToMacro()
395 OUSTRING aLibrary; in ConvertToMacro()
396 OUSTRING aMacroName; in ConvertToMacro()
484 …OUSTRING aBasMgrName( INetURLObject::decode( aScript.copy( 8, nHashPos-8 ), INET_HEX_ESCAPE, INetU… in NormalizeMacro()
505 aScript = OUSTRING( RTL_CONSTASCII_USTRINGPARAM( MACRO_PRFIX ) ); in NormalizeMacro()
511 aScript += OUSTRING( RTL_CONSTASCII_USTRINGPARAM( MACRO_POSTFIX ) ); in NormalizeMacro()