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

INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED

2004/12/10 09:10:53 fs 1.2.6.1: #i36359# some method constness
üst 603ccb24
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: refvaluecomponent.cxx,v $ * $RCSfile: refvaluecomponent.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: obo $ $Date: 2004-11-16 10:42:15 $ * last change: $Author: vg $ $Date: 2005-03-23 11:31:47 $
* *
* 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
...@@ -239,7 +239,7 @@ namespace frm ...@@ -239,7 +239,7 @@ namespace frm
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
Any OReferenceValueComponent::translateExternalValueToControlValue( ) Any OReferenceValueComponent::translateExternalValueToControlValue( ) const
{ {
OSL_PRECOND( getExternalValueBinding().is(), "OReferenceValueComponent::commitControlValueToExternalBinding: no active binding!" ); OSL_PRECOND( getExternalValueBinding().is(), "OReferenceValueComponent::commitControlValueToExternalBinding: no active binding!" );
...@@ -289,7 +289,7 @@ namespace frm ...@@ -289,7 +289,7 @@ namespace frm
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
Any OReferenceValueComponent::translateControlValueToExternalValue( ) Any OReferenceValueComponent::translateControlValueToExternalValue( ) const
{ {
Any aExternalValue; Any aExternalValue;
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: refvaluecomponent.hxx,v $ * $RCSfile: refvaluecomponent.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: obo $ $Date: 2004-11-16 10:42:28 $ * last change: $Author: vg $ $Date: 2005-03-23 11:31:59 $
* *
* 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
...@@ -138,9 +138,9 @@ namespace frm ...@@ -138,9 +138,9 @@ namespace frm
virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding ); virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding );
virtual ::com::sun::star::uno::Any virtual ::com::sun::star::uno::Any
translateExternalValueToControlValue( ); translateExternalValueToControlValue( ) const;
virtual ::com::sun::star::uno::Any virtual ::com::sun::star::uno::Any
translateControlValueToExternalValue( ); translateControlValueToExternalValue( ) const;
virtual ::com::sun::star::uno::Any virtual ::com::sun::star::uno::Any
getDefaultForReset() const; 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