Searched refs:ScVbaOLEObject (Results 1 – 3 of 3) sorted by relevance
48 ScVbaOLEObject::ScVbaOLEObject( const uno::Reference< XHelperInterface >& xParent, const uno::Refer… in ScVbaOLEObject() function in ScVbaOLEObject64 ScVbaOLEObject::getObject() throw (uno::RuntimeException) in getObject()70 ScVbaOLEObject::getEnabled() throw (uno::RuntimeException) in getEnabled()76 ScVbaOLEObject::setEnabled( sal_Bool _enabled ) throw (uno::RuntimeException) in setEnabled()82 ScVbaOLEObject::getVisible() throw (uno::RuntimeException) in getVisible()89 ScVbaOLEObject::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible()96 ScVbaOLEObject::getLeft() throw (uno::RuntimeException) in getLeft()102 ScVbaOLEObject::setLeft( double _left ) throw (uno::RuntimeException) in setLeft()109 ScVbaOLEObject::getTop() throw (uno::RuntimeException) in getTop()115 ScVbaOLEObject::setTop( double _top ) throw (uno::RuntimeException) in setTop()[all …]
35 class ScVbaOLEObject : public OLEObjectImpl_BASE class43 …ScVbaOLEObject( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refere…
98 …return uno::makeAny( uno::Reference< ov::excel::XOLEObject >( new ScVbaOLEObject( m_xParent, m_xCo… in nextElement()127 …return uno::makeAny( uno::Reference< ov::excel::XOLEObject >( new ScVbaOLEObject( getParent(), mxC… in createCollectionObject()