Home
last modified time | relevance | path

Searched refs:getCurrentRectangle (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DChartView.cxx1460 createTransformationSceneToScreen( aVDiagram.getCurrentRectangle() ) )); in impl_createDiagramAndContent()
1479 ::basegfx::B2IRectangle aNewInnerRect( aVDiagram.getCurrentRectangle() ); in impl_createDiagramAndContent()
1508 createTransformationSceneToScreen( aVDiagram.getCurrentRectangle() ) )); in impl_createDiagramAndContent()
1519 createTransformationSceneToScreen( aVDiagram.getCurrentRectangle() ) )); in impl_createDiagramAndContent()
1565 ::basegfx::B2IRectangle aNewInnerRect( aVDiagram.getCurrentRectangle() ); in impl_createDiagramAndContent()
1648 ::basegfx::B2IRectangle aConsumedInnerRect = aVDiagram.getCurrentRectangle(); in impl_createDiagramAndContent()
1658 ::basegfx::B2IRectangle aConsumedInnerRect = aVDiagram.getCurrentRectangle(); in impl_createDiagramAndContent()
/trunk/main/chart2/source/view/inc/
H A DVDiagram.hxx67 ::basegfx::B2IRectangle getCurrentRectangle();
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx729 ::basegfx::B2IRectangle VDiagram::getCurrentRectangle() in getCurrentRectangle() function in chart::VDiagram