/trunk/main/sw/source/core/access/ |
H A D | accfrmobjslist.cxx | 44 if( !aCurr.GetSwFrm() ) in SwAccessibleChildSList_const_iterator() 62 while( aCurr.IsValid() && !aCurr.IsBoundAsChar() ) in SwAccessibleChildSList_const_iterator() 69 if ( !aCurr.IsValid() ) in SwAccessibleChildSList_const_iterator() 86 while( aCurr.IsValid() && in SwAccessibleChildSList_const_iterator() 98 if( aCurr.GetDrawObject() || aCurr.GetWindow() ) in next() 102 else if( aCurr.GetSwFrm() ) in next() 104 aCurr = aCurr.GetSwFrm()->GetNext(); in next() 105 if( !aCurr.GetSwFrm() ) in next() 129 while( aCurr.IsValid() && !aCurr.IsBoundAsChar() ) in next() 135 if ( !aCurr.IsValid() ) in next() [all …]
|
H A D | accfrmobjslist.hxx | 39 sw::access::SwAccessibleChild aCurr; // The current object member in SwAccessibleChildSList_const_iterator 57 , aCurr( rIter.aCurr ) in SwAccessibleChildSList_const_iterator() 63 return aCurr == r.aCurr; in operator ==() 76 return aCurr; in operator *()
|
/trunk/main/slideshow/source/inc/ |
H A D | listenercontainerimpl.hxx | 118 while( aCurr != aEnd ) in notifyAllListeners() 123 *aCurr) ) in notifyAllListeners() 128 ++aCurr; in notifyAllListeners() 155 while( aCurr != aEnd ) in notifySingleListener() 162 ++aCurr; in notifySingleListener() 176 while( aCurr != aEnd ) in notifyAllListeners() 187 ++aCurr; in notifyAllListeners() 205 while( aCurr != aEnd ) in pruneListeners() 207 if( !aCurr->expired() ) in pruneListeners() 208 aAliveListeners.push_back( *aCurr ); in pruneListeners() [all …]
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 493 basegfx::B3DPoint aCurr(getB3DPolygon().getB3DPoint(0)); in impCreate3DDecomposition() local 499 const basegfx::B3DVector aForw(aNext - aCurr); in impCreate3DDecomposition() 544 aTubeTrans.translate(aCurr.getX(), aCurr.getY(), aCurr.getZ()); in impCreate3DDecomposition() 546 aCapTrans.translate(aCurr.getX(), aCurr.getY(), aCurr.getZ()); in impCreate3DDecomposition() 569 const basegfx::B3DVector aBack(aCurr - aLast); in impCreate3DDecomposition() 598 … aSphereTrans.translate(aCurr.getX(), aCurr.getY(), aCurr.getZ()); in impCreate3DDecomposition() 636 aBackCapTrans.translate(aCurr.getX(), aCurr.getY(), aCurr.getZ()); in impCreate3DDecomposition() 660 aLast = aCurr; in impCreate3DDecomposition() 661 aCurr = aNext; in impCreate3DDecomposition()
|
/trunk/main/slideshow/source/engine/ |
H A D | usereventqueue.cxx | 224 while( aCurr != aEnd ) in isEmpty() 226 if( !aCurr->second.empty() ) in isEmpty() 229 ++aCurr; in isEmpty() 546 ImpShapeEventMap::reverse_iterator aCurr; in handleMouseMoved() local 547 if( hitTest( e, aCurr ) ) in handleMouseMoved() 549 if( aCurr->first != mpLastShape ) in handleMouseMoved() 554 sendEvent( aCurr ); in handleMouseMoved() 555 mpLastShape = aCurr->first; in handleMouseMoved() 584 ImpShapeEventMap::reverse_iterator aCurr; in handleMouseMoved() local 585 if( hitTest( e, aCurr ) ) in handleMouseMoved() [all …]
|
H A D | slideview.cxx | 1147 ViewLayerVector::const_iterator aCurr( maViewLayers.begin() ); in pruneLayers() local 1149 while( aCurr != aEnd ) in pruneLayers() 1151 boost::shared_ptr< SlideViewLayer > pCurrLayer( aCurr->lock() ); in pruneLayers() 1162 ++aCurr; in pruneLayers()
|
H A D | slideshowimpl.cxx | 2151 UnoViewVector::const_iterator aCurr(maViewContainer.begin()); in update() local 2153 while( aCurr != aEnd ) in update() 2157 uno::Reference< presentation::XSlideShowView > xView( (*aCurr)->getUnoView(), in update() 2175 ++aCurr; in update()
|
/trunk/main/animations/source/animcore/ |
H A D | targetpropertiescreator.cxx | 452 XShapeHash::const_iterator aCurr( aShapeHash.begin() ); in createInitialTargetProperties() local 454 while( aCurr != aEnd ) in createInitialTargetProperties() 458 if( aCurr->first.mnParagraphIndex == -1 ) in createInitialTargetProperties() 460 rCurrProps.Target = uno::makeAny( aCurr->first.mxRef ); in createInitialTargetProperties() 466 aCurr->first.mxRef, in createInitialTargetProperties() 467 aCurr->first.mnParagraphIndex ) ); in createInitialTargetProperties() 470 rCurrProps.Properties = ::comphelper::containerToSequence( aCurr->second ); in createInitialTargetProperties() 472 ++aCurr; in createInitialTargetProperties()
|
/trunk/main/canvas/source/tools/ |
H A D | spriteredrawmanager.cxx | 304 VectorOfSprites::const_iterator aCurr( aUnchangedSprites.begin() ); in setupUpdateAreas() local 306 while( aCurr != aEnd2 ) in setupUpdateAreas() 308 const ::basegfx::B2DRange& rUpdateArea( (*aCurr)->getUpdateArea() ); in setupUpdateAreas() 311 SpriteInfo(*aCurr, in setupUpdateAreas() 314 ++aCurr; in setupUpdateAreas() 473 ListOfSprites::reverse_iterator aCurr( maSprites.rbegin() ); in disposing() local 475 while( aCurr != aEnd ) in disposing() 476 (*aCurr++)->dispose(); in disposing()
|
H A D | canvascustomspritehelper.cxx | 135 VectorOfRects::const_iterator aCurr( aClipDifferences.begin() ); in updateClipState() local 137 while( aCurr != aEnd ) in updateClipState() 143 maPosition + aCurr->getMinimum(), in updateClipState() 144 maPosition + aCurr->getMaximum() ) ); in updateClipState() 145 ++aCurr; in updateClipState()
|
/trunk/main/vcl/source/gdi/ |
H A D | print2.cxx | 1113 ConnectedComponentsList::iterator aCurr( aCCList.begin() ); in RemoveTransparenciesFromMetaFile() local 1115 for( ; aCurr != aLast; ++aCurr ) in RemoveTransparenciesFromMetaFile() 1117 ComponentList::iterator aCurrentAction( aCurr->aComponentList.begin() ); in RemoveTransparenciesFromMetaFile() 1118 const ComponentList::iterator aLastAction( aCurr->aComponentList.end() ); in RemoveTransparenciesFromMetaFile() 1122 aCCList_MemberMap[ aCurrentAction->second ] = &(*aCurr); in RemoveTransparenciesFromMetaFile() 1167 for( aCurr = aCCList.begin(); aCurr != aLast; ++aCurr ) in RemoveTransparenciesFromMetaFile() 1169 if( aCurr->bIsSpecial ) in RemoveTransparenciesFromMetaFile() 1171 Rectangle aBoundRect( aCurr->aBounds ); in RemoveTransparenciesFromMetaFile() 1183 aCurr->bIsSpecial = false; in RemoveTransparenciesFromMetaFile() 1237 if( aCCList_MemberMap[nActionNum] == &(*aCurr) ) in RemoveTransparenciesFromMetaFile()
|
/trunk/main/sdext/source/pdfimport/odf/ |
H A D | odfemitter.cxx | 78 PropertyMap::const_iterator aCurr(rProperties.begin()); in beginTag() local 80 while( aCurr != aEnd ) in beginTag() 83 aAttribute.append(aCurr->first); in beginTag() 85 aAttribute.append(aCurr->second); in beginTag() 88 ++aCurr; in beginTag()
|
/trunk/main/slideshow/source/engine/transitions/ |
H A D | slidechangebase.cxx | 234 ViewsVecT::const_iterator aCurr( beginViews() ); in end() local 236 while( aCurr != aEnd ) in end() 239 aCurr->mpView->clearAll(); in end() 241 const SlideBitmapSharedPtr pSlideBitmap( getEnteringBitmap( *aCurr )); in end() 244 aCurr->mpView->getCanvas() ); in end() 246 ++aCurr; in end()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | drawshapesubsetting.cxx | 504 DrawShapeSubsetting::IndexClassificatorVector::const_iterator aCurr( rBegin ); in iterateActionClassifications() local 505 while( aCurr != rEnd ) in iterateActionClassifications() 511 aNext = aCurr; in iterateActionClassifications() 514 switch( *aCurr ) in iterateActionClassifications() 533 aLastCharStart = aCurr; in iterateActionClassifications() 573 if( *aCurr == DrawShapeSubsetting::CLASS_LINE_END ) in iterateActionClassifications() 626 aCurr = aNext; in iterateActionClassifications()
|
H A D | drawshape.cxx | 378 VectorOfDocTreeNodes::const_iterator aCurr( rSubsets.begin() ); in getActualUnitShapeBounds() local 380 while( aCurr != aEnd ) in getActualUnitShapeBounds() 383 aCurr->getStartIndex(), in getActualUnitShapeBounds() 384 aCurr->getEndIndex() ) ); in getActualUnitShapeBounds() 385 ++aCurr; in getActualUnitShapeBounds()
|
/trunk/main/basegfx/source/range/ |
H A D | b2drangeclipper.cxx | 700 ListOfEdges::iterator aCurr( io_rEdgeList.begin() ); in createActiveEdgesFromStartEvent() local 702 while( aCurr != aEnd ) in createActiveEdgesFromStartEvent() 704 const double nCurrY( aCurr->getInvariantCoord() ); in createActiveEdgesFromStartEvent() 713 io_rEdgeList.splice( aCurr, in createActiveEdgesFromStartEvent() 725 io_rEdgeList.splice( aCurr, in createActiveEdgesFromStartEvent() 732 ++aCurr; in createActiveEdgesFromStartEvent() 737 io_rEdgeList.splice( aCurr, in createActiveEdgesFromStartEvent()
|
H A D | b2dpolyrange.cxx | 196 std::vector<B2DRange>::const_iterator aCurr( maRanges.begin() ); in isInside() local 198 while( aCurr != aEnd ) in isInside() 199 if( aCurr->isInside( rValue ) ) in isInside()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 67 basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0)); in impAddB2DPolygonToGDIPlusGraphicsPathReal() local 68 Gdiplus::PointF aFCurr(Gdiplus::REAL(aCurr.getX()), Gdiplus::REAL(aCurr.getY())); in impAddB2DPolygonToGDIPlusGraphicsPathReal() 113 basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0)); in impAddB2DPolygonToGDIPlusGraphicsPathInteger() local 114 Gdiplus::Point aICurr(INT(aCurr.getX()), INT(aCurr.getY())); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xestring.cxx | 240 XclFormatRunVec::const_iterator aCurr = maFormats.begin(); in SetFormats() local 241 XclFormatRunVec::const_iterator aPrev = aCurr; in SetFormats() 243 for( ++aCurr; aCurr != aEnd; ++aCurr, ++aPrev ) in SetFormats() 244 … DBG_ASSERT( aPrev->mnChar < aCurr->mnChar, "XclExpString::SetFormats - invalid char order" ); in SetFormats()
|
/trunk/main/canvas/inc/canvas/ |
H A D | spriteredrawmanager.hxx | 344 SpriteConnectedRanges::ComponentListType::const_iterator aCurr( in handleArea() local 348 while( aCurr != aEnd ) in handleArea() 350 const Sprite::Reference& rSprite( aCurr->second.getSprite() ); in handleArea() 354 ++aCurr; in handleArea()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygoncutandtouch.cxx | 734 B2DPoint aCurr(rEdgePolygon.getB2DPoint(0)); in findTouches() local 741 if(!aCurr.equal(aNext)) in findTouches() 749 const bool bEdgeIsCurve(!aNextControlPoint.equal(aCurr) || !aPrevControlPoint.equal(aNext)); in findTouches() 754 const B2DCubicBezier aCubicA(aCurr, aNextControlPoint, aPrevControlPoint, aNext); in findTouches() 761 findTouchesOnEdge(aCurr, aNext, rPointPolygon, a, rTempPoints); in findTouches() 766 aCurr = aNext; in findTouches()
|
/trunk/main/sw/source/ui/shells/ |
H A D | drawsh.cxx | 340 SwDocStat aCurr; in Execute() local 345 rSh.CountWords( aCurr ); in Execute() 353 pDialog->SetValues(aCurr, aDocStat ); in Execute()
|
H A D | drwtxtex.cxx | 418 SwDocStat aCurr; in Execute() local 423 rSh.CountWords( aCurr ); in Execute() 431 pDialog->SetValues(aCurr, aDocStat ); in Execute()
|
/trunk/main/canvas/source/directx/ |
H A D | dx_5rm.cxx | 422 MonitorList::const_iterator aCurr = rMonitorList.begin(); in createDirectDraw() local 424 while( !gpSelectedDriverGUID && aCurr != aEnd ) in createDirectDraw() 426 if(hMonitor == aCurr->mhMonitor) in createDirectDraw() 429 gpSelectedDriverGUID = const_cast<GUID*>(&aCurr->mnGUID); in createDirectDraw() 430 rMonitorInfo = aCurr->maMonitorInfo; in createDirectDraw() 433 ++aCurr; in createDirectDraw()
|
/trunk/main/cui/source/options/ |
H A D | optgdlg.cxx | 585 ServiceVector::const_iterator aCurr=maAvailableImplementations.begin(); in IsHardwareAccelerationAvailable() local 587 while( aCurr != aEnd ) in IsHardwareAccelerationAvailable() 589 const OUString* pCurrImpl = aCurr->second.getConstArray(); in IsHardwareAccelerationAvailable() 590 const OUString* const pEndImpl = pCurrImpl + aCurr->second.getLength(); in IsHardwareAccelerationAvailable() 613 ++aCurr; in IsHardwareAccelerationAvailable()
|