Home
last modified time | relevance | path

Searched refs:m_supportedEvents (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unotools/source/config/
H A Deventcfg.cxx94m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_STARTAPP]… in GlobalEventConfig_Impl()
99m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_OPENDOC] … in GlobalEventConfig_Impl()
102m_supportedEvents.push_back(::rtl::OUString::createFromAscii( pEventAsciiNames[STR_EVENT_SAVEDOC] … 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()
[all …]
/trunk/main/unotools/inc/unotools/
H A Deventcfg.hxx73 SupportedEventsVector m_supportedEvents; member in GlobalEventConfig_Impl

Completed in 17 milliseconds