Searched refs:aCollectDicEvt (Results 1 – 1 of 1) sorted by relevance
84 uno::Sequence< DictionaryEvent > aCollectDicEvt; member in DicEvtListenerHelper219 sal_Int32 nColEvts = aCollectDicEvt.getLength(); in processDictionaryEvent()220 aCollectDicEvt.realloc( nColEvts + 1 ); in processDictionaryEvent()221 aCollectDicEvt.getArray()[ nColEvts ] = rDicEvent; in processDictionaryEvent()274 aDicEvents = aCollectDicEvt; in FlushEvents()288 aCollectDicEvt.realloc( 0 ); in FlushEvents()
Completed in 20 milliseconds