Lines Matching refs:DiagramWrapper

630 DiagramWrapper::DiagramWrapper(  in DiagramWrapper()  function in chart::wrapper::DiagramWrapper
637 DiagramWrapper::~DiagramWrapper() in ~DiagramWrapper()
641 OUString SAL_CALL DiagramWrapper::getDiagramType() in getDiagramType()
688 beans::XPropertySet > SAL_CALL DiagramWrapper::getDataRowProperties( sal_Int32 nRow ) in getDataRowProperties()
709 …beans::XPropertySet > SAL_CALL DiagramWrapper::getDataPointProperties( sal_Int32 nCol, sal_Int32 n… in getDataPointProperties()
733 awt::Point SAL_CALL DiagramWrapper::getPosition() in getPosition()
740 void SAL_CALL DiagramWrapper::setPosition( const awt::Point& aPosition ) in setPosition()
765 awt::Size SAL_CALL DiagramWrapper::getSize() in getSize()
772 void SAL_CALL DiagramWrapper::setSize( const awt::Size& aSize ) in setSize()
800 OUString SAL_CALL DiagramWrapper::getShapeType() in getShapeType()
808 void SAL_CALL DiagramWrapper::setAutomaticDiagramPositioning() throw (uno::RuntimeException) in setAutomaticDiagramPositioning()
818 ::sal_Bool SAL_CALL DiagramWrapper::isAutomaticDiagramPositioning( ) throw (uno::RuntimeException) in isAutomaticDiagramPositioning()
830 void SAL_CALL DiagramWrapper::setDiagramPositionExcludingAxes( const awt::Rectangle& rPositionRect … in setDiagramPositionExcludingAxes()
838 ::sal_Bool SAL_CALL DiagramWrapper::isExcludingDiagramPositioning() throw (uno::RuntimeException) in isExcludingDiagramPositioning()
854 awt::Rectangle SAL_CALL DiagramWrapper::calculateDiagramPositionExcludingAxes( ) throw (uno::Runti… in calculateDiagramPositionExcludingAxes()
858 void SAL_CALL DiagramWrapper::setDiagramPositionIncludingAxes( const awt::Rectangle& rPositionRect … in setDiagramPositionIncludingAxes()
866 awt::Rectangle SAL_CALL DiagramWrapper::calculateDiagramPositionIncludingAxes( ) throw (uno::Runti… in calculateDiagramPositionIncludingAxes()
870 void SAL_CALL DiagramWrapper::setDiagramPositionIncludingAxesAndAxisTitles( const awt::Rectangle& r… in setDiagramPositionIncludingAxesAndAxisTitles()
874 DiagramWrapper::setDiagramPositionIncludingAxes( aRect ); in setDiagramPositionIncludingAxesAndAxisTitles()
876 ::com::sun::star::awt::Rectangle SAL_CALL DiagramWrapper::calculateDiagramPositionIncludingAxesAndA… in calculateDiagramPositionIncludingAxesAndAxisTitles()
882 Reference< XAxis > SAL_CALL DiagramWrapper::getAxis( sal_Int32 nDimensionIndex ) in getAxis()
907 Reference< XAxis > SAL_CALL DiagramWrapper::getSecondaryAxis( sal_Int32 nDimensionIndex ) in getSecondaryAxis()
927 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getZAxisTitle() in getZAxisTitle()
937 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getZMainGrid() in getZMainGrid()
947 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getZHelpGrid() in getZHelpGrid()
957 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getZAxis() in getZAxis()
967 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getSecondaryXAxis() in getSecondaryXAxis()
977 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getXAxisTitle() in getXAxisTitle()
987 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getXAxis() in getXAxis()
995 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getXMainGrid() in getXMainGrid()
1005 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getXHelpGrid() in getXHelpGrid()
1017 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getSecondaryYAxis() in getSecondaryYAxis()
1027 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getYAxisTitle() in getYAxisTitle()
1037 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getYAxis() in getYAxis()
1045 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getYMainGrid() in getYMainGrid()
1055 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getYHelpGrid() in getYHelpGrid()
1066 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getSecondXAxisTitle() in getSecondXAxisTitle()
1076 Reference< drawing::XShape > SAL_CALL DiagramWrapper::getSecondYAxisTitle() in getSecondYAxisTitle()
1088 beans::XPropertySet > SAL_CALL DiagramWrapper::getUpBar() in getUpBar()
1099 beans::XPropertySet > SAL_CALL DiagramWrapper::getDownBar() in getDownBar()
1110 beans::XPropertySet > SAL_CALL DiagramWrapper::getMinMaxLine() in getMinMaxLine()
1121 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getWall() in getWall()
1132 beans::XPropertySet > SAL_CALL DiagramWrapper::getFloor() in getFloor()
1143 void SAL_CALL DiagramWrapper::set3DSettingsToDefault() in set3DSettingsToDefault()
1151 void SAL_CALL DiagramWrapper::setDefaultRotation() in setDefaultRotation()
1159 void SAL_CALL DiagramWrapper::setDefaultIllumination() in setDefaultIllumination()
1168 void SAL_CALL DiagramWrapper::dispose() in dispose()
1191 void SAL_CALL DiagramWrapper::addEventListener( in addEventListener()
1198 void SAL_CALL DiagramWrapper::removeEventListener( in removeEventListener()
2065 Reference< chart2::XDiagram > SAL_CALL DiagramWrapper::getDiagram() in getDiagram()
2071 void SAL_CALL DiagramWrapper::setDiagram( in setDiagram()
2081 Reference< beans::XPropertySet > DiagramWrapper::getInnerPropertySet() in getInnerPropertySet()
2086 const Sequence< beans::Property >& DiagramWrapper::getPropertySequence() in getPropertySequence()
2091 const std::vector< WrappedProperty* > DiagramWrapper::createWrappedProperties() in createWrappedProperties()
2126 uno::Sequence< OUString > DiagramWrapper::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
2145 APPHELPER_XSERVICEINFO_IMPL( DiagramWrapper, lcl_aServiceName );