Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/customize/
H A Dmacropg.cxx259 … aDisplayNames.push_back( EventDisplayName( "OnStartApp", RID_SVXSTR_EVENT_STARTAPP ) ); in InitResources()
260 … aDisplayNames.push_back( EventDisplayName( "OnCloseApp", RID_SVXSTR_EVENT_CLOSEAPP ) ); in InitResources()
261 …aDisplayNames.push_back( EventDisplayName( "OnCreate", RID_SVXSTR_EVENT_CREATEDOC ) ); in InitResources()
262 aDisplayNames.push_back( EventDisplayName( "OnNew", RID_SVXSTR_EVENT_NEWDOC ) ); in InitResources()
263 …aDisplayNames.push_back( EventDisplayName( "OnLoadFinished", RID_SVXSTR_EVENT_LOADDOCFINISH… in InitResources()
264 … aDisplayNames.push_back( EventDisplayName( "OnLoad", RID_SVXSTR_EVENT_OPENDOC ) ); in InitResources()
265 …aDisplayNames.push_back( EventDisplayName( "OnPrepareUnload", RID_SVXSTR_EVENT_PREPARECLOSED… in InitResources()
266 …aDisplayNames.push_back( EventDisplayName( "OnUnload", RID_SVXSTR_EVENT_CLOSEDOC ) ) ; in InitResources()
267 …aDisplayNames.push_back( EventDisplayName( "OnViewCreated", RID_SVXSTR_EVENT_VIEWCREATED )… in InitResources()
268 …aDisplayNames.push_back( EventDisplayName( "OnPrepareViewClosing", RID_SVXSTR_EVENT_PREPARECLOSEV… in InitResources()
[all …]
/AOO41X/main/cui/source/inc/
H A Dmacropg.hxx44 struct EventDisplayName struct
48 EventDisplayName() : pAsciiEventName( NULL ), nEventResourceID(0) { } in EventDisplayName() argument
49 EventDisplayName( const sal_Char* _pAsciiName, const sal_uInt16 _nResId ) in EventDisplayName() function
55 typedef ::std::vector< EventDisplayName > EventDisplayNames;