|
LibreOffice Module vbahelper (master) 1
|
#include <memory>#include <optional>#include <cppuhelper/implbase.hxx>#include <com/sun/star/uno/XComponentContext.hpp>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/script/XDefaultProperty.hpp>#include <ooo/vba/msforms/XComboBox.hpp>#include <com/sun/star/beans/PropertyAttribute.hpp>#include "vbacontrol.hxx"#include "vbalistcontrolhelper.hxx"#include <vbahelper/vbahelper.hxx>Go to the source code of this file.
Classes | |
| class | ScVbaComboBox |
Typedefs | |
| typedef cppu::ImplInheritanceHelper< ScVbaControl, ov::msforms::XComboBox, css::script::XDefaultProperty > | ComboBoxImpl_BASE |
| typedef cppu::ImplInheritanceHelper<ScVbaControl, ov::msforms::XComboBox, css::script::XDefaultProperty > ComboBoxImpl_BASE |
Definition at line 34 of file vbacombobox.hxx.