Lines Matching refs:OUString

53 #define ROOTNODE_EVENTS OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Events/ApplicationEvents" ))
54 #define PATHDELIMITER OUString(RTL_CONSTASCII_USTRINGPARAM("/"))
55 #define SETNODE_BINDINGS OUString(RTL_CONSTASCII_USTRINGPARAM("Bindings" ))
56 #define PROPERTYNAME_BINDINGURL OUString(RTL_CONSTASCII_USTRINGPARAM("BindingURL"))
94 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_STARTAPP]… in GlobalEventConfig_Impl()
95 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_CLOSEAPP]… in GlobalEventConfig_Impl()
96 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_DOCCREATE… in GlobalEventConfig_Impl()
97 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_CREATEDOC… in GlobalEventConfig_Impl()
98 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_LOADFINIS… in GlobalEventConfig_Impl()
99 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_OPENDOC] … in GlobalEventConfig_Impl()
100 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_PREPARECL… in GlobalEventConfig_Impl()
101 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_CLOSEDOC]… in GlobalEventConfig_Impl()
102 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEDOC] … in GlobalEventConfig_Impl()
103 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEDOCDO… in GlobalEventConfig_Impl()
104 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEDOCFA… in GlobalEventConfig_Impl()
105 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEASDOC… in GlobalEventConfig_Impl()
106 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEASDOC… in GlobalEventConfig_Impl()
107 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEASDOC… in GlobalEventConfig_Impl()
108 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVETODOC… in GlobalEventConfig_Impl()
109 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVETODOC… in GlobalEventConfig_Impl()
110 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVETODOC… in GlobalEventConfig_Impl()
111 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_ACTIVATED… in GlobalEventConfig_Impl()
112 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_DEACTIVAT… in GlobalEventConfig_Impl()
113 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_PRINTDOC]… in GlobalEventConfig_Impl()
114 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_VIEWCREAT… in GlobalEventConfig_Impl()
115 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_PREPARECL… in GlobalEventConfig_Impl()
116 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_CLOSEVIEW… in GlobalEventConfig_Impl()
117 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_MODIFYCHA… in GlobalEventConfig_Impl()
118 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_TITLECHAN… in GlobalEventConfig_Impl()
119 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_VISAREACH… in GlobalEventConfig_Impl()
120 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_MODECHANG… in GlobalEventConfig_Impl()
121 …m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_STORAGECH… in GlobalEventConfig_Impl()
128 Sequence< OUString > aNotifySeq( 1 ); in GlobalEventConfig_Impl()
129 aNotifySeq[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "Events" )); in GlobalEventConfig_Impl()
145 ::rtl::OUString GlobalEventConfig_Impl::GetEventName( sal_Int32 nIndex ) in GetEventName()
150 return rtl::OUString(); in GetEventName()
156 void GlobalEventConfig_Impl::Notify( const Sequence< OUString >& ) in Notify() argument
186 OUString sNode; in Commit()
187 …static const OUString sPrefix(SETNODE_BINDINGS + PATHDELIMITER + OUString::createFromAscii("Bindin… in Commit()
188 …static const OUString sPostfix(OUString::createFromAscii("']") + PATHDELIMITER + PROPERTYNAME_BIND… in Commit()
224 …Sequence< OUString > lEventNames = GetNodeNames( SETNODE_BINDINGS, utl::CONFIG_NAME_LOCAL_PAT… in initBindingInfo()
226 OUString aSetNode( SETNODE_BINDINGS ); in initBindingInfo()
229 OUString aCommandKey( PATHDELIMITER ); in initBindingInfo()
233 Sequence< OUString > lMacros(1); in initBindingInfo()
243 OUString sMacroURL; in initBindingInfo()
252 OUString eventName = lEventNames[i].copy(startIndex,endIndex-startIndex); in initBindingInfo()
266 void SAL_CALL GlobalEventConfig_Impl::replaceByName( const OUString& aName, const Any& aElement ) t… in replaceByName()
272 throw lang::IllegalArgumentException( OUString(), in replaceByName()
275 OUString macroURL; in replaceByName()
286 Any SAL_CALL GlobalEventConfig_Impl::getByName( const OUString& aName ) throw (container::NoSuchEle… in getByName()
290 props[0].Name = OUString::createFromAscii("EventType"); in getByName()
291 props[0].Value <<= OUString::createFromAscii("Script"); in getByName()
292 props[1].Name = OUString::createFromAscii("Script"); in getByName()
306 props[1].Value <<= OUString(); in getByName()
312 Sequence< OUString > SAL_CALL GlobalEventConfig_Impl::getElementNames( ) throw (RuntimeException) in getElementNames()
314 const ::rtl::OUString* pRet = m_supportedEvents.empty() ? NULL : &m_supportedEvents[0]; in getElementNames()
315 return uno::Sequence< ::rtl::OUString >(pRet, m_supportedEvents.size()); in getElementNames()
318 sal_Bool SAL_CALL GlobalEventConfig_Impl::hasByName( const OUString& aName ) throw (RuntimeExceptio… in hasByName()
392 void SAL_CALL GlobalEventConfig::replaceByName( const OUString& aName, const Any& aElement ) throw … in replaceByName()
397 Any SAL_CALL GlobalEventConfig::getByName( const OUString& aName ) throw (container::NoSuchElementE… in getByName()
402 Sequence< OUString > SAL_CALL GlobalEventConfig::getElementNames( ) throw (RuntimeException) in getElementNames()
407 sal_Bool SAL_CALL GlobalEventConfig::hasByName( const OUString& aName ) throw (RuntimeException) in hasByName()
447 ::rtl::OUString GlobalEventConfig::GetEventName( sal_Int32 nIndex ) in GetEventName()