Kaydet (Commit) ebc12ddf authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS hb02 (1.13.80); FILE MERGED

2007/02/01 12:09:36 fs 1.13.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties
2007/01/31 10:55:25 fs 1.13.80.1: changed handling of properties in the course of #i74051#
üst a693e2de
......@@ -4,9 +4,9 @@
*
* $RCSfile: Date.hxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: hr $ $Date: 2006-06-19 12:47:34 $
* last change: $Author: obo $ $Date: 2007-03-09 13:23:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -54,7 +54,6 @@ namespace frm
class ODateModel
:public OEditBaseModel
,public OLimitedFormats
,public ::comphelper::OAggregationArrayUsageHelper< ODateModel >
{
::com::sun::star::uno::Any m_aSaveValue;
sal_Bool m_bDateTimeField;
......@@ -80,16 +79,12 @@ public:
virtual StringSequence SAL_CALL getSupportedServiceNames() throw();
// XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() throw(::com::sun::star::uno::RuntimeException);
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
using OEditBaseModel::getFastPropertyValue;
// OAggregationArrayUsageHelper
virtual void fillProperties(
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps,
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps
) const;
IMPLEMENT_INFO_SERVICE()
// OControlModel's property handling
virtual void describeFixedProperties(
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
) const;
protected:
// OBoundControlModel overridables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment