INTEGRATION: CWS dba30d (1.9.18); FILE MERGED
2008/05/27 12:28:03 fs 1.9.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked
This commit is contained in:
parent
6d598efdff
commit
885228d6ec
2 changed files with 8 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: scrollbar.hxx,v $
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -82,11 +82,12 @@ namespace frm
|
|||
virtual ::com::sun::star::uno::Any
|
||||
getDefaultForReset() const;
|
||||
|
||||
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >
|
||||
getSupportedBindingTypes();
|
||||
virtual ::com::sun::star::uno::Any
|
||||
translateExternalValueToControlValue( ) const;
|
||||
translateExternalValueToControlValue( const ::com::sun::star::uno::Any& _rExternalValue ) const;
|
||||
virtual ::com::sun::star::uno::Any
|
||||
translateControlValueToExternalValue( ) const;
|
||||
virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding );
|
||||
|
||||
// XCoponent and related helpers
|
||||
virtual void SAL_CALL disposing();
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: spinbutton.hxx,v $
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -82,11 +82,12 @@ namespace frm
|
|||
virtual ::com::sun::star::uno::Any
|
||||
getDefaultForReset() const;
|
||||
|
||||
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >
|
||||
getSupportedBindingTypes();
|
||||
virtual ::com::sun::star::uno::Any
|
||||
translateExternalValueToControlValue( ) const;
|
||||
translateExternalValueToControlValue( const ::com::sun::star::uno::Any& _rExternalValue ) const;
|
||||
virtual ::com::sun::star::uno::Any
|
||||
translateControlValueToExternalValue( ) const;
|
||||
virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding );
|
||||
|
||||
// XCoponent and related helpers
|
||||
virtual void SAL_CALL disposing();
|
||||
|
|
Loading…
Reference in a new issue