diff options
Diffstat (limited to 'forms/source/component')
50 files changed, 19 insertions, 241 deletions
diff --git a/forms/source/component/Button.hxx b/forms/source/component/Button.hxx index 48f52e38a587..b12771319123 100644 --- a/forms/source/component/Button.hxx +++ b/forms/source/component/Button.hxx @@ -40,10 +40,6 @@ struct ImplSVEvent; namespace frm { - - -// OButtonModel - typedef ::cppu::ImplHelper1 < ::com::sun::star::form::XReset > OButtonModel_Base; class OButtonModel :public OClickableImageBaseModel diff --git a/forms/source/component/CheckBox.cxx b/forms/source/component/CheckBox.cxx index 8d92bbf5ccb3..365e4ed1d736 100644 --- a/forms/source/component/CheckBox.cxx +++ b/forms/source/component/CheckBox.cxx @@ -41,11 +41,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::util; using namespace ::com::sun::star::form::binding; - -//= OCheckBoxControl - - - OCheckBoxControl::OCheckBoxControl(const Reference<XComponentContext>& _rxFactory) :OBoundControl(_rxFactory, VCL_CONTROL_CHECKBOX) { diff --git a/forms/source/component/CheckBox.hxx b/forms/source/component/CheckBox.hxx index 3b81af0ae48f..b13cc93824c7 100644 --- a/forms/source/component/CheckBox.hxx +++ b/forms/source/component/CheckBox.hxx @@ -26,9 +26,6 @@ namespace frm { - -//= OCheckBoxModel - class OCheckBoxModel :public OReferenceValueComponent { protected: @@ -63,9 +60,6 @@ protected: virtual bool commitControlValueToDbColumn( bool _bPostReset ) SAL_OVERRIDE; }; - -//= OCheckBoxControl - class OCheckBoxControl : public OBoundControl { public: diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx index f53fa142a188..68e668edfb68 100644 --- a/forms/source/component/Columns.cxx +++ b/forms/source/component/Columns.cxx @@ -111,8 +111,6 @@ sal_Int32 getColumnTypeByModelName(const OUString& aModelName) return nTypeId; } -/*************************************************************************/ - namespace { class theOGridColumnImplementationId : public rtl::Static< UnoTunnelIdInit, theOGridColumnImplementationId > {}; diff --git a/forms/source/component/Columns.hxx b/forms/source/component/Columns.hxx index 8c59e8df3ad3..89a95a1f6647 100644 --- a/forms/source/component/Columns.hxx +++ b/forms/source/component/Columns.hxx @@ -41,10 +41,6 @@ using namespace comphelper; namespace frm { - - -// OGridColumn - typedef ::cppu::WeakAggComponentImplHelper2 < ::com::sun::star::lang::XUnoTunnel , ::com::sun::star::util::XCloneable > OGridColumn_BASE; class OGridColumn :public ::comphelper::OBaseMutex diff --git a/forms/source/component/ComboBox.hxx b/forms/source/component/ComboBox.hxx index a2b32f70ad7e..22f983a41a66 100644 --- a/forms/source/component/ComboBox.hxx +++ b/forms/source/component/ComboBox.hxx @@ -41,9 +41,6 @@ namespace frm { - -// OComboBoxModel - class OComboBoxModel :public OBoundControlModel ,public OEntryListHelper @@ -144,10 +141,6 @@ protected: DECLARE_XCLONEABLE(); }; - -// OComboBoxControl - - class OComboBoxControl : public OBoundControl { public: diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx index 66e94d3593f2..cbf99cc5520b 100644 --- a/forms/source/component/Currency.cxx +++ b/forms/source/component/Currency.cxx @@ -41,10 +41,6 @@ using namespace ::com::sun::star::io; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::util; - -// OCurrencyControl - - OCurrencyControl::OCurrencyControl(const Reference<XComponentContext>& _rxFactory) :OBoundControl(_rxFactory, VCL_CONTROL_CURRENCYFIELD) { diff --git a/forms/source/component/Currency.hxx b/forms/source/component/Currency.hxx index b9ba6b8a5de7..c1574beae510 100644 --- a/forms/source/component/Currency.hxx +++ b/forms/source/component/Currency.hxx @@ -26,10 +26,6 @@ namespace frm { - - -//= OCurrencyModel - class OCurrencyModel :public OEditBaseModel { @@ -70,9 +66,6 @@ protected: void implConstruct(); }; - -//= OCurrencyControl - class OCurrencyControl: public OBoundControl { protected: diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 162ff6fd95f6..15c19a2d7928 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -128,10 +128,6 @@ extern "C" void SAL_CALL createRegistryInfo_ODatabaseForm() namespace frm { - - -//= DocumentModifyGuard - class DocumentModifyGuard { public: @@ -163,13 +159,7 @@ private: Reference< XModifiable2 > m_xDocumentModify; }; - -//= OFormSubmitResetThread -//=----------------------------------------------------------------- -//= submitting and resetting html-forms asynchronously - - - +// submitting and resetting html-forms asynchronously class OFormSubmitResetThread: public OComponentEventThread { protected: diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx index 9ede6468514b..609dfb0b47be 100644 --- a/forms/source/component/Date.cxx +++ b/forms/source/component/Date.cxx @@ -74,8 +74,6 @@ StringSequence SAL_CALL ODateControl::getSupportedServiceNames() throw(std::exce return aSupported; } -/*************************************************************************/ - InterfaceRef SAL_CALL ODateModel_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory) { return *(new ODateModel( comphelper::getComponentContext(_rxFactory) )); diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx index 153172618170..4ffb43b882ce 100644 --- a/forms/source/component/Date.hxx +++ b/forms/source/component/Date.hxx @@ -27,10 +27,6 @@ namespace frm { - - -//= ODateModel - class ODateModel :public OEditBaseModel ,public OLimitedFormats @@ -100,9 +96,6 @@ private: ::com::sun::star::uno::Any& _rUNOValue ) const; }; - -//= ODateControl - class ODateControl: public OBoundControl { protected: diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx index c5f364317415..052f93e9bfa4 100644 --- a/forms/source/component/Edit.cxx +++ b/forms/source/component/Edit.cxx @@ -271,8 +271,6 @@ void SAL_CALL OEditControl::createPeer( const Reference< XToolkit>& _rxToolkit, OBoundControl::createPeer(_rxToolkit, _rxParent); } -/*************************************************************************/ - InterfaceRef SAL_CALL OEditModel_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory) { return *(new OEditModel( comphelper::getComponentContext(_rxFactory) )); diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx index f317bc3ebe50..2d667437190a 100644 --- a/forms/source/component/Edit.hxx +++ b/forms/source/component/Edit.hxx @@ -31,9 +31,6 @@ struct ImplSVEvent; namespace frm { - -//= OEditModel - class OEditModel :public OEditBaseModel { diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx index 7fdfcfc3b451..c0636e649e61 100644 --- a/forms/source/component/EditBase.hxx +++ b/forms/source/component/EditBase.hxx @@ -49,9 +49,6 @@ namespace frm { - -//= OEditBaseModel - class OEditBaseModel : public OBoundControlModel { sal_Int16 m_nLastReadVersion; diff --git a/forms/source/component/EventThread.hxx b/forms/source/component/EventThread.hxx index a9d98a7184d9..151e309a7fef 100644 --- a/forms/source/component/EventThread.hxx +++ b/forms/source/component/EventThread.hxx @@ -41,9 +41,6 @@ namespace frm { -// *************************************************************************************************** -// *************************************************************************************************** - typedef ::osl::Thread OComponentEventThread_TBASE; class OComponentEventThread :public OComponentEventThread_TBASE diff --git a/forms/source/component/File.hxx b/forms/source/component/File.hxx index af3ae371b378..fa9eea160a05 100644 --- a/forms/source/component/File.hxx +++ b/forms/source/component/File.hxx @@ -26,10 +26,6 @@ namespace frm { - - -// OFileControlModel - class OFileControlModel :public OControlModel ,public ::com::sun::star::form::XReset diff --git a/forms/source/component/Filter.cxx b/forms/source/component/Filter.cxx index 7612a19296e4..8419142b1864 100644 --- a/forms/source/component/Filter.cxx +++ b/forms/source/component/Filter.cxx @@ -90,10 +90,6 @@ namespace frm using namespace ::connectivity; - - // OFilterControl - - OFilterControl::OFilterControl( const Reference< XComponentContext >& _rxORB ) :UnoControl() ,m_aTextListeners( *this ) diff --git a/forms/source/component/FixedText.hxx b/forms/source/component/FixedText.hxx index 073badcc3496..a9481311f51c 100644 --- a/forms/source/component/FixedText.hxx +++ b/forms/source/component/FixedText.hxx @@ -26,9 +26,6 @@ namespace frm { - -// OFixedTextModel - class OFixedTextModel :public OControlModel { diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index 615688e69961..f5143564c30b 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -334,7 +334,6 @@ sal_Bool SAL_CALL OControl::isTransparent() throw ( RuntimeException, std::excep return m_xControl.is() ? m_xControl->isTransparent() : sal_True; } -// OBoundControl OBoundControl::OBoundControl( const Reference< XComponentContext >& _rxContext, const OUString& _rAggregateService, const bool _bSetDelegator ) :OControl( _rxContext, _rAggregateService, _bSetDelegator ) diff --git a/forms/source/component/FormattedField.hxx b/forms/source/component/FormattedField.hxx index f2a4b9a74d79..6939b2af9e0d 100644 --- a/forms/source/component/FormattedField.hxx +++ b/forms/source/component/FormattedField.hxx @@ -142,7 +142,6 @@ class OFormattedModel void updateFormatterNullDate(); }; - // OFormattedControl typedef ::cppu::ImplHelper1< ::com::sun::star::awt::XKeyListener> OFormattedControl_BASE; class OFormattedControl : public OBoundControl ,public OFormattedControl_BASE diff --git a/forms/source/component/Grid.hxx b/forms/source/component/Grid.hxx index 244944661f5e..88eba2df78ac 100644 --- a/forms/source/component/Grid.hxx +++ b/forms/source/component/Grid.hxx @@ -35,13 +35,8 @@ namespace frm { - class OGridColumn; - -// ColumnDescription - - struct ColumnDescription : public ElementDescription { public: diff --git a/forms/source/component/GroupBox.hxx b/forms/source/component/GroupBox.hxx index 77c9db318b55..ceac40b435e4 100644 --- a/forms/source/component/GroupBox.hxx +++ b/forms/source/component/GroupBox.hxx @@ -26,9 +26,6 @@ namespace frm { - -// OGroupBoxModel - class OGroupBoxModel :public OControlModel { diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx index 44d6bb62c6c1..5332b1244498 100644 --- a/forms/source/component/GroupManager.cxx +++ b/forms/source/component/GroupManager.cxx @@ -55,7 +55,6 @@ namespace } } -// class OGroupCompAcc OGroupCompAcc::OGroupCompAcc(const Reference<XPropertySet>& rxElement, const OGroupComp& _rGroupComp ) :m_xComponent( rxElement ) ,m_aGroupComp( _rGroupComp ) @@ -78,7 +77,6 @@ public: } }; -// class OGroupComp OGroupComp::OGroupComp() :m_nPos( -1 ) ,m_nTabIndex( 0 ) @@ -131,7 +129,6 @@ public: } }; -// class OGroup OGroup::OGroup( const OUString& rGroupName ) :m_aGroupName( rGroupName ) ,m_nInsertPos(0) diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx index 9a2db9710530..ca686d474a16 100644 --- a/forms/source/component/GroupManager.hxx +++ b/forms/source/component/GroupManager.hxx @@ -35,34 +35,28 @@ using namespace comphelper; -/*======================================================================== -Funktionsweise GroupManager: - -Der GroupManager horcht an der starform, ob FormComponents eingefuegt oder entfernt -werden. Zusaetzlich horcht er bei den FormComponents an den Properties -"Name" und "TabIndex". Mit diesen Infos aktualisiert er seine Gruppen. - -Der GroupManager verwaltet eine Gruppe, in der alle Controls nach TabIndex -geordnet sind, und ein Array von Gruppen, in dem jede FormComponent noch -einmal einer Gruppe dem Namen nach zugeordnet wird. -Die einzelnen Gruppen werden ueber eine Map aktiviert, wenn sie mehr als -ein Element besitzen. - -Die Gruppen verwalten intern die FormComponents in zwei Arrays. In dem -GroupCompArray werden die Components nach TabIndex und Einfuegepostion -sortiert. Da auf dieses Array ueber die FormComponent zugegriffen -wird, gibt es noch das GroupCompAccessArray, in dem die FormComponents -nach ihrer Speicheradresse sortiert sind. Jedes Element des -GroupCompAccessArrays ist mit einem Element des GroupCompArrays verpointert. - -========================================================================*/ - - +/* + * Der GroupManager horcht an der starform, ob FormComponents eingefuegt oder entfernt + * werden. Zusaetzlich horcht er bei den FormComponents an den Properties + * "Name" und "TabIndex". Mit diesen Infos aktualisiert er seine Gruppen. + * + * Der GroupManager verwaltet eine Gruppe, in der alle Controls nach TabIndex + * geordnet sind, und ein Array von Gruppen, in dem jede FormComponent noch + * einmal einer Gruppe dem Namen nach zugeordnet wird. + * Die einzelnen Gruppen werden ueber eine Map aktiviert, wenn sie mehr als + * ein Element besitzen. + * + * Die Gruppen verwalten intern die FormComponents in zwei Arrays. In dem + * GroupCompArray werden die Components nach TabIndex und Einfuegepostion + * sortiert. Da auf dieses Array ueber die FormComponent zugegriffen + * wird, gibt es noch das GroupCompAccessArray, in dem die FormComponents + * nach ihrer Speicheradresse sortiert sind. Jedes Element des + * GroupCompAccessArrays ist mit einem Element des GroupCompArrays verpointert. + */ namespace frm { - template <class ELEMENT, class LESS_COMPARE> sal_Int32 insert_sorted(::std::vector<ELEMENT>& _rArray, const ELEMENT& _rNewElement, const LESS_COMPARE& _rCompareOp) { diff --git a/forms/source/component/Hidden.hxx b/forms/source/component/Hidden.hxx index 5dde996e323a..1a343e602391 100644 --- a/forms/source/component/Hidden.hxx +++ b/forms/source/component/Hidden.hxx @@ -26,9 +26,6 @@ namespace frm { - -// OHiddenModel - class OHiddenModel :public OControlModel { diff --git a/forms/source/component/ImageButton.hxx b/forms/source/component/ImageButton.hxx index 02140241e0bf..5a6e776e2cf2 100644 --- a/forms/source/component/ImageButton.hxx +++ b/forms/source/component/ImageButton.hxx @@ -27,10 +27,6 @@ namespace frm { - - -// OImageButtonModel - class OImageButtonModel :public OClickableImageBaseModel { @@ -55,9 +51,6 @@ protected: DECLARE_XCLONEABLE(); }; - -// OImageButtonControl - typedef ::cppu::ImplHelper1< ::com::sun::star::awt::XMouseListener> OImageButtonControl_BASE; class OImageButtonControl : public OClickableImageBaseControl, public OImageButtonControl_BASE diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx index 2bce9b7e96d9..add837ddfec4 100644 --- a/forms/source/component/ImageControl.hxx +++ b/forms/source/component/ImageControl.hxx @@ -143,9 +143,6 @@ protected: DECL_LINK( OnImageImportDone, ::Graphic* ); }; - -//= OImageControlControl - typedef ::cppu::ImplHelper2 < ::com::sun::star::awt::XMouseListener , ::com::sun::star::util::XModifyBroadcaster > OImageControlControl_Base; diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx index 3dd20d376c49..68e22d80be51 100644 --- a/forms/source/component/ListBox.hxx +++ b/forms/source/component/ListBox.hxx @@ -94,9 +94,6 @@ namespace frm { - -//= OListBoxModel - typedef ::std::vector< ::connectivity::ORowSetValue > ValueList; class OListBoxModel :public OBoundControlModel diff --git a/forms/source/component/Numeric.cxx b/forms/source/component/Numeric.cxx index 942e525afc71..eaacea978aef 100644 --- a/forms/source/component/Numeric.cxx +++ b/forms/source/component/Numeric.cxx @@ -38,11 +38,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::util; using namespace ::com::sun::star::form::binding; - -// ONumericControl - - - ONumericControl::ONumericControl(const Reference<XComponentContext>& _rxFactory) :OBoundControl(_rxFactory, VCL_CONTROL_NUMERICFIELD) { diff --git a/forms/source/component/Numeric.hxx b/forms/source/component/Numeric.hxx index 7f469b226947..54b7f90442a4 100644 --- a/forms/source/component/Numeric.hxx +++ b/forms/source/component/Numeric.hxx @@ -26,10 +26,6 @@ namespace frm { - - -//= ONumericModel - class ONumericModel :public OEditBaseModel { @@ -67,9 +63,6 @@ protected: DECLARE_XCLONEABLE(); }; - -//= ONumericControl - class ONumericControl: public OBoundControl { protected: diff --git a/forms/source/component/Pattern.cxx b/forms/source/component/Pattern.cxx index ddd4a84c8a5c..8622f058034c 100644 --- a/forms/source/component/Pattern.cxx +++ b/forms/source/component/Pattern.cxx @@ -40,10 +40,6 @@ namespace frm namespace FormComponentType = ::com::sun::star::form::FormComponentType; - -// OPatternControl - - OPatternControl::OPatternControl(const Reference<XComponentContext>& _rxFactory) :OBoundControl(_rxFactory, VCL_CONTROL_PATTERNFIELD) { diff --git a/forms/source/component/Pattern.hxx b/forms/source/component/Pattern.hxx index 93f625579c52..e973f84d477c 100644 --- a/forms/source/component/Pattern.hxx +++ b/forms/source/component/Pattern.hxx @@ -30,10 +30,6 @@ namespace frm { - - -//= OPatternModel - class OPatternModel :public OEditBaseModel { @@ -76,9 +72,6 @@ protected: DECLARE_XCLONEABLE(); }; - -//= OPatternControl - class OPatternControl: public OBoundControl { protected: diff --git a/forms/source/component/RadioButton.hxx b/forms/source/component/RadioButton.hxx index c5d70b618aba..02d6ff2c2c28 100644 --- a/forms/source/component/RadioButton.hxx +++ b/forms/source/component/RadioButton.hxx @@ -26,9 +26,6 @@ namespace frm { - -// ORadioButtonModel - class ORadioButtonModel :public OReferenceValueComponent { public: @@ -80,9 +77,6 @@ private: void setControlSource(); }; - -// ORadioButtonControl - class ORadioButtonControl: public OBoundControl { public: diff --git a/forms/source/component/Time.cxx b/forms/source/component/Time.cxx index 87a98c591deb..0c5a59695f2d 100644 --- a/forms/source/component/Time.cxx +++ b/forms/source/component/Time.cxx @@ -47,11 +47,6 @@ using namespace ::com::sun::star::lang; //= - - -//= OTimeControl - - OTimeControl::OTimeControl(const Reference<XComponentContext>& _rxFactory) :OBoundControl(_rxFactory, VCL_CONTROL_TIMEFIELD) { diff --git a/forms/source/component/Time.hxx b/forms/source/component/Time.hxx index 788daf018043..7adf8dc2d7ff 100644 --- a/forms/source/component/Time.hxx +++ b/forms/source/component/Time.hxx @@ -27,10 +27,6 @@ namespace frm { - - -//= OTimeModel - class OTimeModel :public OEditBaseModel ,public OLimitedFormats @@ -100,9 +96,6 @@ private: ::com::sun::star::uno::Any& _rUNOValue ) const; }; - -//= OTimeControl - class OTimeControl: public OBoundControl { protected: diff --git a/forms/source/component/cachedrowset.cxx b/forms/source/component/cachedrowset.cxx index ea1e684e5891..f8f891129939 100644 --- a/forms/source/component/cachedrowset.cxx +++ b/forms/source/component/cachedrowset.cxx @@ -54,9 +54,6 @@ namespace frm namespace ResultSetType = ::com::sun::star::sdbc::ResultSetType; - - //= CachedRowSet_Data - struct CachedRowSet_Data { OUString sCommand; @@ -74,10 +71,6 @@ namespace frm } }; - - //= CachedRowSet - - CachedRowSet::CachedRowSet() :m_pData( new CachedRowSet_Data ) { diff --git a/forms/source/component/cachedrowset.hxx b/forms/source/component/cachedrowset.hxx index b7da2ba61c7b..ddc17d8ffc31 100644 --- a/forms/source/component/cachedrowset.hxx +++ b/forms/source/component/cachedrowset.hxx @@ -31,11 +31,8 @@ namespace frm { - struct CachedRowSet_Data; - //= CachedRowSet - /** caches a result set obtained from a SQL statement */ class CachedRowSet diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx index ef967646ad80..cd441d70a9cf 100644 --- a/forms/source/component/clickableimage.hxx +++ b/forms/source/component/clickableimage.hxx @@ -145,9 +145,6 @@ namespace frm void implInitializeImageURL( ); }; - - // ImageModelMethodGuard - class ImageModelMethodGuard : public ::osl::MutexGuard { private: @@ -248,9 +245,6 @@ namespace frm ) SAL_THROW((com::sun::star::util::VetoException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException)); }; - - // OImageProducerThread_Impl - class OImageProducerThread_Impl: public OComponentEventThread { protected: diff --git a/forms/source/component/entrylisthelper.cxx b/forms/source/component/entrylisthelper.cxx index afe5804f82fd..5242982fbf16 100644 --- a/forms/source/component/entrylisthelper.cxx +++ b/forms/source/component/entrylisthelper.cxx @@ -35,10 +35,6 @@ namespace frm using namespace ::com::sun::star::util; using namespace ::com::sun::star::form::binding; - - //= OEntryListHelper - - OEntryListHelper::OEntryListHelper( OControlModel& _rControlModel ) :m_rControlModel( _rControlModel ) ,m_aRefreshListeners( _rControlModel.getInstanceMutex() ) diff --git a/forms/source/component/errorbroadcaster.cxx b/forms/source/component/errorbroadcaster.cxx index 1921a467cc72..2d1bfe4707d7 100644 --- a/forms/source/component/errorbroadcaster.cxx +++ b/forms/source/component/errorbroadcaster.cxx @@ -32,10 +32,6 @@ namespace frm using namespace ::com::sun::star::sdb; using namespace ::dbtools; - - //= OErrorBroadcaster - - OErrorBroadcaster::OErrorBroadcaster( ::cppu::OBroadcastHelper& _rBHelper ) :m_rBHelper( _rBHelper ) ,m_aErrorListeners( _rBHelper.rMutex ) diff --git a/forms/source/component/errorbroadcaster.hxx b/forms/source/component/errorbroadcaster.hxx index 8430d52b02fd..519fb55423af 100644 --- a/forms/source/component/errorbroadcaster.hxx +++ b/forms/source/component/errorbroadcaster.hxx @@ -30,10 +30,6 @@ namespace frm { - - - //= OErrorBroadcaster - typedef ::cppu::ImplHelper1 < ::com::sun::star::sdb::XSQLErrorBroadcaster > OErrorBroadcaster_BASE; diff --git a/forms/source/component/formcontrolfont.cxx b/forms/source/component/formcontrolfont.cxx index 1c8c991fefa1..5f7d3ebe4c1d 100644 --- a/forms/source/component/formcontrolfont.cxx +++ b/forms/source/component/formcontrolfont.cxx @@ -119,10 +119,6 @@ namespace frm } } - - //= FontControlModel - - FontControlModel::FontControlModel( bool _bToolkitCompatibleDefaults ) :m_nFontRelief( css::awt::FontRelief::NONE ) ,m_nFontEmphasis( FontEmphasisMark::NONE ) diff --git a/forms/source/component/navigationbar.cxx b/forms/source/component/navigationbar.cxx index 8cae338ab869..6d34a1f33204 100644 --- a/forms/source/component/navigationbar.cxx +++ b/forms/source/component/navigationbar.cxx @@ -53,10 +53,6 @@ namespace frm registerMayBeVoidProperty( PROPERTY_##prop, PROPERTY_ID_##prop, PropertyAttribute::BOUND | PropertyAttribute::MAYBEDEFAULT | PropertyAttribute::MAYBEVOID, \ &memberAny, ::getCppuType( static_cast< type* >( NULL ) ) ); - - // ONavigationBarModel - - ONavigationBarModel::ONavigationBarModel( const Reference< XComponentContext >& _rxFactory ) :OControlModel( _rxFactory, OUString() ) ,FontControlModel( true ) diff --git a/forms/source/component/navigationbar.hxx b/forms/source/component/navigationbar.hxx index 2696933b4a15..2aceb2262c00 100644 --- a/forms/source/component/navigationbar.hxx +++ b/forms/source/component/navigationbar.hxx @@ -36,10 +36,6 @@ namespace frm { - - - // ONavigationBarModel - typedef ::cppu::ImplHelper1 < ::com::sun::star::awt::XControlModel > ONavigationBarModel_BASE; diff --git a/forms/source/component/propertybaghelper.cxx b/forms/source/component/propertybaghelper.cxx index a81f8589cc01..410d88fde5e3 100644 --- a/forms/source/component/propertybaghelper.cxx +++ b/forms/source/component/propertybaghelper.cxx @@ -70,10 +70,6 @@ namespace frm } } - - //= PropertyBagHelper - - PropertyBagHelper::PropertyBagHelper( IPropertyBagHelperContext& _rContext ) :m_rContext( _rContext ) ,m_pPropertyArrayHelper( NULL ) diff --git a/forms/source/component/refvaluecomponent.hxx b/forms/source/component/refvaluecomponent.hxx index 481f9b67dff9..09c42c92f7aa 100644 --- a/forms/source/component/refvaluecomponent.hxx +++ b/forms/source/component/refvaluecomponent.hxx @@ -27,10 +27,6 @@ namespace frm { - - - //= OReferenceValueComponent - /** a OBoundControlModel which features the exchange of a reference value */ class OReferenceValueComponent : public OBoundControlModel diff --git a/forms/source/component/scrollbar.cxx b/forms/source/component/scrollbar.cxx index 3de7203292ca..5fa5707d06d3 100644 --- a/forms/source/component/scrollbar.cxx +++ b/forms/source/component/scrollbar.cxx @@ -94,11 +94,6 @@ namespace frm return aExternalDoubleValue; } - - //= OScrollBarModel - - - OScrollBarModel::OScrollBarModel( const Reference<XComponentContext>& _rxFactory ) :OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_SCROLLBAR, VCL_CONTROL_SCROLLBAR, true, true, false ) ,m_nDefaultScrollValue( 0 ) diff --git a/forms/source/component/scrollbar.hxx b/forms/source/component/scrollbar.hxx index 3b330f632777..8350f64dfcff 100644 --- a/forms/source/component/scrollbar.hxx +++ b/forms/source/component/scrollbar.hxx @@ -26,10 +26,6 @@ namespace frm { - - - //= OScrollBarModel - class OScrollBarModel :public OBoundControlModel { private: diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx index a006e9667919..fef41b5cf688 100644 --- a/forms/source/component/spinbutton.cxx +++ b/forms/source/component/spinbutton.cxx @@ -50,11 +50,6 @@ namespace frm const OUString& _rMinValueName, const OUString& _rMaxValueName ); Any translateControlIntToExternalDoubleValue( const Any& _rControlIntValue ); - - //= OSpinButtonModel - - - OSpinButtonModel::OSpinButtonModel( const Reference<XComponentContext>& _rxFactory ) :OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_SPINBUTTON, VCL_CONTROL_SPINBUTTON, true, true, false ) ,m_nDefaultSpinValue( 0 ) diff --git a/forms/source/component/spinbutton.hxx b/forms/source/component/spinbutton.hxx index e7bd87840019..808c89d60755 100644 --- a/forms/source/component/spinbutton.hxx +++ b/forms/source/component/spinbutton.hxx @@ -26,10 +26,6 @@ namespace frm { - - - //= OSpinButtonModel - class OSpinButtonModel :public OBoundControlModel { private: |