INTEGRATION: CWS frmvalidation (1.7.36); FILE MERGED
2004/03/11 16:46:18 fs 1.7.36.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:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: ListBox.hxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2003-10-21 08:59:16 $
|
||||
* last change: $Author: rt $ $Date: 2004-04-02 10:54:31 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -96,11 +96,11 @@
|
||||
#ifndef _COM_SUN_STAR_FORM_XCHANGEBROADCASTER_HPP_
|
||||
#include <com/sun/star/form/XChangeBroadcaster.hpp>
|
||||
#endif
|
||||
#ifndef _DRAFTS_COM_SUN_STAR_FORM_XLISTENTRYSINK_HDL_
|
||||
#include <drafts/com/sun/star/form/XListEntrySink.hpp>
|
||||
#ifndef _COM_SUN_STAR_FORM_BINDING_XLISTENTRYSINK_HDL_
|
||||
#include <com/sun/star/form/binding/XListEntrySink.hpp>
|
||||
#endif
|
||||
#ifndef _DRAFTS_COM_SUN_STAR_FORM_XLISTENTRYLISTENER_HDL_
|
||||
#include <drafts/com/sun/star/form/XListEntryListener.hpp>
|
||||
#ifndef _COM_SUN_STAR_FORM_BINDING_XLISTENTRYLISTENER_HDL_
|
||||
#include <com/sun/star/form/binding/XListEntryListener.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
@@ -226,7 +226,7 @@ protected:
|
||||
virtual ::com::sun::star::uno::Any
|
||||
getDefaultForReset() const;
|
||||
|
||||
virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::form::XValueBinding >& _rxBinding );
|
||||
virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding );
|
||||
|
||||
// OEntryListHelper overriables
|
||||
virtual void stringItemListChanged( );
|
||||
|
Reference in New Issue
Block a user