diff options
Diffstat (limited to 'forms/source/component')
27 files changed, 42 insertions, 42 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx index 99d076c3096a..3b2ed0b99972 100644 --- a/forms/source/component/Button.cxx +++ b/forms/source/component/Button.cxx @@ -749,14 +749,14 @@ void SAL_CALL OButtonControl::releaseDispatchProviderInterceptor( const Referenc } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OButtonModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OButtonModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OButtonControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/CheckBox.cxx b/forms/source/component/CheckBox.cxx index 94c206033028..a0b0e24c82ab 100644 --- a/forms/source/component/CheckBox.cxx +++ b/forms/source/component/CheckBox.cxx @@ -266,14 +266,14 @@ bool OCheckBoxModel::commitControlValueToDbColumn( bool /*_bPostReset*/ ) } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OCheckBoxModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OCheckBoxModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OCheckBoxControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index 4db71e5b604d..5df2b3572de8 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -893,14 +893,14 @@ css::uno::Sequence<OUString> SAL_CALL OComboBoxControl::getSupportedServiceNames } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OComboBoxModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OComboBoxModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OComboBoxControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx index 793940f17229..441b7b526d7c 100644 --- a/forms/source/component/Currency.cxx +++ b/forms/source/component/Currency.cxx @@ -224,14 +224,14 @@ void OCurrencyModel::resetNoBroadcast() } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OCurrencyModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OCurrencyModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OCurrencyControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 5f8fe4d15c88..2c154ac795b8 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -4040,7 +4040,7 @@ void SAL_CALL ODatabaseForm::setName(const OUString& aName) } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_forms_ODatabaseForm_get_implementation(css::uno::XComponentContext* context, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx index 117533ed7b5a..e8596a0136ab 100644 --- a/forms/source/component/Date.cxx +++ b/forms/source/component/Date.cxx @@ -311,14 +311,14 @@ Sequence< Type > ODateModel::getSupportedBindingTypes() } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_ODateModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::ODateModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_ODateControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx index 0b5dc04019a9..ae7c1fac25e5 100644 --- a/forms/source/component/Edit.cxx +++ b/forms/source/component/Edit.cxx @@ -694,14 +694,14 @@ Any OEditModel::getDefaultForReset() const } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OEditModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OEditModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OEditControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx index 7b796897cde5..ed304deb4b2d 100644 --- a/forms/source/component/File.cxx +++ b/forms/source/component/File.cxx @@ -266,7 +266,7 @@ void OFileControlModel::removeResetListener(const Reference<XResetListener>& _rx } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OFileControlModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Filter.cxx b/forms/source/component/Filter.cxx index 537ee2b5a60a..4bca83480512 100644 --- a/forms/source/component/Filter.cxx +++ b/forms/source/component/Filter.cxx @@ -887,7 +887,7 @@ namespace frm } } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_forms_OFilterControl_get_implementation(css::uno::XComponentContext* context, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/FixedText.cxx b/forms/source/component/FixedText.cxx index a734433d559b..a144518e488f 100644 --- a/forms/source/component/FixedText.cxx +++ b/forms/source/component/FixedText.cxx @@ -108,7 +108,7 @@ void SAL_CALL OFixedTextModel::read(const Reference<XObjectInputStream>& _rxInSt } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OFixedTextModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx index c84c219cc309..acd0ad6ea05d 100644 --- a/forms/source/component/FormattedField.cxx +++ b/forms/source/component/FormattedField.cxx @@ -1006,7 +1006,7 @@ void OFormattedModel::resetNoBroadcast() } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OFormattedControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx index 88b33c0d0e37..ac206428700f 100644 --- a/forms/source/component/FormattedFieldWrapper.cxx +++ b/forms/source/component/FormattedFieldWrapper.cxx @@ -342,7 +342,7 @@ void OFormattedFieldWrapper::ensureAggregate() osl_atomic_decrement(&m_refCount); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OFormattedFieldWrapper_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { @@ -352,7 +352,7 @@ com_sun_star_form_OFormattedFieldWrapper_get_implementation(css::uno::XComponent return inst.get(); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_forms_OFormattedFieldWrapper_ForcedFormatted_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/FormsCollection.cxx b/forms/source/component/FormsCollection.cxx index a9e49f9f8ca0..567725d926e6 100644 --- a/forms/source/component/FormsCollection.cxx +++ b/forms/source/component/FormsCollection.cxx @@ -138,7 +138,7 @@ css::uno::Reference<css::uno::XInterface> OFormsCollection::getParent() return m_xParent; } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OFormsCollection_get_implementation(css::uno::XComponentContext* context, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx index 522c0de7c94a..2bcce028a6c6 100644 --- a/forms/source/component/Grid.cxx +++ b/forms/source/component/Grid.cxx @@ -990,7 +990,7 @@ void OGridControlModel::read(const Reference<XObjectInputStream>& _rxInStream) } -extern "C" SAL_DLLPUBLIC_EXPORT XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT XInterface* com_sun_star_form_OGridControlModel_get_implementation(XComponentContext* component, Sequence<Any> const &) { diff --git a/forms/source/component/GroupBox.cxx b/forms/source/component/GroupBox.cxx index 46d79c00a793..7e727c21436e 100644 --- a/forms/source/component/GroupBox.cxx +++ b/forms/source/component/GroupBox.cxx @@ -139,7 +139,7 @@ css::uno::Sequence<OUString> SAL_CALL OGroupBoxControl::getSupportedServiceNames } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OGroupBoxModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { @@ -147,7 +147,7 @@ com_sun_star_form_OGroupBoxModel_get_implementation(css::uno::XComponentContext* } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OGroupBoxControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Hidden.cxx b/forms/source/component/Hidden.cxx index d8507313a9e2..d5a1b8fe7853 100644 --- a/forms/source/component/Hidden.cxx +++ b/forms/source/component/Hidden.cxx @@ -160,7 +160,7 @@ void SAL_CALL OHiddenModel::read(const Reference<XObjectInputStream>& _rxInStrea } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OHiddenModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx index cb3979ecca88..e4212c5ed46f 100644 --- a/forms/source/component/ImageButton.cxx +++ b/forms/source/component/ImageButton.cxx @@ -222,14 +222,14 @@ void SAL_CALL OImageButtonControl::mouseExited(const awt::MouseEvent& /*e*/) } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OImageButtonModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OImageButtonModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OImageButtonControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index 277631c96a2c..fb9cfb41f062 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -976,14 +976,14 @@ void SAL_CALL OImageControlControl::mouseExited(const awt::MouseEvent& /*e*/) } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OImageControlModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OImageControlModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OImageControlControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index fd889c9d667d..83b30b5a130b 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -2204,14 +2204,14 @@ namespace frm } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OListBoxModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OListBoxModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OListBoxControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Numeric.cxx b/forms/source/component/Numeric.cxx index f537cff50bc5..73170bea426a 100644 --- a/forms/source/component/Numeric.cxx +++ b/forms/source/component/Numeric.cxx @@ -173,14 +173,14 @@ void ONumericModel::resetNoBroadcast() } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_ONumericModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::ONumericModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_ONumericControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Pattern.cxx b/forms/source/component/Pattern.cxx index 1f92f6218c68..049bba3d6858 100644 --- a/forms/source/component/Pattern.cxx +++ b/forms/source/component/Pattern.cxx @@ -207,14 +207,14 @@ void OPatternModel::resetNoBroadcast() } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OPatternModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OPatternModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OPatternControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx index 8946a49d4554..45cabba88362 100644 --- a/forms/source/component/RadioButton.cxx +++ b/forms/source/component/RadioButton.cxx @@ -379,14 +379,14 @@ bool ORadioButtonModel::commitControlValueToDbColumn( bool /*_bPostReset*/ ) } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_ORadioButtonModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::ORadioButtonModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_ORadioButtonControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/Time.cxx b/forms/source/component/Time.cxx index f54e160c038c..3e580c8451c2 100644 --- a/forms/source/component/Time.cxx +++ b/forms/source/component/Time.cxx @@ -303,14 +303,14 @@ Sequence< Type > OTimeModel::getSupportedBindingTypes() } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OTimeModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new frm::OTimeModel(component)); } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_OTimeControl_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx index cfa5e528afcc..f322c94403d0 100644 --- a/forms/source/component/imgprod.cxx +++ b/forms/source/component/imgprod.cxx @@ -518,7 +518,7 @@ void ImageProducer::initialize( const css::uno::Sequence< css::uno::Any >& aArgu } -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_form_ImageProducer_get_implementation(css::uno::XComponentContext*, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/navigationbar.cxx b/forms/source/component/navigationbar.cxx index 4762f805274c..66b31fc05835 100644 --- a/forms/source/component/navigationbar.cxx +++ b/forms/source/component/navigationbar.cxx @@ -449,7 +449,7 @@ namespace frm } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_form_ONavigationBarModel_get_implementation(css::uno::XComponentContext* context, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/scrollbar.cxx b/forms/source/component/scrollbar.cxx index 52cce8bc3522..3cacdbdb8ace 100644 --- a/forms/source/component/scrollbar.cxx +++ b/forms/source/component/scrollbar.cxx @@ -295,7 +295,7 @@ namespace frm } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_forms_OScrollBarModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx index 7c257dd21544..a666ccf88d81 100644 --- a/forms/source/component/spinbutton.cxx +++ b/forms/source/component/spinbutton.cxx @@ -249,7 +249,7 @@ namespace frm } // namespace frm -extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_forms_OSpinButtonModel_get_implementation(css::uno::XComponentContext* component, css::uno::Sequence<css::uno::Any> const &) { |