Searched refs:ScVbaControl (Results 1 – 20 of 20) sorted by relevance
| /AOO41X/main/vbahelper/source/msforms/ |
| H A D | vbacontrol.cxx | 65 ScVbaControl::getWindowPeer() throw (uno::RuntimeException) in getWindowPeer() 99 ScVbaControl *pControl; 101 ScVbaControlListener( ScVbaControl *pTmpControl ); 106 ScVbaControlListener::ScVbaControlListener( ScVbaControl *pTmpControl ): pControl( pTmpControl ) in ScVbaControlListener() 126 ScVbaControl::ScVbaControl( const uno::Reference< XHelperInterface >& xParent, const uno::Reference… in ScVbaControl() function in ScVbaControl 143 ScVbaControl::~ScVbaControl() in ~ScVbaControl() 153 ScVbaControl::setGeometryHelper( AbstractGeometryAttributes* pHelper ) in setGeometryHelper() 158 void ScVbaControl::removeResouce() throw( uno::RuntimeException ) in removeResouce() 167 sal_Bool SAL_CALL ScVbaControl::getEnabled() throw (uno::RuntimeException) in getEnabled() 176 void SAL_CALL ScVbaControl::setEnabled( sal_Bool bVisible ) throw (uno::RuntimeException) in setEnabled() [all …]
|
| H A D | vbacontrol.hxx | 43 class ScVbaControl : public ControlImpl_BASE class 59 …ScVbaControl( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referenc… 61 virtual ~ScVbaControl();
|
| H A D | vbaimage.hxx | 31 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XImage > ImageImpl_BASE;
|
| H A D | vbaprogressbar.hxx | 32 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XProgressBar, css::script::XDefaul…
|
| H A D | vbaspinbutton.hxx | 31 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XSpinButton > SpinButtonImpl_BASE;
|
| H A D | vbaradiobutton.hxx | 30 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XRadioButton, css::script::XDefaul…
|
| H A D | vbacheckbox.hxx | 31 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XCheckBox, css::script::XDefaultPr…
|
| H A D | vbalabel.hxx | 32 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XLabel, css::script::XDefaultPrope…
|
| H A D | vbamultipage.hxx | 34 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XMultiPage > MultiPageImpl_BASE;
|
| H A D | vbascrollbar.hxx | 31 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XScrollBar > ScrollBarImpl_BASE;
|
| H A D | vbaframe.hxx | 31 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XFrame > FrameImpl_BASE;
|
| H A D | vbabutton.hxx | 31 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XCommandButton > ButtonImpl_BASE;
|
| H A D | vbatextbox.hxx | 30 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XTextBox, css::script::XDefaultPro…
|
| H A D | vbatogglebutton.hxx | 31 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XToggleButton, css::script::XDefau…
|
| H A D | vbasystemaxcontrol.hxx | 32 typedef cppu::ImplInheritanceHelper1< ScVbaControl, css::script::XInvocation > SystemAXControlImpl_…
|
| H A D | vbauserform.hxx | 35 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XUserForm > ScVbaUserForm_BASE;
|
| H A D | vbalistbox.hxx | 36 typedef cppu::ImplInheritanceHelper2<ScVbaControl, ov::msforms::XListBox, css::script::XDefaultProp…
|
| H A D | vbacombobox.hxx | 38 typedef cppu::ImplInheritanceHelper2<ScVbaControl, ov::msforms::XComboBox, css::script::XDefaultPro…
|
| H A D | vbacombobox.cxx | 159 ScVbaControl::setRowSource( _rowsource ); in setRowSource()
|
| H A D | vbalistbox.cxx | 250 ScVbaControl::setRowSource( _rowsource ); in setRowSource()
|