Lines Matching refs:aIter

229     TSectionsMap::iterator aIter = m_aSections.begin();  in resize()  local
231 for (;aIter != aEnd ; ++aIter) in resize()
233 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in resize()
265 TSectionsMap::iterator aIter = m_aSections.begin(); in Resize() local
267 for (sal_uInt16 nPos=0;aIter != aEnd ; ++aIter,++nPos) in Resize()
269 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in Resize()
344 TSectionsMap::const_iterator aIter = m_aSections.begin(); in getTotalHeight() local
346 for (;aIter != aEnd ; ++aIter) in getTotalHeight()
348 nHeight += (*aIter)->GetSizePixel().Height(); in getTotalHeight()
360 TSectionsMap::iterator aIter = m_aSections.begin(); in SetInsertObj() local
362 for (;aIter != aEnd ; ++aIter) in SetInsertObj()
363 (*aIter)->getReportSection().getSectionView().SetCurrentObj( eObj, ReportInventor ); in SetInsertObj()
382 TSectionsMap::const_iterator aIter = m_aSections.begin(); in HasSelection() local
384 for (;aIter != aEnd && !(*aIter)->getReportSection().getSectionView().AreObjectsMarked(); ++aIter) in HasSelection()
386 return aIter != aEnd; in HasSelection()
432 TSectionsMap::const_iterator aIter = m_aSections.begin(); in getSectionWindow() local
434 for (; aIter != aEnd ; ++aIter) in getSectionWindow()
436 if ((*aIter)->getReportSection().getSection() == _xSection) in getSectionWindow()
438 pSectionWindow = (*aIter); in getSectionWindow()
450 TSectionsMap::const_iterator aIter = m_aSections.begin(); in getMarkedSection() local
453 for (; aIter != aEnd ; ++aIter) in getMarkedSection()
455 if ( (*aIter)->getStartMarker().isMarked() ) in getMarkedSection()
459 pRet = (*aIter); in getMarkedSection()
466 pRet = (*(--aIter)); in getMarkedSection()
482 pRet = *(++aIter); in getMarkedSection()
525 TSectionsMap::iterator aIter = m_aSections.begin(); in unmarkAllObjects() local
527 for (; aIter != aEnd ; ++aIter) in unmarkAllObjects()
529 if ( &(*aIter)->getReportSection().getSectionView() != _pSectionView ) in unmarkAllObjects()
531 (*aIter)->getReportSection().deactivateOle(); in unmarkAllObjects()
532 (*aIter)->getReportSection().getSectionView().UnmarkAllObj(); in unmarkAllObjects()
587 TSectionsMap::iterator aIter = m_aSections.begin(); in MouseButtonUp() local
589 for (;aIter != aEnd ; ++aIter) in MouseButtonUp()
591 if ( (*aIter)->getReportSection().getSectionView().AreObjectsMarked() ) in MouseButtonUp()
593 (*aIter)->getReportSection().MouseButtonUp(rMEvt); in MouseButtonUp()
599 for (aIter = m_aSections.begin();aIter != aEnd ; ++aIter) in MouseButtonUp()
601 (*aIter)->getReportSection().getPage()->resetSpecialMode(); in MouseButtonUp()
609 TSectionsMap::iterator aIter = m_aSections.begin(); in handleKeyEvent() local
611 for (;aIter != aEnd ; ++aIter) in handleKeyEvent()
614 if ( (*aIter)->getStartMarker().isMarked() ) in handleKeyEvent()
616 bRet = (*aIter)->getReportSection().handleKeyEvent(_rEvent); in handleKeyEvent()
639 TSectionsMap::iterator aIter = m_aSections.begin(); in setMarked() local
641 for (; aIter != aEnd ; ++aIter) in setMarked()
643 if ( (*aIter)->getReportSection().getSection() != _xSection ) in setMarked()
645 (*aIter)->setMarked(sal_False); in setMarked()
647 else if ( (*aIter)->getStartMarker().isMarked() != _bMark ) in setMarked()
649 (*aIter)->setMarked(_bMark); in setMarked()
684 TSectionsMap::iterator aIter = m_aSections.begin(); in collectRectangles() local
686 for (aIter = m_aSections.begin();aIter != aEnd ; ++aIter) in collectRectangles()
688 OSectionView& rView = (*aIter)->getReportSection().getSectionView(); in collectRectangles()
935 TSectionsMap::iterator aIter = m_aSections.begin(); in setGridSnap() local
937 for (; aIter != aEnd ; ++aIter) in setGridSnap()
939 (*aIter)->getReportSection().getSectionView().SetGridSnap(bOn); in setGridSnap()
941 (*aIter)->getReportSection().Invalidate(nIn); in setGridSnap()
947 TSectionsMap::iterator aIter = m_aSections.begin(); in setDragStripes() local
949 for (; aIter != aEnd ; ++aIter) in setDragStripes()
950 (*aIter)->getReportSection().getSectionView().SetDragStripes(bOn); in setDragStripes()
955 TSectionsMap::const_iterator aIter = m_aSections.begin(); in getPosition() local
958 for (; aIter != aEnd ; ++aIter) in getPosition()
960 if ( _pSectionWindow == (*aIter).get() ) in getPosition()
1042 TSectionsMap::iterator aIter = m_aSections.begin(); in BegDragObj_createInvisibleObjectAtPosition() local
1046 for (; aIter != aEnd; ++aIter) in BegDragObj_createInvisibleObjectAtPosition()
1048 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj_createInvisibleObjectAtPosition()
1094 TSectionsMap::iterator aIter = m_aSections.begin(); in BegDragObj() local
1096 for (; aIter != aEnd; ++aIter) in BegDragObj()
1098 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj()
1117 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in BegDragObj()
1119 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj()
1182 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in BegDragObj()
1184 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj()
1232 TSectionsMap::iterator aIter = m_aSections.begin(); in BegMarkObj() local
1235 for (; aIter != aEnd; ++aIter) in BegMarkObj()
1237 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegMarkObj()
1264 TSectionsMap::iterator aIter = m_aSections.begin(); in getSectionRelativeToPosition() local
1266 for (; aIter != aEnd ; ++aIter,++nCount) in getSectionRelativeToPosition()
1268 OReportSection& rReportSection = (*aIter)->getReportSection(); in getSectionRelativeToPosition()
1272 OSL_ENSURE(aIter != aEnd,"This can never happen!"); in getSectionRelativeToPosition()
1276 --aIter; in getSectionRelativeToPosition()
1279 OReportSection& rReportSection = (*aIter)->getReportSection(); in getSectionRelativeToPosition()
1283 --aIter; in getSectionRelativeToPosition()
1288 pSection = &(*aIter)->getReportSection().getSectionView(); in getSectionRelativeToPosition()
1292 for (; aIter != aEnd; ++aIter) in getSectionRelativeToPosition()
1294 OReportSection& rReportSection = (*aIter)->getReportSection(); in getSectionRelativeToPosition()
1300 if ( aIter != aEnd ) in getSectionRelativeToPosition()
1301 pSection = &(*aIter)->getReportSection().getSectionView(); in getSectionRelativeToPosition()
1311 TSectionsMap::iterator aIter = m_aSections.begin(); in EndDragObj_removeInvisibleObjects() local
1314 for (; aIter != aEnd; ++aIter) in EndDragObj_removeInvisibleObjects()
1316 OReportSection& rReportSection = (*aIter)->getReportSection(); in EndDragObj_removeInvisibleObjects()
1341 TSectionsMap::iterator aIter = m_aSections.begin(); in EndDragObj() local
1343 for (; aIter != aEnd; ++aIter) in EndDragObj()
1345 OReportSection& rReportSection = (*aIter)->getReportSection(); in EndDragObj()
1449 TSectionsMap::iterator aIter/* = m_aSections.begin() */; in MovAction() local
1454 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in MovAction()
1456 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction()
1459 … const long nSectionHeight = (*aIter)->PixelToLogic(rReportSection.GetOutputSizePixel()).Height(); in MovAction()
1467 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in MovAction()
1469 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction()
1471 const long nSectionHeight = (*aIter)->PixelToLogic((*aIter)->GetOutputSizePixel()).Height(); in MovAction()
1492 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in MovAction()
1494 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction()
1502 const long nSectionHeight = (*aIter)->PixelToLogic((*aIter)->GetOutputSizePixel()).Height(); in MovAction()
1511 for (aIter = m_aSections.begin(); aIter != aEnd; ++aIter) in MovAction()
1513 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction()
1566 TSectionsMap::const_iterator aIter = m_aSections.begin(); in IsAction() local
1568 for (; !bAction && aIter != aEnd; ++aIter) in IsAction()
1569 bAction = (*aIter)->getReportSection().getSectionView().IsAction(); in IsAction()
1576 TSectionsMap::const_iterator aIter = m_aSections.begin(); in IsDragObj() local
1578 for (; !bAction && aIter != aEnd; ++aIter) in IsDragObj()
1579 bAction = (*aIter)->getReportSection().getSectionView().IsAction(); in IsDragObj()
1586 TSectionsMap::const_iterator aIter = m_aSections.begin(); in getMarkedObjectCount() local
1588 for (; aIter != aEnd; ++aIter) in getMarkedObjectCount()
1589 nCount += (*aIter)->getReportSection().getSectionView().GetMarkedObjectCount(); in getMarkedObjectCount()
1605 TSectionsMap::const_iterator aIter = m_aSections.begin(); in handleKey() local
1607 for (; aIter != aEnd; ++aIter) in handleKey()
1609 OReportSection& rReportSection = (*aIter)->getReportSection(); in handleKey()
1818 TSectionsMap::const_iterator aIter = m_aSections.begin(); in fillCollapsedSections() local
1820 for (sal_uInt16 i = 0;aIter != aEnd ; ++aIter,++i) in fillCollapsedSections()
1822 if ( (*aIter)->getStartMarker().isCollapsed() ) in fillCollapsedSections()
1853 TSectionsMap::iterator aIter = m_aSections.begin(); in zoom() local
1855 for (;aIter != aEnd ; ++aIter) in zoom()
1857 (*aIter)->zoom(_aZoom); in zoom()
1887 TSectionsMap::iterator aIter = m_aSections.begin(); in scrollChildren() local
1889 for (;aIter != aEnd ; ++aIter) in scrollChildren()
1891 (*aIter)->scrollChildren(aPos.X()); in scrollChildren()
1897 TSectionsMap::const_iterator aIter = m_aSections.begin(); in fillControlModelSelection() local
1899 for(;aIter != aEnd; ++aIter) in fillControlModelSelection()
1901 (*aIter)->getReportSection().fillControlModelSelection(_rSelection); in fillControlModelSelection()