INTEGRATION: CWS frmvalidation (1.2.40); FILE MERGED

2004/03/12 11:28:42 fs 1.2.40.2: #i21506# moved some interfaces from css.form.binding to css.form.validation
2004/03/11 16:46:21 fs 1.2.40.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)
This commit is contained in:
Rüdiger Timm
2004-04-02 09:57:35 +00:00
parent 6bb865fe45
commit ea94af863f

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.2 $ # $Revision: 1.3 $
# #
# last change: $Author: obo $ $Date: 2003-10-21 09:01:21 $ # last change: $Author: rt $ $Date: 2004-04-02 10:57:35 $
# #
# 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
@@ -76,11 +76,15 @@ TARGET=fm_cppugen
# --- Types ------------------------------------- # --- Types -------------------------------------
UNOTYPES+= \ UNOTYPES+= \
drafts.com.sun.star.form.XBindableValue \ com.sun.star.form.binding.XBindableValue \
drafts.com.sun.star.form.XValueBinding \ com.sun.star.form.binding.XValueBinding \
drafts.com.sun.star.form.XListEntrySink \ com.sun.star.form.binding.XListEntrySink \
drafts.com.sun.star.form.XListEntrySource \ com.sun.star.form.binding.XListEntrySource \
drafts.com.sun.star.form.XListEntryListener \ com.sun.star.form.binding.XListEntryListener \
com.sun.star.form.validation.XValidator \
com.sun.star.form.validation.XValidatable \
com.sun.star.form.validation.XValidityConstraintListener \
com.sun.star.form.validation.XValidatableFormComponent \
# --- Targets ---------------------------------- # --- Targets ----------------------------------