Searched refs:rSnapRect (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 384 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 D | EnhancedCustomShape3d.cxx | 784 …::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 D | EnhancedCustomShape3d.hxx | 67 …static Rectangle CalculateNewSnapRect( const SdrObject* pCustomShape, const Rectangle& rSnapRect, …
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 1794 const Rectangle& rSnapRect = pSdrObj->GetSnapRect(); in MatchSdrItemsIntoFlySet() local 1798 rSnapRect.GetWidth() + 2*nOutside, in MatchSdrItemsIntoFlySet() 1799 rSnapRect.GetHeight() + 2*nOutside) ); in MatchSdrItemsIntoFlySet()
|
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7467 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()
|
Completed in 167 milliseconds