Home
last modified time | relevance | path

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

/AOO41X/main/unotools/source/config/
H A Deventcfg.cxx94m_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()
[all …]
/AOO41X/main/unotools/inc/unotools/
H A Deventcfg.hxx73 SupportedEventsVector m_supportedEvents; member in GlobalEventConfig_Impl