Searched refs:ScVbaAxis (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaaxis.cxx | 41 ScVbaAxis::getChartPtr() throw( uno::RuntimeException ) in getChartPtr() 50 ScVbaAxis::isValueAxis() throw( script::BasicErrorException ) in isValueAxis() 68 ScVbaAxis::Delete( ) throw (script::BasicErrorException, uno::RuntimeException) in Delete() 75 ScVbaAxis::getAxisTitle( ) throw (script::BasicErrorException, uno::RuntimeException) in getAxisTitle() 154 ScVbaAxis::getCrosses( ) throw (script::BasicErrorException, uno::RuntimeException) in getCrosses() 206 ScVbaAxis::getCrossesAt( ) throw (script::BasicErrorException, uno::RuntimeException) in getCrossesAt() 227 ScVbaAxis::getType( ) throw (script::BasicErrorException, uno::RuntimeException) in getType() 259 ScVbaAxis::getHasTitle( ) throw (script::BasicErrorException, uno::RuntimeException) in getHasTitle() 558 ScVbaAxis::getAxisGroup( ) throw (uno::RuntimeException) in getAxisGroup() 649 ScVbaAxis::getServiceImplName() in getServiceImplName() [all …]
|
H A D | vbaaxis.hxx | 32 class ScVbaAxis : public ScVbaAxis_BASE class 45 …ScVbaAxis( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< …
|
H A D | vbaaxes.cxx | 83 return new ScVbaAxis( xParent, xContext, xAxisPropertySet, nType, nAxisGroup); in createAxis()
|
H A D | vbachart.hxx | 43 friend class ScVbaAxis;
|
Completed in 66 milliseconds