Kaydet (Commit) d66d56ad authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS frmvalidation (1.6.150); FILE MERGED

2004/03/11 16:46:14 fs 1.6.150.1: mass checkin
- #i25106# core for validating form controls via external XValidator instances
- moved the services/interfaces related to binding form controls to external
  value suppliers into css.form.binding (out of drafts.css.form/component)
üst d371b961
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: File.cxx,v $ * $RCSfile: File.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: fs $ $Date: 2002-12-02 09:56:30 $ * last change: $Author: rt $ $Date: 2004-04-02 10:51:45 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -79,6 +79,9 @@ ...@@ -79,6 +79,9 @@
#ifndef _COMPHELPER_CONTAINER_HXX_ #ifndef _COMPHELPER_CONTAINER_HXX_
#include <comphelper/container.hxx> #include <comphelper/container.hxx>
#endif #endif
#ifndef _COMPHELPER_BASIC_IO_HXX_
#include <comphelper/basicio.hxx>
#endif
//......................................................................... //.........................................................................
namespace frm namespace frm
...@@ -240,16 +243,10 @@ void OFileControlModel::fillProperties( ...@@ -240,16 +243,10 @@ void OFileControlModel::fillProperties(
Sequence< Property >& _rProps, Sequence< Property >& _rProps,
Sequence< Property >& _rAggregateProps ) const Sequence< Property >& _rAggregateProps ) const
{ {
FRM_BEGIN_PROP_HELPER(5) BEGIN_DESCRIBE_PROPERTIES( 2, OControlModel )
DECL_PROP2(CLASSID, sal_Int16, READONLY, TRANSIENT);
DECL_PROP1(DEFAULT_TEXT, ::rtl::OUString, BOUND); DECL_PROP1(DEFAULT_TEXT, ::rtl::OUString, BOUND);
DECL_PROP1(NAME, ::rtl::OUString, BOUND);
DECL_PROP1(TAG, ::rtl::OUString, BOUND);
DECL_PROP1(TABINDEX, sal_Int16, BOUND); DECL_PROP1(TABINDEX, sal_Int16, BOUND);
END_DESCRIBE_PROPERTIES();
// in den agregierten Properties muss ich noch PROPERTY_ID_TEXT auf transient setzen ...
// ModifyPropertyAttributes(_rAggregateProps, PROPERTY_TEXT, PropertyAttribute::TRANSIENT, 0);
FRM_END_PROP_HELPER();
} }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
......
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