Home
last modified time | relevance | path

Searched refs:pAsciiEventName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentevents.cxx83 const sal_Char* pAsciiEventName; member
131 while ( pEventData->pAsciiEventName ) in DocumentEvents()
133 … ::rtl::OUString sEventName = ::rtl::OUString::createFromAscii( pEventData->pAsciiEventName ); in DocumentEvents()
162 while ( pEventData->pAsciiEventName ) in needsSynchronousNotification()
164 if ( _rEventName.compareToAscii( pEventData->pAsciiEventName ) == 0 ) in needsSynchronousNotification()
/trunk/main/cui/source/inc/
H A Dmacropg.hxx46 const sal_Char* pAsciiEventName; member
48 EventDisplayName() : pAsciiEventName( NULL ), nEventResourceID(0) { } in EventDisplayName()
50 : pAsciiEventName( _pAsciiName ) in EventDisplayName()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx558 …:rtl::OUString sEventName( ::rtl::OUString::createFromAscii( displayableEvent->pAsciiEventName ) ); in DisplayAppEvents()

Completed in 19 milliseconds