forms: expand DECLARE_XCLONEABLE
Change-Id: I2a468e40489797e33935b79a27459ab408558124
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
virtual void SAL_CALL disposing() SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
private:
|
||||
void impl_resetNoBroadcast_nothrow();
|
||||
|
@@ -52,7 +52,7 @@ public:
|
||||
) const SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
// OBoundControlModel overridables
|
||||
virtual ::com::sun::star::uno::Any
|
||||
|
@@ -138,7 +138,7 @@ protected:
|
||||
protected:
|
||||
void loadData( bool _bForce );
|
||||
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
};
|
||||
|
||||
class OComboBoxControl : public OBoundControl
|
||||
|
@@ -61,7 +61,7 @@ protected:
|
||||
virtual void resetNoBroadcast() SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
void implConstruct();
|
||||
};
|
||||
|
@@ -86,7 +86,7 @@ protected:
|
||||
virtual void onConnectedDbColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxForm ) SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
private:
|
||||
/** translates the control value (the VCL-internal integer representation of a date) into
|
||||
|
@@ -109,7 +109,7 @@ protected:
|
||||
protected:
|
||||
virtual sal_uInt16 getPersistenceFlags() const SAL_OVERRIDE;
|
||||
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
private:
|
||||
bool implActsAsRichText( ) const;
|
||||
|
@@ -80,7 +80,7 @@ public:
|
||||
protected:
|
||||
virtual void _reset();
|
||||
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
};
|
||||
|
||||
|
||||
|
@@ -49,7 +49,7 @@ public:
|
||||
) const SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
};
|
||||
|
||||
|
||||
|
@@ -135,7 +135,7 @@ class OFormattedModel
|
||||
virtual void onDisconnectedDbColumn() SAL_OVERRIDE;
|
||||
|
||||
private:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
void implConstruct();
|
||||
|
||||
|
@@ -171,7 +171,7 @@ public:
|
||||
using OControlModel::getFastPropertyValue;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
virtual void approveNewElement(
|
||||
|
@@ -49,7 +49,7 @@ public:
|
||||
) const SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
};
|
||||
|
||||
|
||||
|
@@ -62,7 +62,7 @@ public:
|
||||
using OControlModel::getFastPropertyValue;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE( );
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
};
|
||||
|
||||
#endif // INCLUDED_FORMS_SOURCE_COMPONENT_HIDDEN_HXX
|
||||
|
@@ -48,7 +48,7 @@ public:
|
||||
) const SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
};
|
||||
|
||||
typedef ::cppu::ImplHelper1< ::com::sun::star::awt::XMouseListener> OImageButtonControl_BASE;
|
||||
|
@@ -125,7 +125,7 @@ protected:
|
||||
virtual void resetNoBroadcast() SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
void implConstruct();
|
||||
|
||||
|
@@ -204,7 +204,7 @@ protected:
|
||||
virtual void refreshInternalEntryList() SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
void init();
|
||||
::com::sun::star::uno::Any getCurrentSingleValue() const;
|
||||
|
@@ -60,7 +60,7 @@ protected:
|
||||
virtual void resetNoBroadcast() SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
};
|
||||
|
||||
class ONumericControl: public OBoundControl
|
||||
|
@@ -69,7 +69,7 @@ protected:
|
||||
virtual void resetNoBroadcast() SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
};
|
||||
|
||||
class OPatternControl: public OBoundControl
|
||||
|
@@ -65,7 +65,7 @@ protected:
|
||||
protected:
|
||||
void SetSiblingPropsTo(const OUString& rPropName, const ::com::sun::star::uno::Any& rValue);
|
||||
|
||||
DECLARE_XCLONEABLE( );
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
private:
|
||||
/** sets the given value as new State at the aggregate
|
||||
|
@@ -86,7 +86,7 @@ protected:
|
||||
virtual void onConnectedDbColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxForm ) SAL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
private:
|
||||
/** translates the control value (the VCL-internal integer representation of a date) into
|
||||
|
@@ -112,7 +112,7 @@ namespace frm
|
||||
using OControlModel::getFastPropertyValue;
|
||||
|
||||
protected:
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
private:
|
||||
void implInitPropertyContainer();
|
||||
|
@@ -43,7 +43,7 @@ namespace frm
|
||||
DECLARE_XPERSISTOBJECT()
|
||||
|
||||
// XCloneable
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
// XPropertyState
|
||||
virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const SAL_OVERRIDE;
|
||||
|
@@ -43,7 +43,7 @@ namespace frm
|
||||
DECLARE_XPERSISTOBJECT()
|
||||
|
||||
// XCloneable
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
// XPropertyState
|
||||
virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const SAL_OVERRIDE;
|
||||
|
@@ -564,10 +564,6 @@ public:
|
||||
virtual ~classname() \
|
||||
|
||||
|
||||
// XCloneable
|
||||
#define DECLARE_XCLONEABLE( ) \
|
||||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
|
||||
|
||||
#define IMPLEMENT_DEFAULT_CLONING( classname ) \
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL classname::createClone( ) throw (::com::sun::star::uno::RuntimeException, std::exception) \
|
||||
{ \
|
||||
|
@@ -116,7 +116,7 @@ namespace frm
|
||||
DECLARE_XTYPEPROVIDER()
|
||||
|
||||
// XCloneable
|
||||
DECLARE_XCLONEABLE();
|
||||
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
||||
// XUnoTunnel
|
||||
virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||
|
Reference in New Issue
Block a user