Lines Matching refs:nCondensedEvt
87 sal_Int16 nCondensedEvt; member in DicEvtListenerHelper
116 void ClearEvents() { nCondensedEvt = 0; } in ClearEvents()
125 nCondensedEvt = 0; in DicEvtListenerHelper()
190 nCondensedEvt |= xDicEntry->isNegative() ? in processDictionaryEvent()
194 nCondensedEvt |= xDicEntry->isNegative() ? in processDictionaryEvent()
198 nCondensedEvt |= eDicType == DictionaryType_NEGATIVE ? in processDictionaryEvent()
202 nCondensedEvt |= eDicType == DictionaryType_NEGATIVE ? in processDictionaryEvent()
208 nCondensedEvt |= eDicType == DictionaryType_NEGATIVE ? in processDictionaryEvent()
212 nCondensedEvt |= eDicType == DictionaryType_NEGATIVE ? in processDictionaryEvent()
224 if (nNumCollectEvtListeners == 0 && nCondensedEvt != 0) in processDictionaryEvent()
269 if (0 != nCondensedEvt) in FlushEvents()
275 DictionaryListEvent aEvent( xMyDicList, nCondensedEvt, aDicEvents ); in FlushEvents()
287 nCondensedEvt = 0; in FlushEvents()