Kaydet (Commit) b208d83b authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS eforms4 (1.9.6); FILE MERGED

2004/12/10 09:11:33 fs 1.9.6.2: #i36359# some method constness
2004/12/08 16:16:58 fs 1.9.6.1: #i36359# #i36303# proper handling when bound to external values
üst 36cf12f2
......@@ -2,9 +2,9 @@
*
* $RCSfile: Time.hxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: obo $ $Date: 2004-11-16 10:41:17 $
* last change: $Author: vg $ $Date: 2005-03-23 11:31:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -124,7 +124,9 @@ protected:
virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset );
virtual ::com::sun::star::uno::Any
translateControlValueToValidatableValue( ) const;
translateControlValueToExternalValue( ) const;
virtual ::com::sun::star::uno::Any
translateExternalValueToControlValue( ) const;
virtual ::com::sun::star::uno::Any
getDefaultForReset() const;
......
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