Lines Matching refs:m_supportedEvents
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()
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()