Home
last modified time | relevance | path

Searched refs:B2IRectangle (Results 1 – 19 of 19) sorted by relevance

/trunk/main/chart2/source/view/inc/
H A DVDiagram.hxx67 ::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 DShapeFactory.hxx218 static ::basegfx::B2IRectangle getRectangleOfShape(
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx127 ::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()
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx71 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()
/trunk/main/chart2/source/inc/
H A DBaseGFXHelper.hxx50 OOO_DLLPUBLIC_CHARTTOOLS ::basegfx::B2IRectangle makeRectangle(
55 const ::basegfx::B2IRectangle& rB2IRectangle );
58 const ::basegfx::B2IRectangle& rB2IRectangle );
62 const ::basegfx::B2IRectangle& rB2IRectangle );
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx591 ::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()
/trunk/main/canvas/source/directx/
H A Ddx_rendermodule.hxx59 virtual bool flip( const ::basegfx::B2IRectangle& rUpdateArea,
60 const ::basegfx::B2IRectangle& rCurrWindowArea ) = 0;
H A Ddx_9rm.cxx202 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 Ddx_spritecanvashelper.cxx180 sal_Bool SpriteCanvasHelper::updateScreen( const ::basegfx::B2IRectangle& rCurrArea, in updateScreen()
231 const ::basegfx::B2IRectangle aUpdateArea( 0,0, in updateScreen()
H A Ddx_5rm.cxx561 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 Ddx_spritecanvashelper.hxx93 sal_Bool updateScreen( const ::basegfx::B2IRectangle& rCurrArea,
/trunk/main/svx/source/table/
H A Dtablelayouter.hxx88 bool getCellArea( const CellRef& xCell, basegfx::B2IRectangle& rArea ) const;
89 bool getCellArea( const CellPos& rPos, basegfx::B2IRectangle& rArea ) const;
H A Dtablelayouter.cxx127 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 Dviewcontactoftableobj.cxx563 basegfx::B2IRectangle aCellArea; in createViewIndependentPrimitive2DSequence()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx402 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 DShapeFactory.cxx2353 ::basegfx::B2IRectangle ShapeFactory::getRectangleOfShape( in getRectangleOfShape()
2356 ::basegfx::B2IRectangle aRet; in getRectangleOfShape()
/trunk/main/basegfx/inc/basegfx/range/
H A Db2irectangle.hxx35 typedef B2IRange B2IRectangle; typedef
/trunk/main/canvas/source/tools/
H A Dpage.hxx139 ::basegfx::B2IRectangle( in refresh()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx125 …::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()

Completed in 111 milliseconds