diff options
Diffstat (limited to 'include/toolkit/controls/unocontrols.hxx')
-rw-r--r-- | include/toolkit/controls/unocontrols.hxx | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx index 390f9451a47f..121bdec42eb3 100644 --- a/include/toolkit/controls/unocontrols.hxx +++ b/include/toolkit/controls/unocontrols.hxx @@ -126,7 +126,7 @@ private: public: UnoEditControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; TextListenerMultiplexer& GetTextListeners() { return maTextListeners; } void ImplSetPeerProperty( const OUString& rPropName, const css::uno::Any& rVal ) override; @@ -208,7 +208,7 @@ class UnoFileControl final : public UnoEditControl { public: UnoFileControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; // css::lang::XServiceInfo OUString SAL_CALL getImplementationName() override; @@ -286,7 +286,7 @@ private: public: UnoButtonControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; void SAL_CALL createPeer( const css::uno::Reference< css::awt::XToolkit >& Toolkit, const css::uno::Reference< css::awt::XWindowPeer >& Parent ) override; void SAL_CALL dispose( ) override; @@ -363,7 +363,7 @@ private: public: UnoImageControlControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; void SAL_CALL dispose( ) override; @@ -424,7 +424,7 @@ private: public: UnoRadioButtonControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; void SAL_CALL createPeer( const css::uno::Reference< css::awt::XToolkit >& Toolkit, const css::uno::Reference< css::awt::XWindowPeer >& Parent ) override; void SAL_CALL dispose( ) override; @@ -502,7 +502,7 @@ private: public: UnoCheckBoxControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; void SAL_CALL createPeer( const css::uno::Reference< css::awt::XToolkit >& Toolkit, const css::uno::Reference< css::awt::XWindowPeer >& Parent ) override; void SAL_CALL dispose( ) override; @@ -574,7 +574,7 @@ private: public: UnoFixedHyperlinkControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return UnoControlBase::queryInterface(rType); } css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override; @@ -643,7 +643,7 @@ class UnoFixedTextControl final : public UnoControlBase, { public: UnoFixedTextControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return UnoControlBase::queryInterface(rType); } css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override; @@ -705,7 +705,7 @@ class UnoGroupBoxControl final : public UnoControlBase { public: UnoGroupBoxControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; sal_Bool SAL_CALL isTransparent( ) override; @@ -831,7 +831,7 @@ class UnoListBoxControl final : public UnoListBoxControl_Base { public: UnoListBoxControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; void SAL_CALL createPeer( const css::uno::Reference< css::awt::XToolkit >& Toolkit, const css::uno::Reference< css::awt::XWindowPeer >& Parent ) override; void SAL_CALL dispose( ) override; @@ -937,7 +937,7 @@ private: public: UnoComboBoxControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; void SAL_CALL createPeer( const css::uno::Reference< css::awt::XToolkit >& Toolkit, const css::uno::Reference< css::awt::XWindowPeer >& Parent ) override; void SAL_CALL disposing( const css::lang::EventObject& Source ) override { UnoEditControl::disposing( Source ); } @@ -1062,7 +1062,7 @@ private: TriState mbLongFormat; public: UnoDateFieldControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return UnoSpinFieldControl::queryInterface(rType); } css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override; @@ -1138,7 +1138,7 @@ private: public: UnoTimeFieldControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return UnoSpinFieldControl::queryInterface(rType); } css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override; @@ -1212,7 +1212,7 @@ private: public: UnoNumericFieldControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return UnoSpinFieldControl::queryInterface(rType); } css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override; @@ -1288,7 +1288,7 @@ private: public: UnoCurrencyFieldControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return UnoSpinFieldControl::queryInterface(rType); } css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override; @@ -1362,7 +1362,7 @@ class UnoPatternFieldControl final : public UnoSpinFieldControl, public: UnoPatternFieldControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return UnoSpinFieldControl::queryInterface(rType); } css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override; @@ -1419,7 +1419,7 @@ class UnoProgressBarControl final : public UnoControlBase, { public: UnoProgressBarControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return UnoControlBase::queryInterface(rType); } css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override; @@ -1474,7 +1474,7 @@ class UnoFixedLineControl final : public UnoControlBase { public: UnoFixedLineControl(); - OUString GetComponentServiceName() override; + OUString GetComponentServiceName() const override; sal_Bool SAL_CALL isTransparent( ) override; |