Lines Matching refs:AxisWrapper

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()
515 uno::Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getNumberFormatSettings() in getNumberFormatSettings()
525 uno::Reference< util::XNumberFormats > SAL_CALL AxisWrapper::getNumberFormats() in getNumberFormats()
535 void AxisWrapper::getDimensionAndMainAxisBool( tAxisType eType, sal_Int32& rnDimensionIndex, sal_Bo… in getDimensionAndMainAxisBool()
553 void SAL_CALL AxisWrapper::dispose() in dispose()
566 void SAL_CALL AxisWrapper::addEventListener( in addEventListener()
573 void SAL_CALL AxisWrapper::removeEventListener( in removeEventListener()
583 void AxisWrapper::updateReferenceSize() in updateReferenceSize()
593 Any AxisWrapper::getReferenceSize() in getReferenceSize()
601 awt::Size AxisWrapper::getCurrentSizeForReference() in getCurrentSizeForReference()
608 Reference< chart2::XAxis > AxisWrapper::getAxis() in getAxis()
615 AxisWrapper::getDimensionAndMainAxisBool( m_eType, nDimensionIndex, bMainAxis ); in getAxis()
635 Reference< beans::XPropertySet > AxisWrapper::getInnerPropertySet() in getInnerPropertySet()
640 const Sequence< beans::Property >& AxisWrapper::getPropertySequence() in getPropertySequence()
645 const std::vector< WrappedProperty* > AxisWrapper::createWrappedProperties() in createWrappedProperties()
668 AxisWrapper::getDimensionAndMainAxisBool( m_eType, nDimensionIndex, bMainAxis ); in createWrappedProperties()
687 Sequence< OUString > AxisWrapper::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
700 APPHELPER_XSERVICEINFO_IMPL( AxisWrapper, lcl_aServiceName );