Lines Matching refs:m_supportedEvents

94m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_STARTAPP]…  in GlobalEventConfig_Impl()
95m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_CLOSEAPP]… in GlobalEventConfig_Impl()
96m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_DOCCREATE… in GlobalEventConfig_Impl()
97m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_CREATEDOC… in GlobalEventConfig_Impl()
98m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_LOADFINIS… in GlobalEventConfig_Impl()
99m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_OPENDOC] … in GlobalEventConfig_Impl()
100m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_PREPARECL… in GlobalEventConfig_Impl()
101m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_CLOSEDOC]… in GlobalEventConfig_Impl()
102m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEDOC] … in GlobalEventConfig_Impl()
103m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEDOCDO… in GlobalEventConfig_Impl()
104m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEDOCFA… in GlobalEventConfig_Impl()
105m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEASDOC… in GlobalEventConfig_Impl()
106m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEASDOC… in GlobalEventConfig_Impl()
107m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEASDOC… in GlobalEventConfig_Impl()
108m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVETODOC… in GlobalEventConfig_Impl()
109m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVETODOC… in GlobalEventConfig_Impl()
110m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVETODOC… in GlobalEventConfig_Impl()
111m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_ACTIVATED… in GlobalEventConfig_Impl()
112m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_DEACTIVAT… in GlobalEventConfig_Impl()
113m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_PRINTDOC]… in GlobalEventConfig_Impl()
114m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_VIEWCREAT… in GlobalEventConfig_Impl()
115m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_PREPARECL… in GlobalEventConfig_Impl()
116m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_CLOSEVIEW… in GlobalEventConfig_Impl()
117m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_MODIFYCHA… in GlobalEventConfig_Impl()
118m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_TITLECHAN… in GlobalEventConfig_Impl()
119m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_VISAREACH… in GlobalEventConfig_Impl()
120m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_MODECHANG… in GlobalEventConfig_Impl()
121m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_STORAGECH… in GlobalEventConfig_Impl()
147 if ( nIndex < (sal_Int32) m_supportedEvents.size() ) in GetEventName()
148 return m_supportedEvents[nIndex]; in GetEventName()
302 m_supportedEvents.begin(), m_supportedEvents.end(), aName ); in getByName()
303 if ( pos == m_supportedEvents.end() ) in getByName()
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()
325 m_supportedEvents.begin(), m_supportedEvents.end(), aName ); in hasByName()
326 if ( pos != m_supportedEvents.end() ) in hasByName()