Home
last modified time | relevance | path

Searched refs:aOldValue (Results 26 – 50 of 98) sorted by relevance

1234

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblestatusbar.cxx126 Any aOldValue, aNewValue; in InsertChild() local
128 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOldValue, aNewValue ); in InsertChild()
148 Any aOldValue, aNewValue; in RemoveChild() local
149 aOldValue <<= xChild; in RemoveChild()
150 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOldValue, aNewValue ); in RemoveChild()
H A Dvclxaccessibletabcontrol.cxx143 Any aOldValue, aNewValue; in InsertChild() local
145 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOldValue, aNewValue ); in InsertChild()
165 Any aOldValue, aNewValue; in RemoveChild() local
166 aOldValue <<= xChild; in RemoveChild()
167 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOldValue, aNewValue ); in RemoveChild()
H A Dvclxaccessibleradiobutton.cxx78 Any aOldValue; in ProcessWindowEvent() local
85 aOldValue <<= AccessibleStateType::CHECKED; in ProcessWindowEvent()
87 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
H A Dvclxaccessiblebutton.cxx73 Any aOldValue; in ProcessWindowEvent() local
80 aOldValue <<= AccessibleStateType::CHECKED; in ProcessWindowEvent()
82 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
H A Dvclxaccessibletextcomponent.cxx73 Any aOldValue, aNewValue; in SetText() local
74 if ( implInitTextChangedEvent( m_sText, sText, aOldValue, aNewValue ) ) in SetText()
77 NotifyAccessibleEvent( AccessibleEventId::TEXT_CHANGED, aOldValue, aNewValue ); in SetText()
H A Dvclxaccessibleedit.cxx100 Any aOldValue, aNewValue; in ProcessWindowEvent() local
101 aOldValue <<= (sal_Int32) nOldCaretPosition; in ProcessWindowEvent()
103 NotifyAccessibleEvent( AccessibleEventId::CARET_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
/trunk/main/framework/inc/classes/
H A Dactiontriggerpropertyset.hxx79 com::sun::star::uno::Any& aOldValue,
104 com::sun::star::uno::Any& aOldValue ,
109 com::sun::star::uno::Any& aOldValue ,
114 com::sun::star::uno::Any& aOldValue ,
H A Dactiontriggerseparatorpropertyset.hxx76 com::sun::star::uno::Any& aOldValue,
101 com::sun::star::uno::Any& aOldValue ,
/trunk/main/chart2/source/model/main/
H A DDataPoint.cxx207 uno::Any aOldValue; in setFastPropertyValue_NoBroadcast() local
209 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
210 if( aOldValue.hasValue() && in setFastPropertyValue_NoBroadcast()
211 (aOldValue >>= xBroadcaster) && in setFastPropertyValue_NoBroadcast()
H A DDataSeries.cxx339 uno::Any aOldValue; in setFastPropertyValue_NoBroadcast() local
341 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
342 if( aOldValue.hasValue() && in setFastPropertyValue_NoBroadcast()
343 (aOldValue >>= xBroadcaster) && in setFastPropertyValue_NoBroadcast()
/trunk/main/chart2/source/model/template/
H A DCandleStickChartType.cxx315 uno::Any aOldValue; in setFastPropertyValue_NoBroadcast() local
317 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
318 if( aOldValue.hasValue() && in setFastPropertyValue_NoBroadcast()
319 (aOldValue >>= xBroadcaster) && in setFastPropertyValue_NoBroadcast()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx446 sal_uInt8 aOldValue(pDest[ nLen ]); pDest[ nLen ] = 0; in MakePreview() local
453 pDest[ nLen ] = aOldValue; in MakePreview()
462 sal_uInt8 aOldValue(pDest[ nLen ]); pDest[ nLen ] = 0; in MakePreview() local
466 pDest[ nLen ] = aOldValue; in MakePreview()
475 sal_uInt8 aOldValue(pDest[ nLen ]); pDest[ nLen ] = 0; in MakePreview() local
482 pDest[ nLen ] = aOldValue; in MakePreview()
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx707 Any aOldValue, aNewValue; in ProcessWindowEvent() local
709 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
717 Any aOldValue, aNewValue; in ProcessWindowEvent() local
718 aOldValue <<= AccessibleStateType::FOCUSED; in ProcessWindowEvent()
719 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxCheckBoxCell.cxx160 Any aOldValue, aNewValue; in SetChecked() local
164 aOldValue <<= AccessibleStateType::CHECKED; in SetChecked()
165 commitEvent( AccessibleEventId::STATE_CHANGED, aNewValue, aOldValue ); in SetChecked()
H A DAccessibleBrowseBoxTableCell.cxx100 Any aOldValue, aNewValue; in nameChanged() local
101 aOldValue <<= rOldName; in nameChanged()
103 commitEvent( AccessibleEventId::NAME_CHANGED, aOldValue, aNewValue ); in nameChanged()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1427 aOldValue(sOldValue), in IMPL_FIXEDMEMPOOL_NEWDEL()
1573 SetValueString( aOldValue, pOldCell, rOld, pDoc ); in SetOldValue()
1585 GetValueString( rStr, aOldValue, pOldCell ); in GetOldString()
2745 String aOldValue; in AppendContent() local
2747 if ( aOldValue != rNewValue || in AppendContent()
2764 String aOldValue; in AppendContent() local
2769 if ( aOldValue != aNewValue || in AppendContent()
2784 String aOldValue; in AppendContent() local
2790 if ( aOldValue != aNewValue || in AppendContent()
4670 String aOldValue; in Clone() local
[all …]
/trunk/main/sd/source/ui/tools/
H A DPropertySet.cxx79 Any aOldValue (SetPropertyValue(rsPropertyName,rsPropertyValue)); in setPropertyValue() local
80 if (aOldValue != rsPropertyValue) in setPropertyValue()
89 aOldValue, in setPropertyValue()
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.cxx126 Any aOldValue = aPos->second; in notifyAndCachePropertyValue() local
134 if ( aNewValue != aOldValue ) in notifyAndCachePropertyValue()
135 firePropertyChange( nHandle, aNewValue, aOldValue ); in notifyAndCachePropertyValue()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSeriesOrDiagramProperty.hxx137 PROPERTYTYPE aOldValue = PROPERTYTYPE(); in setPropertyValue() local
138 if( detectInnerValue( aOldValue, bHasAmbiguousValue ) ) in setPropertyValue()
140 if( bHasAmbiguousValue || aNewValue != aOldValue ) in setPropertyValue()
H A DWrappedSplineProperties.cxx117 PROPERTYTYPE aOldValue; in setPropertyValue() local
118 if( detectInnerValue( aOldValue, bHasAmbiguousValue ) ) in setPropertyValue()
120 if( bHasAmbiguousValue || aNewValue != aOldValue ) in setPropertyValue()
/trunk/main/framework/inc/
H A Dproperties.h312 css::uno::Any& aOldValue , in willPropertyBeChanged() argument
318 aOldValue.clear(); in willPropertyBeChanged()
326 aOldValue = aCurrentValue; in willPropertyBeChanged()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1591 Any aOldValue; in update() local
1593 aOldValue = mpSet->getPropertyValue( nHandleProperty1Value ); in update()
1595 if( aOldValue != aNewValue ) in update()
1602 Any aOldValue; in update() local
1604 aOldValue = mpSet->getPropertyValue( nHandleProperty2Value ); in update()
1606 if( aOldValue != aNewValue ) in update()
2228 Any aOldValue; in update() local
2231 aOldValue = mpSet->getPropertyValue( nHandleTrigger ); in update()
2233 if( aNewValue != aOldValue ) in update()
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx545 OUString aOldValue; in WriteString() local
546 if ( aAny >>= aOldValue ) in WriteString()
548 if ( aOldValue != rNewValue ) in WriteString()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx624 Any aOldValue; aOldValue <<= m_sLastKnownEngineText; in potentialTextChange() local
626 fire( &nHandle, &aNewValue, &aOldValue, 1, sal_False ); in potentialTextChange()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx1525 Any aOldValue in setPropertyValue() local
1529 if ( aOldValue.getValueType() != aValue.getValueType() ) in setPropertyValue()
1564 aEvt.OldValue = aOldValue; in setPropertyValue()
2296 Any aOldValue in setPropertyValues() local
2321 aEvt.OldValue = aOldValue; in setPropertyValues()

Completed in 180 milliseconds

1234