diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:06:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-01 09:51:32 -0600 |
commit | 8792ec7b2129650777b7b4bfacaa7c13d923279b (patch) | |
tree | f181e37b61533b460397cc68625fd21f46bb6393 /include/toolkit/controls | |
parent | dff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff) |
Remove visual noise from include
Conflicts:
include/framework/preventduplicateinteraction.hxx
include/sfx2/sfxbasecontroller.hxx
include/sfx2/sfxbasemodel.hxx
include/toolkit/awt/vclxtabpagemodel.hxx
include/vcl/field.hxx
include/vcl/settings.hxx
Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2
Reviewed-on: https://gerrit.libreoffice.org/8272
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/toolkit/controls')
19 files changed, 165 insertions, 165 deletions
diff --git a/include/toolkit/controls/accessiblecontrolcontext.hxx b/include/toolkit/controls/accessiblecontrolcontext.hxx index e5c00aae464c..6726f4e64fa8 100644 --- a/include/toolkit/controls/accessiblecontrolcontext.hxx +++ b/include/toolkit/controls/accessiblecontrolcontext.hxx @@ -28,14 +28,14 @@ #include <com/sun/star/awt/XWindow.hpp> class Window; -//........................................................................ + namespace toolkit { -//........................................................................ - //==================================================================== + + //= OAccessibleControlContext - //==================================================================== + typedef ::comphelper::OAccessibleComponentHelper OAccessibleControlContext_Base; typedef ::cppu::ImplHelper1 < ::com::sun::star::lang::XEventListener @@ -120,9 +120,9 @@ namespace toolkit Window* implGetWindow( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >* _pxUNOWindow = NULL ) const; }; -//........................................................................ + } // namespace toolkit -//........................................................................ + #endif // INCLUDED_TOOLKIT_CONTROLS_ACCESSIBLECONTROLCONTEXT_HXX diff --git a/include/toolkit/controls/animatedimages.hxx b/include/toolkit/controls/animatedimages.hxx index cf9baad50fb4..58e7b2f337da 100644 --- a/include/toolkit/controls/animatedimages.hxx +++ b/include/toolkit/controls/animatedimages.hxx @@ -31,10 +31,10 @@ #include <boost/scoped_ptr.hpp> -//...................................................................................................................... + namespace toolkit { -//...................................................................................................................... + struct AnimatedImagesControlModel_Data; typedef ::cppu::AggImplInheritanceHelper1 < UnoControlModel @@ -87,9 +87,9 @@ namespace toolkit m_pData; }; -//...................................................................................................................... + } // namespace toolkit -//...................................................................................................................... + #endif // INCLUDED_TOOLKIT_CONTROLS_ANIMATEDIMAGES_HXX diff --git a/include/toolkit/controls/controlmodelcontainerbase.hxx b/include/toolkit/controls/controlmodelcontainerbase.hxx index 54e4ca17d640..90abe782b8db 100644 --- a/include/toolkit/controls/controlmodelcontainerbase.hxx +++ b/include/toolkit/controls/controlmodelcontainerbase.hxx @@ -40,9 +40,9 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <tools/gen.hxx> -// ---------------------------------------------------- + // class ControlModelContainerBase -// ---------------------------------------------------- + typedef UnoControlModel ControlModel_Base; typedef ::cppu::AggImplInheritanceHelper8 < ControlModel_Base , ::com::sun::star::lang::XMultiServiceFactory diff --git a/include/toolkit/controls/formattedcontrol.hxx b/include/toolkit/controls/formattedcontrol.hxx index 70fcef1fa9f8..1d47f22e9bbc 100644 --- a/include/toolkit/controls/formattedcontrol.hxx +++ b/include/toolkit/controls/formattedcontrol.hxx @@ -26,14 +26,14 @@ #include <com/sun/star/util/XNumberFormatter.hpp> -//........................................................................ + namespace toolkit { -//........................................................................ - // =================================================================== + + // = UnoControlFormattedFieldModel - // =================================================================== + class UnoControlFormattedFieldModel : public UnoControlModel { protected: @@ -99,9 +99,9 @@ namespace toolkit void impl_updateCachedFormatKey_nothrow(); }; - // =================================================================== + // = UnoFormattedFieldControl - // =================================================================== + class UnoFormattedFieldControl : public UnoSpinFieldControl { public: @@ -115,9 +115,9 @@ namespace toolkit DECLIMPL_SERVICEINFO_DERIVED( UnoFormattedFieldControl, UnoEditControl, szServiceName2_UnoControlFormattedField ) }; -//........................................................................ + } // namespace toolkit -//........................................................................ + #endif // INCLUDED_TOOLKIT_CONTROLS_FORMATTEDCONTROL_HXX diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx index fa389f2647d6..302b64258c54 100644 --- a/include/toolkit/controls/geometrycontrolmodel.hxx +++ b/include/toolkit/controls/geometrycontrolmodel.hxx @@ -45,14 +45,14 @@ namespace com { namespace sun { namespace star { } }}} -//........................................................................ + // namespace toolkit // { -//........................................................................ - //==================================================================== + + //= OGeometryControlModel_Base - //==================================================================== + typedef ::cppu::WeakAggComponentImplHelper2 < ::com::sun::star::util::XCloneable , ::com::sun::star::script::XScriptEventsSupplier > OGCM_Base; @@ -165,17 +165,17 @@ namespace com { namespace sun { namespace star { void registerProperties(); }; - //==================================================================== + //= OTemplateInstanceDisambiguation - //==================================================================== + template <class CONTROLMODEL> class OTemplateInstanceDisambiguation { }; - //==================================================================== + //= OGeometryControlModel - //==================================================================== + /* example for usage: Reference< XAggregation > xIFace = new ::toolkit::OGeometryControlModel< UnoControlButtonModel > (); */ @@ -208,9 +208,9 @@ namespace com { namespace sun { namespace star { virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw (::com::sun::star::uno::RuntimeException, std::exception); }; - //==================================================================== + //= OCommonGeometryControlModel - //==================================================================== + /** allows to extend an arbitrary com.sun.star.awt::UnoControlModel with geometry information. */ @@ -255,9 +255,9 @@ namespace com { namespace sun { namespace star { #include <toolkit/controls/geometrycontrolmodel_impl.hxx> -//........................................................................ + // } // namespace toolkit -//........................................................................ + #endif // INCLUDED_TOOLKIT_CONTROLS_GEOMETRYCONTROLMODEL_HXX diff --git a/include/toolkit/controls/geometrycontrolmodel_impl.hxx b/include/toolkit/controls/geometrycontrolmodel_impl.hxx index de708b53bbad..c035c2e6ea47 100644 --- a/include/toolkit/controls/geometrycontrolmodel_impl.hxx +++ b/include/toolkit/controls/geometrycontrolmodel_impl.hxx @@ -19,31 +19,31 @@ // no include protection. This is included from within geometrycontrolmodel.hxx only -//==================================================================== + //= OGeometryControlModel -//==================================================================== -//-------------------------------------------------------------------- + + template <class CONTROLMODEL> OGeometryControlModel<CONTROLMODEL>::OGeometryControlModel( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& i_factory ) :OGeometryControlModel_Base(new CONTROLMODEL( i_factory ) ) { } -//-------------------------------------------------------------------- + template <class CONTROLMODEL> OGeometryControlModel<CONTROLMODEL>::OGeometryControlModel(::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable >& _rxAggregateInstance) :OGeometryControlModel_Base(_rxAggregateInstance) { } -//-------------------------------------------------------------------- + template <class CONTROLMODEL> ::cppu::IPropertyArrayHelper& SAL_CALL OGeometryControlModel<CONTROLMODEL>::getInfoHelper() { return *this->getArrayHelper(); } -//-------------------------------------------------------------------- + template <class CONTROLMODEL> void OGeometryControlModel<CONTROLMODEL>::fillProperties(::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& _rProps, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& _rAggregateProps) const { @@ -54,7 +54,7 @@ void OGeometryControlModel<CONTROLMODEL>::fillProperties(::com::sun::star::uno:: _rAggregateProps = m_xAggregateSet->getPropertySetInfo()->getProperties(); } -//-------------------------------------------------------------------- + template <class CONTROLMODEL> ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL OGeometryControlModel<CONTROLMODEL>::getImplementationId( ) throw (::com::sun::star::uno::RuntimeException, std::exception) { @@ -71,7 +71,7 @@ template <class CONTROLMODEL> return pId->getImplementationId(); } -//-------------------------------------------------------------------- + template <class CONTROLMODEL> OGeometryControlModel_Base* OGeometryControlModel<CONTROLMODEL>::createClone_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable >& _rxAggregateInstance) diff --git a/include/toolkit/controls/roadmapcontrol.hxx b/include/toolkit/controls/roadmapcontrol.hxx index c0336806a5e5..d9e332d4add3 100644 --- a/include/toolkit/controls/roadmapcontrol.hxx +++ b/include/toolkit/controls/roadmapcontrol.hxx @@ -39,10 +39,10 @@ #include <comphelper/uno3.hxx> -//........................................................................ + namespace toolkit { -//........................................................................ + typedef GraphicControlModel UnoControlRoadmapModel_Base; @@ -68,9 +68,9 @@ namespace toolkit css::awt::XItemEventBroadcaster> SVTXRoadmap_Base; - // =================================================================== + // = UnoControlRoadmapModel - // =================================================================== + class UnoControlRoadmapModel : public UnoControlRoadmapModel_Base, public UnoControlRoadmapModel_IBase @@ -143,9 +143,9 @@ namespace toolkit }; - // =================================================================== + // = UnoRoadmapControl - // =================================================================== + class UnoRoadmapControl : public UnoControlRoadmap_Base, public UnoControlRoadmap_IBase { @@ -182,9 +182,9 @@ namespace toolkit DECLIMPL_SERVICEINFO_DERIVED( UnoRoadmapControl, UnoControlBase, szServiceName2_UnoControlRoadmap ) }; -//........................................................................ + } // toolkit -//........................................................................ + diff --git a/include/toolkit/controls/roadmapentry.hxx b/include/toolkit/controls/roadmapentry.hxx index c047b7381a32..7d7beff9d6a0 100644 --- a/include/toolkit/controls/roadmapentry.hxx +++ b/include/toolkit/controls/roadmapentry.hxx @@ -65,7 +65,7 @@ protected: // other stuff - // ... + // (e.g. DECLARE_SERVICE_INFO();) protected: diff --git a/include/toolkit/controls/tabpagecontainer.hxx b/include/toolkit/controls/tabpagecontainer.hxx index 740167356f21..150b9b30778a 100644 --- a/include/toolkit/controls/tabpagecontainer.hxx +++ b/include/toolkit/controls/tabpagecontainer.hxx @@ -33,9 +33,9 @@ #include <toolkit/controls/controlmodelcontainerbase.hxx> #include <toolkit/helper/listenermultiplexer.hxx> -// ------------------------------------------------------------------ + // class ::com::sun::star::awt::tab::UnoControlTabPageContainerModel -// ------------------------------------------------------------------ + typedef ::cppu::AggImplInheritanceHelper1 < UnoControlModel , ::com::sun::star::awt::tab::XTabPageContainerModel > UnoControlTabPageContainerModel_Base; @@ -90,9 +90,9 @@ public: void SAL_CALL addContainerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener >& xListener ) throw(::com::sun::star::uno::RuntimeException, std::exception); void SAL_CALL removeContainerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener >& xListener ) throw(::com::sun::star::uno::RuntimeException, std::exception); }; -// =================================================================== + // = UnoControlTabPageContainer -// =================================================================== + typedef ::cppu::AggImplInheritanceHelper1 < ControlContainerBase , ::com::sun::star::awt::tab::XTabPageContainer > UnoControlTabPageContainer_Base; diff --git a/include/toolkit/controls/tabpagemodel.hxx b/include/toolkit/controls/tabpagemodel.hxx index c48250cf75be..780fbd1be69f 100644 --- a/include/toolkit/controls/tabpagemodel.hxx +++ b/include/toolkit/controls/tabpagemodel.hxx @@ -55,9 +55,9 @@ public: css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(css::uno::RuntimeException, std::exception); }; -// ---------------------------------------------------- + // class UnoTabPageControl -// ---------------------------------------------------- + typedef ::cppu::AggImplInheritanceHelper2 < ControlContainerBase , ::com::sun::star::awt::tab::XTabPage , ::com::sun::star::awt::XWindowListener diff --git a/include/toolkit/controls/tkscrollbar.hxx b/include/toolkit/controls/tkscrollbar.hxx index c9f9cd395621..7b552a29e218 100644 --- a/include/toolkit/controls/tkscrollbar.hxx +++ b/include/toolkit/controls/tkscrollbar.hxx @@ -27,14 +27,14 @@ #include <com/sun/star/awt/XAdjustmentListener.hpp> #include <com/sun/star/awt/AdjustmentType.hpp> -//........................................................................ + namespace toolkit { -//........................................................................ - //==================================================================== + + //= UnoControlScrollBarModel - //==================================================================== + class UnoControlScrollBarModel : public UnoControlModel { protected: @@ -57,9 +57,9 @@ namespace toolkit DECLIMPL_SERVICEINFO_DERIVED( UnoControlScrollBarModel, UnoControlModel, szServiceName2_UnoControlScrollBarModel ) }; - //==================================================================== + //= UnoControlScrollBarModel - //==================================================================== + class UnoScrollBarControl : public UnoControlBase, public ::com::sun::star::awt::XAdjustmentListener, public ::com::sun::star::awt::XScrollBar @@ -109,9 +109,9 @@ namespace toolkit -//........................................................................ + } // namespacetoolkit -//........................................................................ + #endif // INCLUDED_TOOLKIT_CONTROLS_TKSCROLLBAR_HXX diff --git a/include/toolkit/controls/tksimpleanimation.hxx b/include/toolkit/controls/tksimpleanimation.hxx index 1936e6622251..482390c8fd96 100644 --- a/include/toolkit/controls/tksimpleanimation.hxx +++ b/include/toolkit/controls/tksimpleanimation.hxx @@ -28,14 +28,14 @@ #include <comphelper/uno3.hxx> #include <cppuhelper/implbase1.hxx> -//........................................................................ + namespace toolkit { -//........................................................................ - //==================================================================== + + //= UnoSimpleAnimationControlModel - //==================================================================== + class UnoSimpleAnimationControlModel : public UnoControlModel { protected: @@ -59,9 +59,9 @@ namespace toolkit ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException); }; - //==================================================================== + //= UnoSimpleAnimationControl - //==================================================================== + typedef ::cppu::AggImplInheritanceHelper1 < UnoControlBase , ::com::sun::star::awt::XSimpleAnimation @@ -86,9 +86,9 @@ namespace toolkit ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException); }; -//........................................................................ + } // namespacetoolkit -//........................................................................ + #endif // INCLUDED_TOOLKIT_CONTROLS_TKSIMPLEANIMATION_HXX diff --git a/include/toolkit/controls/tkthrobber.hxx b/include/toolkit/controls/tkthrobber.hxx index b32246a27857..f952b2785b01 100644 --- a/include/toolkit/controls/tkthrobber.hxx +++ b/include/toolkit/controls/tkthrobber.hxx @@ -28,14 +28,14 @@ #include <comphelper/uno3.hxx> #include <cppuhelper/implbase1.hxx> -//........................................................................ + namespace toolkit { -//........................................................................ - //==================================================================== + + //= UnoThrobberControlModel - //==================================================================== + class UnoThrobberControlModel : public UnoControlModel { protected: @@ -59,9 +59,9 @@ namespace toolkit ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException); }; - //==================================================================== + //= UnoThrobberControl - //==================================================================== + typedef ::cppu::ImplHelper1 < ::com::sun::star::awt::XThrobber > UnoThrobberControl_Base; @@ -94,9 +94,9 @@ namespace toolkit ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException); }; -//........................................................................ + } // namespacetoolkit -//........................................................................ + #endif // INCLUDED_TOOLKIT_CONTROLS_TKTHROBBER_HXX diff --git a/include/toolkit/controls/unocontrol.hxx b/include/toolkit/controls/unocontrol.hxx index 8b2afac05e91..6a9e97fcb789 100644 --- a/include/toolkit/controls/unocontrol.hxx +++ b/include/toolkit/controls/unocontrol.hxx @@ -62,9 +62,9 @@ struct UnoControlComponentInfos }; struct UnoControl_Data; -// ---------------------------------------------------- + // class UnoControl -// ---------------------------------------------------- + typedef ::cppu::WeakAggImplHelper9 < ::com::sun::star::awt::XControl , ::com::sun::star::awt::XWindow2 , ::com::sun::star::awt::XView diff --git a/include/toolkit/controls/unocontrolbase.hxx b/include/toolkit/controls/unocontrolbase.hxx index 124671e7c181..fd833e66eb30 100644 --- a/include/toolkit/controls/unocontrolbase.hxx +++ b/include/toolkit/controls/unocontrolbase.hxx @@ -26,9 +26,9 @@ #include <toolkit/controls/unocontrol.hxx> -// ---------------------------------------------------- + // class UnoControlBase -// ---------------------------------------------------- + class TOOLKIT_DLLPUBLIC UnoControlBase : public UnoControl { diff --git a/include/toolkit/controls/unocontrolcontainer.hxx b/include/toolkit/controls/unocontrolcontainer.hxx index 5b6db2f1ae6a..7f8cd2787d01 100644 --- a/include/toolkit/controls/unocontrolcontainer.hxx +++ b/include/toolkit/controls/unocontrolcontainer.hxx @@ -35,9 +35,9 @@ class UnoControlHolderList; -// ---------------------------------------------------- + // class UnoControlContainer -// ---------------------------------------------------- + typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase , ::com::sun::star::awt::XUnoControlContainer , ::com::sun::star::awt::XControlContainer diff --git a/include/toolkit/controls/unocontrolcontainermodel.hxx b/include/toolkit/controls/unocontrolcontainermodel.hxx index 0347ff433884..ff8dd4374604 100644 --- a/include/toolkit/controls/unocontrolcontainermodel.hxx +++ b/include/toolkit/controls/unocontrolcontainermodel.hxx @@ -26,9 +26,9 @@ #include <toolkit/helper/servicenames.hxx> -// ---------------------------------------------------- + // class ::com::sun::star::awt::UnoControlContainerModel -// ---------------------------------------------------- + class UnoControlContainerModel : public UnoControlModel { protected: diff --git a/include/toolkit/controls/unocontrolmodel.hxx b/include/toolkit/controls/unocontrolmodel.hxx index 65b28598acab..6fdd1a37c64b 100644 --- a/include/toolkit/controls/unocontrolmodel.hxx +++ b/include/toolkit/controls/unocontrolmodel.hxx @@ -45,9 +45,9 @@ typedef std::map<sal_uInt16, ::com::sun::star::uno::Any> ImplPropertyTable; -// ---------------------------------------------------- + // class UnoControlModel -// ---------------------------------------------------- + typedef ::cppu::WeakAggImplHelper7 < ::com::sun::star::awt::XControlModel , ::com::sun::star::beans::XPropertyState diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx index 5ed719967501..112342649f10 100644 --- a/include/toolkit/controls/unocontrols.hxx +++ b/include/toolkit/controls/unocontrols.hxx @@ -75,9 +75,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlEditModel -// ---------------------------------------------------- + class UnoControlEditModel : public UnoControlModel { protected: @@ -101,9 +101,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoControlEditModel, UnoControlModel, szServiceName2_UnoControlEditModel ) }; -// ---------------------------------------------------- + // class UnoEditControl -// ---------------------------------------------------- + typedef ::cppu::ImplHelper4 < ::com::sun::star::awt::XTextComponent , ::com::sun::star::awt::XTextListener , ::com::sun::star::awt::XLayoutConstrains @@ -179,9 +179,9 @@ public: sal_Bool SAL_CALL setModel(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& Model) throw ( ::com::sun::star::uno::RuntimeException, std::exception ); }; -// ---------------------------------------------------- + // class UnoControlFileControlModel -// ---------------------------------------------------- + class UnoControlFileControlModel : public UnoControlModel { protected: @@ -204,9 +204,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoControlFileControlModel, UnoControlModel, szServiceName2_UnoControlFileControlModel ) }; -// ---------------------------------------------------- + // class UnoFileControl -// ---------------------------------------------------- + class UnoFileControl : public UnoEditControl { public: @@ -217,9 +217,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoFileControl, UnoEditControl, szServiceName2_UnoControlFileControl ) }; -// ---------------------------------------------------- + // class GraphicControlModel -// ---------------------------------------------------- + class GraphicControlModel : public UnoControlModel { private: @@ -247,9 +247,9 @@ private: GraphicControlModel& operator=( const GraphicControlModel& ); // never implemented }; -// ---------------------------------------------------- + // class UnoControlButtonModel -// ---------------------------------------------------- + class UnoControlButtonModel : public GraphicControlModel { protected: @@ -272,9 +272,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoControlButtonModel, GraphicControlModel, szServiceName2_UnoControlButtonModel ) }; -// ---------------------------------------------------- + // class UnoButtonControl -// ---------------------------------------------------- + typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase , ::com::sun::star::awt::XButton , ::com::sun::star::awt::XToggleButton @@ -322,9 +322,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoButtonControl, UnoControlBase, szServiceName2_UnoControlButton ) }; -// ---------------------------------------------------- + // class UnoControlImageControlModel -// ---------------------------------------------------- + class UnoControlImageControlModel : public GraphicControlModel { private: @@ -353,9 +353,9 @@ public: void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw (::com::sun::star::uno::Exception, std::exception); }; -// ---------------------------------------------------- + // class UnoImageControlControl -// ---------------------------------------------------- + typedef ::cppu::AggImplInheritanceHelper1 < UnoControlBase , ::com::sun::star::awt::XLayoutConstrains > UnoImageControlControl_Base; @@ -384,9 +384,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoImageControlControl, UnoControlBase, szServiceName2_UnoControlImageControl ) }; -// ---------------------------------------------------- + // class UnoControlRadioButtonModel -// ---------------------------------------------------- + class UnoControlRadioButtonModel : public GraphicControlModel { @@ -411,9 +411,9 @@ public: }; -// ---------------------------------------------------- + // class UnoRadioButtonControl -// ---------------------------------------------------- + typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase , ::com::sun::star::awt::XButton , ::com::sun::star::awt::XRadioButton @@ -464,9 +464,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlCheckBoxModel -// ---------------------------------------------------- + class UnoControlCheckBoxModel : public GraphicControlModel { protected: @@ -489,9 +489,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoControlCheckBoxModel, GraphicControlModel, szServiceName2_UnoControlCheckBoxModel ) }; -// ---------------------------------------------------- + // class UnoCheckBoxControl -// ---------------------------------------------------- + typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase , ::com::sun::star::awt::XButton , ::com::sun::star::awt::XCheckBox @@ -545,9 +545,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlFixedTextModel -// ---------------------------------------------------- + class UnoControlFixedHyperlinkModel : public UnoControlModel { protected: @@ -570,9 +570,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoControlFixedHyperlinkModel, UnoControlModel, szServiceName_UnoControlFixedHyperlinkModel ) }; -// ---------------------------------------------------- + // class UnoFixedHyperlinkControl -// ---------------------------------------------------- + class UnoFixedHyperlinkControl : public UnoControlBase, public ::com::sun::star::awt::XFixedHyperlink, public ::com::sun::star::awt::XLayoutConstrains @@ -619,9 +619,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoFixedHyperlinkControl, UnoControlBase, szServiceName_UnoControlFixedHyperlink ) }; -// ---------------------------------------------------- + // class UnoControlFixedTextModel -// ---------------------------------------------------- + class UnoControlFixedTextModel : public UnoControlModel { protected: @@ -645,9 +645,9 @@ public: }; -// ---------------------------------------------------- + // class UnoFixedTextControl -// ---------------------------------------------------- + class UnoFixedTextControl : public UnoControlBase, public ::com::sun::star::awt::XFixedText, public ::com::sun::star::awt::XLayoutConstrains @@ -684,9 +684,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlGroupBoxModel -// ---------------------------------------------------- + class UnoControlGroupBoxModel : public UnoControlModel { protected: @@ -710,9 +710,9 @@ public: }; -// ---------------------------------------------------- + // class UnoGroupBoxControl -// ---------------------------------------------------- + class UnoGroupBoxControl : public UnoControlBase { public: @@ -726,9 +726,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlListBoxModel -// ---------------------------------------------------- + struct UnoControlListBoxModel_Data; typedef ::cppu::AggImplInheritanceHelper1 < UnoControlModel , ::com::sun::star::awt::XItemList @@ -830,9 +830,9 @@ protected: ::cppu::OInterfaceContainerHelper m_aItemListListeners; }; -// ---------------------------------------------------- + // class UnoListBoxControl -// ---------------------------------------------------- + typedef ::cppu::AggImplInheritanceHelper5 < UnoControlBase , ::com::sun::star::awt::XListBox , ::com::sun::star::awt::XItemListener @@ -910,9 +910,9 @@ private: ItemListenerMultiplexer maItemListeners; }; -// ---------------------------------------------------- + // class UnoControlComboBoxModel -// ---------------------------------------------------- + class UnoControlComboBoxModel : public UnoControlListBoxModel { protected: @@ -939,9 +939,9 @@ public: }; -// ---------------------------------------------------- + // class UnoComboBoxControl -// ---------------------------------------------------- + class UnoComboBoxControl : public UnoEditControl , public ::com::sun::star::awt::XComboBox , public ::com::sun::star::awt::XItemListener @@ -1008,9 +1008,9 @@ protected: }; -// ---------------------------------------------------- + // class UnoSpinFieldControl -// ---------------------------------------------------- + class UnoSpinFieldControl : public UnoEditControl, public ::com::sun::star::awt::XSpinField { @@ -1047,9 +1047,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlDateFieldModel -// ---------------------------------------------------- + class UnoControlDateFieldModel : public UnoControlModel { protected: @@ -1073,9 +1073,9 @@ public: }; -// ---------------------------------------------------- + // class UnoDateFieldControl -// ---------------------------------------------------- + class UnoDateFieldControl : public UnoSpinFieldControl, public ::com::sun::star::awt::XDateField { @@ -1123,9 +1123,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoDateFieldControl, UnoSpinFieldControl, szServiceName2_UnoControlDateField ) }; -// ---------------------------------------------------- + // class UnoControlTimeFieldModel -// ---------------------------------------------------- + class UnoControlTimeFieldModel : public UnoControlModel { protected: @@ -1149,9 +1149,9 @@ public: }; -// ---------------------------------------------------- + // class UnoTimeFieldControl -// ---------------------------------------------------- + class UnoTimeFieldControl : public UnoSpinFieldControl, public ::com::sun::star::awt::XTimeField { @@ -1198,9 +1198,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlNumericFieldModel -// ---------------------------------------------------- + class UnoControlNumericFieldModel : public UnoControlModel { protected: @@ -1224,9 +1224,9 @@ public: }; -// ---------------------------------------------------- + // class UnoNumericFieldControl -// ---------------------------------------------------- + class UnoNumericFieldControl : public UnoSpinFieldControl, public ::com::sun::star::awt::XNumericField { @@ -1275,9 +1275,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlCurrencyFieldModel -// ---------------------------------------------------- + class UnoControlCurrencyFieldModel : public UnoControlModel { protected: @@ -1301,9 +1301,9 @@ public: }; -// ---------------------------------------------------- + // class UnoCurrencyFieldControl -// ---------------------------------------------------- + class UnoCurrencyFieldControl : public UnoSpinFieldControl, public ::com::sun::star::awt::XCurrencyField { @@ -1351,9 +1351,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoCurrencyFieldControl, UnoSpinFieldControl, szServiceName2_UnoControlCurrencyField ) }; -// ---------------------------------------------------- + // class UnoControlPatternFieldModel -// ---------------------------------------------------- + class UnoControlPatternFieldModel : public UnoControlModel { protected: @@ -1377,9 +1377,9 @@ public: }; -// ---------------------------------------------------- + // class UnoPatternFieldControl -// ---------------------------------------------------- + class UnoPatternFieldControl : public UnoSpinFieldControl, public ::com::sun::star::awt::XPatternField { @@ -1412,9 +1412,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlProgressBarModel -// ---------------------------------------------------- + class UnoControlProgressBarModel : public UnoControlModel { protected: @@ -1437,9 +1437,9 @@ public: DECLIMPL_SERVICEINFO_DERIVED( UnoControlProgressBarModel, UnoControlModel, szServiceName2_UnoControlProgressBarModel ) }; -// ---------------------------------------------------- + // class UnoProgressBarControl -// ---------------------------------------------------- + class UnoProgressBarControl : public UnoControlBase, public ::com::sun::star::awt::XProgressBar { @@ -1468,9 +1468,9 @@ public: }; -// ---------------------------------------------------- + // class UnoControlFixedLineModel -// ---------------------------------------------------- + class UnoControlFixedLineModel : public UnoControlModel { protected: @@ -1494,9 +1494,9 @@ public: }; -// ---------------------------------------------------- + // class UnoFixedLineControl -// ---------------------------------------------------- + class UnoFixedLineControl : public UnoControlBase { public: |