Home
last modified time | relevance | path

Searched refs:OldValue (Results 26 – 50 of 124) sorted by relevance

12345

/aoo41x/main/sw/source/core/access/
H A Dacccontext.cxx522 aEvent.OldValue <<= nState; in FireStateChangedEvent()
1090 aEvent.OldValue <<= xAcc; in DisposeShape()
1150 aEvent.OldValue <<= xThis; in Dispose()
1210 aEvent.OldValue <<= xAcc; in DisposeChild()
H A Daccnotextframe.cxx133 aEvent.OldValue <<= OUString( sOldTitle ); in Modify()
161 aEvent.OldValue <<= sOldDesc; in Modify()
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx1230 aEvent.OldValue = uno::makeAny( m_aProps.aMediaType ); in setPropertyValues()
1268 aEvent.OldValue = uno::makeAny( m_aProps.bCompressed ); in setPropertyValues()
1305 aEvent.OldValue = uno::makeAny( m_aProps.bEncrypted ); in setPropertyValues()
1355 aEvent.OldValue = uno::makeAny( in setPropertyValues()
1403 aEvent.OldValue = aOldValue; in setPropertyValues()
1474 aEvent.OldValue = uno::makeAny( m_aProps.aTitle ); in setPropertyValues()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DList.java122 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
123 remove(event.OldValue); in notifyEvent()
H A DTable.java111 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
112 remove(event.OldValue); in notifyEvent()
H A DTree.java106 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
107 remove(event.OldValue); in notifyEvent()
/aoo41x/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx858 aEvt.OldValue <<= nOld; in impl_changeRowCount()
881 aEvt.OldValue <<= bOld; in impl_changeIsRowCountFinal()
1034 aEvt.OldValue <<= m_nFetchDirection; in setPropertyValue()
1067 aEvt.OldValue <<= m_nFetchSize; in setPropertyValue()
/aoo41x/main/comphelper/source/property/
H A Dpropagg.cxx522 fire(&nHandle, &evt.NewValue, &evt.OldValue, 1, sal_False); in propertiesChange()
539 pOldValues[nDest] = pEvents->OldValue; in propertiesChange()
561 fire(&nHandle, &_rEvent.NewValue, &_rEvent.OldValue, 1, sal_True); in vetoableChange()
/aoo41x/main/cppuhelper/source/
H A Dpropshlp.cxx656 pEvts[nChangesLen].OldValue = pOldValues[i]; in fire()
1012 getFastPropertyValue( pChanges[nFirePos].OldValue, pHandles[i] ); in firePropertiesChangeEvent()
1013 pChanges[nFirePos].NewValue = pChanges[nFirePos].OldValue; in firePropertiesChangeEvent()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx427 aEvent.OldValue = makeAny( m_pImpl->m_aProps.aTitle ); in setPropertyValues()
698 aChanges[0].OldValue <<= m_pImpl->m_aProps.aTitle; in impl_rename_throw()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx445 aEvent.OldValue <<= xAccessible; in operator ()()
847 aEvent.OldValue <<= xAcc; in FindChanged()
858 aEvent.OldValue <<= xAcc; in FindChanged()
1513 aEvent.OldValue <<= xAcc; in Notify()
/aoo41x/main/toolkit/test/accessibility/
H A DChildEventHandler.java35 XAccessible.class, aEvent.OldValue); in ChildEventHandler()
H A DContextEventHandler.java47 int nOldValue = AnyConverter.toInt (maEvent.OldValue); in PrintOldAndNew()
H A DEventHandler.java64 out.println (" old value is " + maEvent.OldValue); in PrintOldAndNew()
/aoo41x/main/winaccessibility/source/service/
H A DAccTreeEventListener.cxx51 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
H A DAccDialogEventListener.cxx52 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
H A DAccMenuEventListener.cxx52 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
H A DAccWindowEventListener.cxx51 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
H A DAccTableEventListener.cxx53 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
H A DAccFrameEventListener.cxx70 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
/aoo41x/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx710 aEvent.OldValue = uno::makeAny( m_aProps.aTitle ); in setPropertyValues()
768 aEvent.OldValue = aOldValue; in setPropertyValues()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DEventMonitorView.java113 + aEvent.OldValue.toString() in notifyEvent()
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrset.cxx240 aEv.OldValue <<= aOldValue; in rowCountChanged()
267 aEv.OldValue <<= fval; in isFinalChanged()
/aoo41x/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx141 aEvtObject.OldValue = rOldValue; in FireAccessibleEvent()
641 aEvtObject.OldValue = rOldValue; in FireAccessibleEvent()
/aoo41x/main/vcl/aqua/source/a11y/
H A Daqua11ylistener.cxx108 } else if(aEvent.OldValue.hasValue()) { in notifyEvent()

Completed in 125 milliseconds

12345