Home
last modified time | relevance | path

Searched refs:rSnapRect (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7467 void GetRowPositions( const Rectangle& rSnapRect, const std::set< sal_Int32 >& rRows, in GetRowPositions() argument
7470 std::set< sal_Int32 >::const_iterator aRow( rRows.find( rSnapRect.Top() ) ); in GetRowPositions()
7474 while( ( aRow != rRows.end() ) && ((*aRow) < rSnapRect.Bottom() ) ) in GetRowPositions()
7488 void GetColumnPositions( const Rectangle& rSnapRect, const std::set< sal_Int32 >& /* rRows */, in GetColumnPositions() argument
7491 std::set< sal_Int32 >::const_iterator aColumn( rColumns.find( rSnapRect.Left() ) ); in GetColumnPositions()
7495 while( ( aColumn != rColumns.end() ) && ((*aColumn) < rSnapRect.Right() ) ) in GetColumnPositions()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx384 const Rectangle& rSnapRect = pPlaceholder->GetSnapRect(); in createOverlayImage() local
391 Size aShapeSizePix = pDev->LogicToPixel(rSnapRect.GetSize()); in createOverlayImage()
419 const Rectangle& rSnapRect = pPlaceholder->GetSnapRect(); in addCustomHandles() local
426 Size aShapeSizePix = pDev->LogicToPixel(rSnapRect.GetSize()); in addCustomHandles()
441 Point aPos( rSnapRect.Center() ); in addCustomHandles()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx784 …::CalculateNewSnapRect( const SdrObject* pCustomShape, const Rectangle& rSnapRect, const Rectangle… in CalculateNewSnapRect() argument
787 const Point aCenter( rSnapRect.Center() ); in CalculateNewSnapRect()
838 Transformation2D aTransformation2D( pCustomShape, rSnapRect, pMap ); in CalculateNewSnapRect()
H A DEnhancedCustomShape3d.hxx67 …static Rectangle CalculateNewSnapRect( const SdrObject* pCustomShape, const Rectangle& rSnapRect, …
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1794 const Rectangle& rSnapRect = pSdrObj->GetSnapRect(); in MatchSdrItemsIntoFlySet() local
1798 rSnapRect.GetWidth() + 2*nOutside, in MatchSdrItemsIntoFlySet()
1799 rSnapRect.GetHeight() + 2*nOutside) ); in MatchSdrItemsIntoFlySet()

Completed in 79 milliseconds