Home
last modified time | relevance | path

Searched refs:_rOldValue (Results 26 – 50 of 79) sorted by relevance

1234

/trunk/main/forms/source/component/
H A DButton.cxx296 sal_Bool SAL_CALL OButtonModel::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, s… in convertFastPropertyValue() argument
302 … bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_eDefaultState ); in convertFastPropertyValue()
306 … OClickableImageBaseModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rVal… in convertFastPropertyValue()
H A Dentrylisthelper.cxx298 Any& _rOldValue, const Any& _rValue ) SAL_THROW( ( IllegalArgumentException ) ) in convertNewListSourceProperty() argument
304 … return ::comphelper::tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aStringItems ); in convertNewListSourceProperty()
H A DHidden.hxx49 …::com::sun::star::uno::Any& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _n…
H A Dscrollbar.hxx68 …om::sun::star::uno::Any& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _nHan…
H A Dspinbutton.hxx68 …om::sun::star::uno::Any& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _nHan…
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindowAccess.hxx112 const ::com::sun::star::uno::Any& _rOldValue, in notifyAccessibleEvent()
116 NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue); in notifyAccessibleEvent()
/trunk/main/comphelper/inc/comphelper/
H A Daccessiblecontexthelper.hxx221 const ::com::sun::star::uno::Any& _rOldValue,
241 const ::com::sun::star::uno::Any& _rOldValue,
/trunk/main/comphelper/source/property/
H A Dproperty.cxx206 sal_Bool tryPropertyValue(Any& _rConvertedValue, Any& _rOldValue, const Any& _rValueToSet, const An… in tryPropertyValue() argument
231 _rOldValue = _rCurrentValue; in tryPropertyValue()
H A Dopropertybag.cxx294 …sal_Bool SAL_CALL OPropertyBag::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, … in convertFastPropertyValue() argument
296 …n m_aDynamicProperties.convertFastPropertyValue( _nHandle, _rValue, _rConvertedValue, _rOldValue ); in convertFastPropertyValue()
/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx721 …void EFormsHelper::firePropertyChange( const ::rtl::OUString& _rName, const Any& _rOldValue, const… in firePropertyChange() argument
726 if ( _rOldValue == _rNewValue ) in firePropertyChange()
735 aEvent.OldValue = _rOldValue; in firePropertyChange()
H A Dpropertycomposer.cxx388 …::OUString& _rActuatingPropertyName, const Any& _rNewValue, const Any& _rOldValue, const Reference… in actuatingPropertyChanged() argument
414 … (*loop)->actuatingPropertyChanged( _rActuatingPropertyName, _rNewValue, _rOldValue, in actuatingPropertyChanged()
H A Dpropertyhandler.cxx290 …ge( const ::rtl::OUString& _rPropName, PropertyId _nPropId, const Any& _rOldValue, const Any& _rNe… in firePropertyChange() argument
296 aEvent.OldValue = _rOldValue; in firePropertyChange()
H A Dpropertyhandler.hxx125 …om::sun::star::uno::Any& _rNewValue, const ::com::sun::star::uno::Any& _rOldValue, const ::com::su…
146 …const ::com::sun::star::uno::Any& _rOldValue, const ::com::sun::star::uno::Any& _rNewValue ) SAL_T…
H A Dxsdvalidationpropertyhandler.cxx574 …::OUString& _rActuatingPropertyName, const Any& _rNewValue, const Any& _rOldValue, const Reference… in actuatingPropertyChanged() argument
641 ::rtl::OUString sOldModelName; _rOldValue >>= sOldModelName; in actuatingPropertyChanged()
H A Deditpropertyhandler.hxx63 …om::sun::star::uno::Any& _rNewValue, const ::com::sun::star::uno::Any& _rOldValue, const ::com::su…
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx256 …void appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow,sal_Bool…
257 void appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow);
H A DSelectionBrowseBox.cxx2636 void OSelectionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_In… in appendUndoAction() argument
2638 if ( !m_bInUndoMode && !_rNewValue.Equals(_rOldValue) ) in appendUndoAction()
2645 appendUndoAction(_rOldValue,_rNewValue,_nRow); in appendUndoAction()
2649 void OSelectionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_In… in appendUndoAction() argument
2651 if ( !m_bInUndoMode && !_rNewValue.Equals(_rOldValue) ) in appendUndoAction()
2657 pUndoAct->SetCellContents(_rOldValue); in appendUndoAction()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx397 sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldValue ) in commitEvent() argument
409 aEvent.OldValue = _rOldValue; in commitEvent()
H A DAccessibleBrowseBoxBase.cxx487 sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldValue ) in commitEvent() argument
499 aEvent.OldValue = _rOldValue; in commitEvent()
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx733 const Any& _rOldValue, const Any& _rNewValue ) in NotifyAccessibleEvent() argument
738 AccessibleEventObject aEvent( xSource, _nEventId, _rNewValue, _rOldValue ); in NotifyAccessibleEvent()
H A Dcharmapacc.cxx77 const ::com::sun::star::uno::Any& _rOldValue, in IMPLEMENT_FORWARD_XINTERFACE2()
82 m_pTable->fireEvent(_nEventId,_rOldValue,_rNewValue); in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx315 …L_CALL OGeometryControlModel_Base::convertFastPropertyValue(Any& _rConvertedValue, Any& _rOldValue, in convertFastPropertyValue() argument
318 …return OPropertyContainer::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue()
/trunk/main/forms/source/inc/
H A Dlimitedformats.hxx79 ::com::sun::star::uno::Any& _rOldValue,
H A DFormComponent.hxx142 const ::com::sun::star::uno::Any& _rOldValue,
457 …::com::sun::star::uno::Any& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _n…
1069 …::com::sun::star::uno::Any& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _n…
H A Dformcontrolfont.hxx80 …om::sun::star::uno::Any& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _nHan…

Completed in 109 milliseconds

1234