/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessiblestatusbar.cxx | 126 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 D | vclxaccessibletabcontrol.cxx | 143 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 D | vclxaccessibleradiobutton.cxx | 78 Any aOldValue; in ProcessWindowEvent() local 85 aOldValue <<= AccessibleStateType::CHECKED; in ProcessWindowEvent() 87 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
|
H A D | vclxaccessiblebutton.cxx | 73 Any aOldValue; in ProcessWindowEvent() local 80 aOldValue <<= AccessibleStateType::CHECKED; in ProcessWindowEvent() 82 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
|
H A D | vclxaccessibletextcomponent.cxx | 73 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 D | vclxaccessibleedit.cxx | 100 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 D | actiontriggerpropertyset.hxx | 79 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 D | actiontriggerseparatorpropertyset.hxx | 76 com::sun::star::uno::Any& aOldValue, 101 com::sun::star::uno::Any& aOldValue ,
|
/trunk/main/chart2/source/model/main/ |
H A D | DataPoint.cxx | 207 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 D | DataSeries.cxx | 339 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 D | CandleStickChartType.cxx | 315 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 D | ieps.cxx | 446 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 D | AccessibleFrameSelector.cxx | 707 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 D | AccessibleBrowseBoxCheckBoxCell.cxx | 160 Any aOldValue, aNewValue; in SetChecked() local 164 aOldValue <<= AccessibleStateType::CHECKED; in SetChecked() 165 commitEvent( AccessibleEventId::STATE_CHANGED, aNewValue, aOldValue ); in SetChecked()
|
H A D | AccessibleBrowseBoxTableCell.cxx | 100 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 D | chgtrack.cxx | 1427 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 D | PropertySet.cxx | 79 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 D | propertysetbase.cxx | 126 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 D | WrappedSeriesOrDiagramProperty.hxx | 137 PROPERTYTYPE aOldValue = PROPERTYTYPE(); in setPropertyValue() local 138 if( detectInnerValue( aOldValue, bHasAmbiguousValue ) ) in setPropertyValue() 140 if( bHasAmbiguousValue || aNewValue != aOldValue ) in setPropertyValue()
|
H A D | WrappedSplineProperties.cxx | 117 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 D | properties.h | 312 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 D | CustomAnimationDialog.cxx | 1591 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 D | FilterConfigItem.cxx | 545 OUString aOldValue; in WriteString() local 546 if ( aAny >>= aOldValue ) in WriteString() 548 if ( aOldValue != rNewValue ) in WriteString()
|
/trunk/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 624 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 D | ucbstore.cxx | 1525 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()
|