Searched refs:AxisWrapper (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/chart2/source/controller/chartapiwrapper/ |
| H A D | AxisWrapper.cxx | 390 AxisWrapper::AxisWrapper( in AxisWrapper() function in chart::wrapper::AxisWrapper 398 AxisWrapper::~AxisWrapper() in ~AxisWrapper() 403 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getAxisTitle() throw (uno::RuntimeException) in getAxisTitle() 432 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getMajorGrid() throw (uno::RuntimeException) in getMajorGrid() 455 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getMinorGrid() throw (uno::RuntimeException) in getMinorGrid() 480 awt::Point SAL_CALL AxisWrapper::getPosition() in getPosition() 487 void SAL_CALL AxisWrapper::setPosition( const awt::Point& /*aPosition*/ ) in setPosition() 493 awt::Size SAL_CALL AxisWrapper::getSize() in getSize() 500 void SAL_CALL AxisWrapper::setSize( const awt::Size& /*aSize*/ ) in setSize() 508 OUString SAL_CALL AxisWrapper::getShapeType() in getShapeType() [all …]
|
| H A D | DiagramWrapper.cxx | 889 m_xXAxis = new AxisWrapper( AxisWrapper::X_AXIS, m_spChart2ModelContact ); in getAxis() 895 m_xYAxis = new AxisWrapper( AxisWrapper::Y_AXIS, m_spChart2ModelContact ); in getAxis() 901 m_xZAxis = new AxisWrapper( AxisWrapper::Z_AXIS, m_spChart2ModelContact ); in getAxis() 914 m_xSecondXAxis = new AxisWrapper( AxisWrapper::SECOND_X_AXIS, m_spChart2ModelContact ); in getSecondaryAxis() 920 m_xSecondYAxis = new AxisWrapper( AxisWrapper::SECOND_Y_AXIS, m_spChart2ModelContact ); in getSecondaryAxis() 961 m_xZAxis = new AxisWrapper( AxisWrapper::Z_AXIS, m_spChart2ModelContact ); in getZAxis() 971 m_xSecondXAxis = new AxisWrapper( AxisWrapper::SECOND_X_AXIS, m_spChart2ModelContact ); in getSecondaryXAxis() 991 m_xXAxis = new AxisWrapper( AxisWrapper::X_AXIS, m_spChart2ModelContact ); in getXAxis() 1021 m_xSecondYAxis = new AxisWrapper( AxisWrapper::SECOND_Y_AXIS, m_spChart2ModelContact ); in getSecondaryYAxis() 1041 m_xYAxis = new AxisWrapper( AxisWrapper::Y_AXIS, m_spChart2ModelContact ); in getYAxis()
|
| H A D | AxisWrapper.hxx | 49 class AxisWrapper : public ::cppu::ImplInheritanceHelper5< class 69 AxisWrapper( tAxisType eType, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 70 virtual ~AxisWrapper();
|
| H A D | makefile.mk | 43 $(SLO)$/AxisWrapper.obj \
|