Home
last modified time | relevance | path

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

/AOO41X/main/vbahelper/source/msforms/
H A Dvbauserform.cxx48 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()
[all …]
H A Dvbauserform.hxx37 class ScVbaUserForm : public ScVbaUserForm_BASE class
44ScVbaUserForm( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::XC…
45 virtual ~ScVbaUserForm();