Lines Matching refs:nCount

672 	sal_uLong nCount = rRanges.Count();  in lcl_TabInRanges()  local
673 for (sal_uLong i=0; i<nCount; i++) in lcl_TabInRanges()
844 long nCount = xShapeColl->getCount(); in select() local
845 if (nCount) in select()
848 for ( long i = 0; i < nCount; i++ ) in select()
1239 sal_uInt32 nCount(pDrawPage->GetObjCount()); in GetClickedObject() local
1242 while (i < nCount && !bFound) in GetClickedObject()
1411 sal_uInt16 nCount(aMouseClickHandlers.Count()); in EndMouseListening() local
1414 for ( sal_uInt16 n=0; n<nCount; n++ ) in EndMouseListening()
1424 aMouseClickHandlers.DeleteAndDestroy(0, nCount); in EndMouseListening()
1433 sal_uInt16 nCount = aActivationListeners.Count(); in EndActivationListening() local
1436 for ( sal_uInt16 n=0; n<nCount; n++ ) in EndActivationListening()
1446 aActivationListeners.DeleteAndDestroy(0, nCount); in EndActivationListening()
1456 sal_uInt16 nCount = aMouseClickHandlers.Count(); in addEnhancedMouseClickHandler() local
1459 aMouseClickHandlers.Insert( pObj, nCount ); in addEnhancedMouseClickHandler()
1461 if (aMouseClickHandlers.Count() == 1 && nCount == 0) // only if a listener added in addEnhancedMouseClickHandler()
1470 sal_uInt16 nCount = aMouseClickHandlers.Count(); in removeEnhancedMouseClickHandler() local
1471 for ( sal_uInt16 n=nCount; n--; ) in removeEnhancedMouseClickHandler()
1477 if ((aMouseClickHandlers.Count() == 0) && (nCount > 0)) // only if last listener removed in removeEnhancedMouseClickHandler()
1490 sal_uInt16 nCount = aActivationListeners.Count(); in addActivationEventListener() local
1493 aActivationListeners.Insert( pObj, nCount ); in addActivationEventListener()
1495 if (aActivationListeners.Count() == 1 && nCount == 0) // only if a listener added in addActivationEventListener()
1504 sal_uInt16 nCount = aActivationListeners.Count(); in removeActivationEventListener() local
1505 for ( sal_uInt16 n=nCount; n--; ) in removeActivationEventListener()
1511 if ((aActivationListeners.Count() == 0) && (nCount > 0)) // only if last listener removed in removeActivationEventListener()
1817 sal_uInt16 nCount = aSelectionListeners.Count(); in removeSelectionChangeListener() local
1818 for ( sal_uInt16 n=nCount; n--; ) in removeSelectionChangeListener()
2080 sal_uInt16 nCount = aPropertyChgListeners.Count(); in removePropertyChangeListener() local
2081 for ( sal_uInt16 n=nCount; n--; ) in removePropertyChangeListener()
2184 sal_uInt16 nCount = aRangeSelListeners.Count(); in removeRangeSelectionListener() local
2185 for ( sal_uInt16 n=nCount; n--; ) in removeRangeSelectionListener()
2211 sal_uInt16 nCount = aRangeChgListeners.Count(); in removeRangeSelectionChangeListener() local
2212 for ( sal_uInt16 n=nCount; n--; ) in removeRangeSelectionChangeListener()