/aoo41x/main/chart2/source/view/inc/ |
H A D | VDiagram.hxx | 67 ::basegfx::B2IRectangle getCurrentRectangle(); 71 ::basegfx::B2IRectangle adjustPosAndSize( const ::com::sun::star::awt::Point& rPos 74 ::basegfx::B2IRectangle adjustInnerSize( const ::basegfx::B2IRectangle& rConsumedOuterRect ); 83 ::basegfx::B2IRectangle adjustPosAndSize_2d( const ::com::sun::star::awt::Point& rPos 85 ::basegfx::B2IRectangle adjustPosAndSize_3d( const ::com::sun::star::awt::Point& rPos
|
H A D | ShapeFactory.hxx | 218 static ::basegfx::B2IRectangle getRectangleOfShape(
|
/aoo41x/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 127 ::basegfx::B2IRectangle VDiagram::adjustPosAndSize( const awt::Point& rPos, const awt::Size& rSize ) in adjustPosAndSize() 129 …::basegfx::B2IRectangle aAllowedRect( BaseGFXHelper::makeRectangle(m_aAvailablePosIncludingAxes,m_… in adjustPosAndSize() 130 ::basegfx::B2IRectangle aNewInnerRect( BaseGFXHelper::makeRectangle(rPos,rSize) ); in adjustPosAndSize() 141 ::basegfx::B2IRectangle VDiagram::adjustPosAndSize_2d( const awt::Point& rPos, const awt::Size& rAv… in adjustPosAndSize_2d() 164 …return ::basegfx::B2IRectangle( BaseGFXHelper::makeRectangle(m_aCurrentPosWithoutAxes,m_aCurrentSi… in adjustPosAndSize_2d() 490 ::basegfx::B2IRectangle VDiagram::adjustPosAndSize_3d( const awt::Point& rPos, const awt::Size& rAv… in adjustPosAndSize_3d() 504 …return ::basegfx::B2IRectangle( BaseGFXHelper::makeRectangle(m_aCurrentPosWithoutAxes,m_aCurrentSi… in adjustPosAndSize_3d() 729 ::basegfx::B2IRectangle VDiagram::getCurrentRectangle() in getCurrentRectangle() 752 ::basegfx::B2IRectangle VDiagram::adjustInnerSize( const ::basegfx::B2IRectangle& rConsumedOuterRec… in adjustInnerSize() 757 ::basegfx::B2IRectangle rAvailableOuterRect( in adjustInnerSize()
|
/aoo41x/main/chart2/source/tools/ |
H A D | BaseGFXHelper.cxx | 71 B2IRectangle makeRectangle( const awt::Point& rPos, const awt::Size& rSize ) in makeRectangle() 73 return B2IRectangle(rPos.X,rPos.Y,rPos.X+rSize.Width,rPos.Y+rSize.Height); in makeRectangle() 76 awt::Point B2IRectangleToAWTPoint( const ::basegfx::B2IRectangle& rB2IRectangle ) in B2IRectangleToAWTPoint() 81 awt::Size B2IRectangleToAWTSize( const ::basegfx::B2IRectangle& rB2IRectangle ) in B2IRectangleToAWTSize() 88 const ::basegfx::B2IRectangle& rB2IRectangle ) in B2IRectangleToAWTRectangle()
|
/aoo41x/main/chart2/source/inc/ |
H A D | BaseGFXHelper.hxx | 50 OOO_DLLPUBLIC_CHARTTOOLS ::basegfx::B2IRectangle makeRectangle( 55 const ::basegfx::B2IRectangle& rB2IRectangle ); 58 const ::basegfx::B2IRectangle& rB2IRectangle ); 62 const ::basegfx::B2IRectangle& rB2IRectangle );
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | PieChart.cxx | 591 ::basegfx::B2IRectangle lcl_getRect( const uno::Reference< drawing::XShape >& xShape ) in lcl_getRect() 593 ::basegfx::B2IRectangle aRect; in lcl_getRect() 627 ::basegfx::B2IRectangle aOverlap( lcl_getRect( this->xLabelGroupShape ) ); in moveAwayFrom() 678 ::basegfx::B2IRectangle aPreviousOverlap( lcl_getRect( pCurrent->xLabelGroupShape ) ); in detectLabelOverlapsAndMove() 679 ::basegfx::B2IRectangle aNextOverlap( aPreviousOverlap ); in detectLabelOverlapsAndMove() 704 ::basegfx::B2IRectangle aPreviousOverlap( lcl_getRect( pCurrent->xLabelGroupShape ) ); in detectLabelOverlapsAndMove() 705 ::basegfx::B2IRectangle aNextOverlap( aPreviousOverlap ); in detectLabelOverlapsAndMove() 863 ::basegfx::B2IRectangle aRect( lcl_getRect( rInfo.xLabelGroupShape ) ); in rearrangeLabelToAvoidOverlapIfRequested()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_rendermodule.hxx | 59 virtual bool flip( const ::basegfx::B2IRectangle& rUpdateArea, 60 const ::basegfx::B2IRectangle& rCurrWindowArea ) = 0;
|
H A D | dx_9rm.cxx | 202 virtual bool flip( const ::basegfx::B2IRectangle& rUpdateArea, 203 const ::basegfx::B2IRectangle& rCurrWindowArea ); 928 bool DXRenderModule::flip( const ::basegfx::B2IRectangle& rUpdateArea, in flip() argument 929 const ::basegfx::B2IRectangle& /*rCurrWindowArea*/ ) in flip()
|
H A D | dx_spritecanvashelper.cxx | 180 sal_Bool SpriteCanvasHelper::updateScreen( const ::basegfx::B2IRectangle& rCurrArea, in updateScreen() 231 const ::basegfx::B2IRectangle aUpdateArea( 0,0, in updateScreen()
|
H A D | dx_5rm.cxx | 561 virtual bool flip( const ::basegfx::B2IRectangle& rUpdateArea, 562 const ::basegfx::B2IRectangle& rCurrWindowArea ); 1706 bool DXRenderModule::flip( const ::basegfx::B2IRectangle& rUpdateArea, in flip() 1707 const ::basegfx::B2IRectangle& rCurrWindowArea ) in flip()
|
H A D | dx_spritecanvashelper.hxx | 93 sal_Bool updateScreen( const ::basegfx::B2IRectangle& rCurrArea,
|
/aoo41x/main/svx/source/table/ |
H A D | tablelayouter.hxx | 88 bool getCellArea( const CellRef& xCell, basegfx::B2IRectangle& rArea ) const; 89 bool getCellArea( const CellPos& rPos, basegfx::B2IRectangle& rArea ) const;
|
H A D | tablelayouter.cxx | 127 bool TableLayouter::getCellArea( const CellPos& rPos, basegfx::B2IRectangle& rArea ) const in getCellArea() 141 rArea = basegfx::B2IRectangle( x, y, x + aCellSize.getX(), y + aCellSize.getY() ); in getCellArea() 886 basegfx::B2IRectangle aCellArea; in updateCells()
|
H A D | viewcontactoftableobj.cxx | 561 basegfx::B2IRectangle aCellArea; in createViewIndependentPrimitive2DSequence()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 402 const ::basegfx::B2IRectangle& rDiagramRectangleWithoutAxes ) in createTransformationSceneToScreen() 1402 …::basegfx::B2IRectangle aAvailableOuterRect( BaseGFXHelper::makeRectangle(rAvailablePos,rAvailable… in impl_createDiagramAndContent() 1473 ::basegfx::B2IRectangle aConsumedOuterRect; in impl_createDiagramAndContent() 1483 … aConsumedOuterRect = ::basegfx::B2IRectangle( ShapeFactory::getRectangleOfShape(xBoundingShape) ); in impl_createDiagramAndContent() 1484 ::basegfx::B2IRectangle aNewInnerRect( aVDiagram.getCurrentRectangle() ); in impl_createDiagramAndContent() 1500 ::basegfx::B2IRectangle aOldRect( aConsumedOuterRect ); in impl_createDiagramAndContent() 1569 … aConsumedOuterRect = ::basegfx::B2IRectangle( ShapeFactory::getRectangleOfShape(xBoundingShape) ); in impl_createDiagramAndContent() 1570 ::basegfx::B2IRectangle aNewInnerRect( aVDiagram.getCurrentRectangle() ); in impl_createDiagramAndContent() 1653 ::basegfx::B2IRectangle aConsumedInnerRect = aVDiagram.getCurrentRectangle(); in impl_createDiagramAndContent() 1663 ::basegfx::B2IRectangle aConsumedInnerRect = aVDiagram.getCurrentRectangle(); in impl_createDiagramAndContent()
|
H A D | ShapeFactory.cxx | 2353 ::basegfx::B2IRectangle ShapeFactory::getRectangleOfShape( in getRectangleOfShape() 2356 ::basegfx::B2IRectangle aRet; in getRectangleOfShape()
|
/aoo41x/main/basegfx/inc/basegfx/range/ |
H A D | b2irectangle.hxx | 35 typedef B2IRange B2IRectangle; typedef
|
/aoo41x/main/canvas/source/tools/ |
H A D | page.hxx | 139 ::basegfx::B2IRectangle( in refresh()
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 125 …::basegfx::B2IRectangle aShapeRect = BaseGFXHelper::makeRectangle(xShape->getPosition(),ShapeFacto… in lcl_doesShapeOverlapWithTickmark() 151 …::basegfx::B2IRectangle aRect1( BaseGFXHelper::makeRectangle(xShape1->getPosition(),ShapeFactory::… in doesOverlap() 152 …::basegfx::B2IRectangle aRect2( BaseGFXHelper::makeRectangle(xShape2->getPosition(),ShapeFactory::… in doesOverlap()
|