Home
last modified time | relevance | path

Searched refs:ScVbaControlObjectBase (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx298 ScVbaControlObjectBase::ScVbaControlObjectBase( in ScVbaControlObjectBase() function in ScVbaControlObjectBase
338 OUString SAL_CALL ScVbaControlObjectBase::getName() throw (uno::RuntimeException) in getName()
343 void SAL_CALL ScVbaControlObjectBase::setName( const OUString& rName ) throw (uno::RuntimeException) in setName()
348 OUString SAL_CALL ScVbaControlObjectBase::getOnAction() throw (uno::RuntimeException) in getOnAction()
365 void SAL_CALL ScVbaControlObjectBase::setOnAction( const OUString& rMacroName ) throw (uno::Runtime… in setOnAction()
388 sal_Bool SAL_CALL ScVbaControlObjectBase::getPrintObject() throw (uno::RuntimeException) in getPrintObject()
393 void SAL_CALL ScVbaControlObjectBase::setPrintObject( sal_Bool bPrintObject ) throw (uno::RuntimeEx… in setPrintObject()
400 sal_Bool SAL_CALL ScVbaControlObjectBase::getAutoSize() throw (uno::RuntimeException) in getAutoSize()
406 void SAL_CALL ScVbaControlObjectBase::setAutoSize( sal_Bool /*bAutoSize*/ ) throw (uno::RuntimeExce… in setAutoSize()
413 sal_Int32 ScVbaControlObjectBase::getModelIndexInForm() const throw (uno::RuntimeException) in getModelIndexInForm()
H A Dvbasheetobject.hxx133 class ScVbaControlObjectBase : public ScVbaControlObject_BASE class
146 explicit ScVbaControlObjectBase(
178 typedef ::cppu::ImplInheritanceHelper1< ScVbaControlObjectBase, ov::excel::XButton > ScVbaButton_BA…

Completed in 11 milliseconds