Lines Matching refs:ScVbaUserForm
48 ScVbaUserForm::ScVbaUserForm( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XCompone… in ScVbaUserForm() function in ScVbaUserForm
56 ScVbaUserForm::~ScVbaUserForm() in ~ScVbaUserForm()
61 ScVbaUserForm::Show( ) throw (uno::RuntimeException) in Show()
104 ScVbaUserForm::getCaption() throw (uno::RuntimeException) in getCaption()
111 ScVbaUserForm::setCaption( const ::rtl::OUString& _caption ) throw (uno::RuntimeException) in setCaption()
116 double SAL_CALL ScVbaUserForm::getInnerWidth() throw (uno::RuntimeException) in getInnerWidth()
121 void SAL_CALL ScVbaUserForm::setInnerWidth( double fInnerWidth ) throw (uno::RuntimeException) in setInnerWidth()
126 double SAL_CALL ScVbaUserForm::getInnerHeight() throw (uno::RuntimeException) in getInnerHeight()
131 void SAL_CALL ScVbaUserForm::setInnerHeight( double fInnerHeight ) throw (uno::RuntimeException) in setInnerHeight()
137 ScVbaUserForm::Hide( ) throw (uno::RuntimeException) in Hide()
145 ScVbaUserForm::RePaint( ) throw (uno::RuntimeException) in RePaint()
151 ScVbaUserForm::UnloadObject( ) throw (uno::RuntimeException) in UnloadObject()
159 ScVbaUserForm::getServiceImplName() in getServiceImplName()
166 ScVbaUserForm::getServiceNames() in getServiceNames()
178 ScVbaUserForm::getIntrospection( ) throw (uno::RuntimeException) in getIntrospection()
184 ScVbaUserForm::invoke( const ::rtl::OUString& /*aFunctionName*/, const uno::Sequence< uno::Any >& /… in invoke()
190 ScVbaUserForm::setValue( const ::rtl::OUString& aPropertyName, const uno::Any& aValue ) throw (bean… in setValue()
210 ScVbaUserForm::getValue( const ::rtl::OUString& aPropertyName ) throw (beans::UnknownPropertyExcept… in getValue()
228 ScVbaUserForm::hasMethod( const ::rtl::OUString& /*aName*/ ) throw (uno::RuntimeException) in hasMethod()
233 ScVbaUserForm::Controls( const uno::Any& index ) throw (uno::RuntimeException) in Controls()
245 ScVbaUserForm::hasProperty( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasProperty()
262 sdecl::vba_service_class_<ScVbaUserForm, sdecl::with_args<true> > serviceImpl;