Searched refs:ScVbaControl (Results 1 – 20 of 20) sorted by relevance
/trunk/main/vbahelper/source/msforms/ |
H A D | vbacontrol.cxx | 65 ScVbaControl::getWindowPeer() throw (uno::RuntimeException) in getWindowPeer() 99 ScVbaControl *pControl; 101 ScVbaControlListener( ScVbaControl *pTmpControl ); 143 ScVbaControl::~ScVbaControl() in ~ScVbaControl() 217 ScVbaControl::getLeft() throw (uno::RuntimeException) in getLeft() 229 ScVbaControl::getTop() throw (uno::RuntimeException) in getTop() 241 ScVbaControl::getObject() throw (uno::RuntimeException) in getObject() 352 ScVbaControl::getName() throw (uno::RuntimeException) in getName() 384 ::rtl::OUString SAL_CALL ScVbaControl::getTag() in getTag() 497 ScVbaControl::getServiceImplName() in getServiceImplName() [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 | 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 | vbaradiobutton.hxx | 30 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XRadioButton, css::script::XDefaul…
|
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 | vbalistbox.hxx | 36 typedef cppu::ImplInheritanceHelper2<ScVbaControl, ov::msforms::XListBox, css::script::XDefaultProp…
|
H A D | vbauserform.hxx | 35 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XUserForm > ScVbaUserForm_BASE;
|
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()
|
Completed in 70 milliseconds