Searched refs:pAsciiEventName (Results 1 – 3 of 3) sorted by relevance
83 const sal_Char* pAsciiEventName; member131 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()
46 const sal_Char* pAsciiEventName; member48 EventDisplayName() : pAsciiEventName( NULL ), nEventResourceID(0) { } in EventDisplayName()50 : pAsciiEventName( _pAsciiName ) in EventDisplayName()
558 …:rtl::OUString sEventName( ::rtl::OUString::createFromAscii( displayableEvent->pAsciiEventName ) ); in DisplayAppEvents()
Completed in 21 milliseconds