Home
last modified time | relevance | path

Searched refs:ScVbaCommandBarControl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx31 ScVbaCommandBarControl::ScVbaCommandBarControl( const css::uno::Reference< ov::XHelperInterface >& … in ScVbaCommandBarControl() function in ScVbaCommandBarControl
35 ScVbaCommandBarControl::ScVbaCommandBarControl( const css::uno::Reference< ov::XHelperInterface >& … in ScVbaCommandBarControl() function in ScVbaCommandBarControl
40 void ScVbaCommandBarControl::ApplyChange() throw ( uno::RuntimeException ) in ApplyChange()
48 ScVbaCommandBarControl::getCaption() throw ( uno::RuntimeException ) in getCaption()
57 ScVbaCommandBarControl::setCaption( const ::rtl::OUString& _caption ) throw (uno::RuntimeException) in setCaption()
65 ScVbaCommandBarControl::getOnAction() throw (uno::RuntimeException) in getOnAction()
73 ScVbaCommandBarControl::setOnAction( const ::rtl::OUString& _onaction ) throw (uno::RuntimeExceptio… in setOnAction()
88 ScVbaCommandBarControl::getVisible() throw (uno::RuntimeException) in getVisible()
97 ScVbaCommandBarControl::setVisible( ::sal_Bool _visible ) throw (uno::RuntimeException) in setVisible()
108 ScVbaCommandBarControl::getEnabled() throw (uno::RuntimeException) in getEnabled()
[all …]
H A Dvbacommandbarcontrol.hxx37 class ScVbaCommandBarControl : public CommandBarControl_BASE class
53ScVbaCommandBarControl( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno…
54ScVbaCommandBarControl( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno…
81 typedef cppu::ImplInheritanceHelper1< ScVbaCommandBarControl, ov::XCommandBarPopup > CommandBarPopu…
96 typedef cppu::ImplInheritanceHelper1< ScVbaCommandBarControl, ov::XCommandBarButton > CommandBarBut…
H A Dvbacommandbarcontrols.cxx131 ScVbaCommandBarControl* pNewCommandBarControl = NULL; in createCollectionObject()
226 ScVbaCommandBarControl* pNewCommandBarControl = NULL; in Add()