Home
last modified time | relevance | path

Searched refs:AxisWrapper (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DAxisWrapper.cxx390 AxisWrapper::AxisWrapper( in AxisWrapper() function in chart::wrapper::AxisWrapper
398 AxisWrapper::~AxisWrapper() in ~AxisWrapper()
403 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getAxisTitle() in getAxisTitle()
432 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getMajorGrid() in getMajorGrid()
455 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getMinorGrid() in getMinorGrid()
480 awt::Point SAL_CALL AxisWrapper::getPosition() in getPosition()
486 void SAL_CALL AxisWrapper::setPosition( const awt::Point& /*aPosition*/ ) in setPosition()
491 awt::Size SAL_CALL AxisWrapper::getSize() in getSize()
497 void SAL_CALL AxisWrapper::setSize( const awt::Size& /*aSize*/ ) in setSize()
503 OUString SAL_CALL AxisWrapper::getShapeType() in getShapeType()
[all …]
H A DDiagramWrapper.cxx877 m_xXAxis = new AxisWrapper( AxisWrapper::X_AXIS, m_spChart2ModelContact ); in getAxis()
883 m_xYAxis = new AxisWrapper( AxisWrapper::Y_AXIS, m_spChart2ModelContact ); in getAxis()
889 m_xZAxis = new AxisWrapper( AxisWrapper::Z_AXIS, m_spChart2ModelContact ); in getAxis()
901 m_xSecondXAxis = new AxisWrapper( AxisWrapper::SECOND_X_AXIS, m_spChart2ModelContact ); in getSecondaryAxis()
907 m_xSecondYAxis = new AxisWrapper( AxisWrapper::SECOND_Y_AXIS, m_spChart2ModelContact ); in getSecondaryAxis()
944 m_xZAxis = new AxisWrapper( AxisWrapper::Z_AXIS, m_spChart2ModelContact ); in getZAxis()
953 m_xSecondXAxis = new AxisWrapper( AxisWrapper::SECOND_X_AXIS, m_spChart2ModelContact ); in getSecondaryXAxis()
971 m_xXAxis = new AxisWrapper( AxisWrapper::X_AXIS, m_spChart2ModelContact ); in getXAxis()
998 m_xSecondYAxis = new AxisWrapper( AxisWrapper::SECOND_Y_AXIS, m_spChart2ModelContact ); in getSecondaryYAxis()
1016 m_xYAxis = new AxisWrapper( AxisWrapper::Y_AXIS, m_spChart2ModelContact ); in getYAxis()
H A DAxisWrapper.hxx49 class AxisWrapper : public ::cppu::ImplInheritanceHelper5< class
69 AxisWrapper( tAxisType eType, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
70 virtual ~AxisWrapper();
H A Dmakefile.mk43 $(SLO)$/AxisWrapper.obj \
/trunk/main/chart2/
H A DLibrary_chartcontroller.mk78 chart2/source/controller/chartapiwrapper/AxisWrapper \