Lines Matching refs:nCount

166     sal_Int32 nCount = rData.GetNoteCountInRange(rVisRect, bMark);  in AddNotes()  local
168 rNotes.reserve(nCount); in AddNotes()
178 for (sal_Int32 nIndex = 0; nIndex < nCount; ++nIndex) in AddNotes()
340 sal_Int32 nCount = rData.GetNoteCountInRange(rVisRect, bMark); in CheckChanges() local
342 rNewNotes.reserve(nCount); in CheckChanges()
355 for (sal_Int32 nIndex = 0; nIndex < nCount; ++nIndex) in CheckChanges()
941 sal_uInt16 nCount(rData.GetDrawRanges()); in Init() local
942 for (sal_uInt16 i = 0; i < nCount; ++i) in Init()
952 sal_Int32 nCount(0); in GetBackShapeCount() local
955 nCount += aItr->maBackShapes.size(); in GetBackShapeCount()
956 return nCount; in GetBackShapeCount()
966 sal_Int32 nCount(aItr->maBackShapes.size()); in GetBackShape() local
967 if(nIndex < nCount) in GetBackShape()
971 nIndex -= nCount; in GetBackShape()
982 sal_Int32 nCount(0); in GetForeShapeCount() local
985 nCount += aItr->maForeShapes.size(); in GetForeShapeCount()
986 return nCount; in GetForeShapeCount()
996 sal_Int32 nCount(aItr->maForeShapes.size()); in GetForeShape() local
997 if(nIndex < nCount) in GetForeShape()
1001 nIndex -= nCount; in GetForeShape()
1012 sal_Int32 nCount(0); in GetControlCount() local
1015 nCount += aItr->maControls.size(); in GetControlCount()
1016 return nCount; in GetControlCount()
1026 sal_Int32 nCount(aItr->maControls.size()); in GetControl() local
1027 if(nIndex < nCount) in GetControl()
1031 nIndex -= nCount; in GetControl()
1145 sal_uInt32 nCount(pPage->GetObjCount()); in FillShapes() local
1146 for (sal_uInt32 i = 0; i < nCount; ++i) in FillShapes()