Lines Matching refs:aEnd

230 	TSectionsMap::iterator aEnd = m_aSections.end();  in resize()  local
231 for (;aIter != aEnd ; ++aIter) in resize()
266 TSectionsMap::iterator aEnd = m_aSections.end(); in Resize() local
267 for (sal_uInt16 nPos=0;aIter != aEnd ; ++aIter,++nPos) in Resize()
345 TSectionsMap::const_iterator aEnd = m_aSections.end(); in getTotalHeight() local
346 for (;aIter != aEnd ; ++aIter) in getTotalHeight()
361 TSectionsMap::iterator aEnd = m_aSections.end(); in SetInsertObj() local
362 for (;aIter != aEnd ; ++aIter) in SetInsertObj()
383 TSectionsMap::const_iterator aEnd = m_aSections.end(); in HasSelection() local
384 for (;aIter != aEnd && !(*aIter)->getReportSection().getSectionView().AreObjectsMarked(); ++aIter) in HasSelection()
386 return aIter != aEnd; in HasSelection()
433 TSectionsMap::const_iterator aEnd = m_aSections.end(); in getSectionWindow() local
434 for (; aIter != aEnd ; ++aIter) in getSectionWindow()
451 TSectionsMap::const_iterator aEnd = m_aSections.end(); in getMarkedSection() local
453 for (; aIter != aEnd ; ++aIter) in getMarkedSection()
484 pRet = (*(--aEnd)); in getMarkedSection()
489 pRet = (*(--aEnd)); in getMarkedSection()
526 TSectionsMap::iterator aEnd = m_aSections.end(); in unmarkAllObjects() local
527 for (; aIter != aEnd ; ++aIter) in unmarkAllObjects()
588 TSectionsMap::iterator aEnd = m_aSections.end(); in MouseButtonUp() local
589 for (;aIter != aEnd ; ++aIter) in MouseButtonUp()
599 for (aIter = m_aSections.begin();aIter != aEnd ; ++aIter) in MouseButtonUp()
610 TSectionsMap::iterator aEnd = m_aSections.end(); in handleKeyEvent() local
611 for (;aIter != aEnd ; ++aIter) in handleKeyEvent()
640 TSectionsMap::iterator aEnd = m_aSections.end(); in setMarked() local
641 for (; aIter != aEnd ; ++aIter) in setMarked()
685 TSectionsMap::iterator aEnd = m_aSections.end(); in collectRectangles() local
686 for (aIter = m_aSections.begin();aIter != aEnd ; ++aIter) in collectRectangles()
936 TSectionsMap::iterator aEnd = m_aSections.end(); in setGridSnap() local
937 for (; aIter != aEnd ; ++aIter) in setGridSnap()
948 TSectionsMap::iterator aEnd = m_aSections.end(); in setDragStripes() local
949 for (; aIter != aEnd ; ++aIter) in setDragStripes()
956 TSectionsMap::const_iterator aEnd = m_aSections.end(); in getPosition() local
958 for (; aIter != aEnd ; ++aIter) in getPosition()
1043 TSectionsMap::iterator aEnd = m_aSections.end(); in BegDragObj_createInvisibleObjectAtPosition() local
1046 for (; aIter != aEnd; ++aIter) in BegDragObj_createInvisibleObjectAtPosition()
1095 TSectionsMap::iterator aEnd = m_aSections.end(); in BegDragObj() local
1096 for (; aIter != aEnd; ++aIter) in BegDragObj()
1117 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in BegDragObj()
1182 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in BegDragObj()
1233 TSectionsMap::iterator aEnd = m_aSections.end(); in BegMarkObj() local
1235 for (; aIter != aEnd; ++aIter) in BegMarkObj()
1265 const TSectionsMap::iterator aEnd = m_aSections.end(); in getSectionRelativeToPosition() local
1266 for (; aIter != aEnd ; ++aIter,++nCount) in getSectionRelativeToPosition()
1272 OSL_ENSURE(aIter != aEnd,"This can never happen!"); in getSectionRelativeToPosition()
1292 for (; aIter != aEnd; ++aIter) in getSectionRelativeToPosition()
1300 if ( aIter != aEnd ) in getSectionRelativeToPosition()
1303 pSection = &(*(aEnd-1))->getReportSection().getSectionView(); in getSectionRelativeToPosition()
1312 TSectionsMap::iterator aEnd = m_aSections.end(); in EndDragObj_removeInvisibleObjects() local
1314 for (; aIter != aEnd; ++aIter) in EndDragObj_removeInvisibleObjects()
1342 const TSectionsMap::iterator aEnd = m_aSections.end(); in EndDragObj() local
1343 for (; aIter != aEnd; ++aIter) in EndDragObj()
1450 TSectionsMap::iterator aEnd = m_aSections.end(); in MovAction() local
1454 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in MovAction()
1467 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in MovAction()
1492 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in MovAction()
1511 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in MovAction()
1567 TSectionsMap::const_iterator aEnd = m_aSections.end(); in IsAction() local
1568 for (; !bAction && aIter != aEnd; ++aIter) in IsAction()
1577 TSectionsMap::const_iterator aEnd = m_aSections.end(); in IsDragObj() local
1578 for (; !bAction && aIter != aEnd; ++aIter) in IsDragObj()
1587 TSectionsMap::const_iterator aEnd = m_aSections.end(); in getMarkedObjectCount() local
1588 for (; aIter != aEnd; ++aIter) in getMarkedObjectCount()
1606 TSectionsMap::const_iterator aEnd = m_aSections.end(); in handleKey() local
1607 for (; aIter != aEnd; ++aIter) in handleKey()
1819 TSectionsMap::const_iterator aEnd = m_aSections.end(); in fillCollapsedSections() local
1820 for (sal_uInt16 i = 0;aIter != aEnd ; ++aIter,++i) in fillCollapsedSections()
1854 TSectionsMap::iterator aEnd = m_aSections.end(); in zoom() local
1855 for (;aIter != aEnd ; ++aIter) in zoom()
1888 TSectionsMap::iterator aEnd = m_aSections.end(); in scrollChildren() local
1889 for (;aIter != aEnd ; ++aIter) in scrollChildren()
1898 TSectionsMap::const_iterator aEnd = m_aSections.end(); in fillControlModelSelection() local
1899 for(;aIter != aEnd; ++aIter) in fillControlModelSelection()