/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 482 void FilterConfigItem::WriteSize( const OUString& rKey, const Size& rNewValue ) in WriteSize() argument 489 aWidth.Value <<= rNewValue.Width; in WriteSize() 494 aHeight.Value <<= rNewValue.Height; in WriteSize() 500 sal_Int32 nOldWidth = rNewValue.Width; in WriteSize() 501 sal_Int32 nOldHeight = rNewValue.Height; in WriteSize() 515 if ( ( nOldWidth != rNewValue.Width ) || ( nOldHeight != rNewValue.Height ) ) in WriteSize() 517 aAny <<= rNewValue.Width; in WriteSize() 519 aAny <<= rNewValue.Height; in WriteSize() 536 aString.Value <<= rNewValue; in WriteString() 548 if ( aOldValue != rNewValue ) in WriteString() [all …]
|
/aoo41x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBox.hxx | 125 const ::com::sun::star::uno::Any& rNewValue, 138 const ::com::sun::star::uno::Any& rNewValue, 273 virtual void commitHeaderBarEvent( sal_Int16 nEventId, const ::com::sun::star::uno::Any& rNewValue, in commitHeaderBarEvent() argument 278 pContext->commitHeaderBarEvent( nEventId, rNewValue, rOldValue, _bColumnHeaderBar ); in commitHeaderBarEvent() 281 const ::com::sun::star::uno::Any& rNewValue, const ::com::sun::star::uno::Any& rOldValue ) in commitTableEvent() 285 pContext->commitTableEvent( nEventId, rNewValue, rOldValue ); in commitTableEvent() 288 const ::com::sun::star::uno::Any& rNewValue, const ::com::sun::star::uno::Any& rOldValue ) in commitEvent() 292 pContext->commitEvent( nEventId, rNewValue, rOldValue ); in commitEvent()
|
H A D | AccessibleGridControl.hxx | 118 void commitCellEvent(sal_Int16 nEventId, const ::com::sun::star::uno::Any& rNewValue, 129 void commitTableEvent(sal_Int16 nEventId, const ::com::sun::star::uno::Any& rNewValue, 263 const ::com::sun::star::uno::Any& rNewValue, const ::com::sun::star::uno::Any& rOldValue ) in commitCellEvent() 267 pContext->commitCellEvent( nEventId, rNewValue, rOldValue ); in commitCellEvent() 270 const ::com::sun::star::uno::Any& rNewValue, const ::com::sun::star::uno::Any& rOldValue ) in commitTableEvent() 274 pContext->commitTableEvent( nEventId, rNewValue, rOldValue ); in commitTableEvent() 277 const ::com::sun::star::uno::Any& rNewValue, const ::com::sun::star::uno::Any& rOldValue ) in commitEvent() 281 pContext->commitEvent( nEventId, rNewValue, rOldValue ); in commitEvent()
|
/aoo41x/main/oox/source/ppt/ |
H A D | animationspersist.cxx | 135 static Any addToSequence( const Any& rOldValue, const Any& rNewValue ) in addToSequence() argument 137 if( !rNewValue.hasValue() ) in addToSequence() 143 return rNewValue; in addToSequence() 152 aNewSeq[nSize] = rNewValue; in addToSequence() 158 aNewSeq[1] = rNewValue; in addToSequence()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleParaManager.cxx | 132 const uno::Any& rNewValue, in FireEvent() argument 141 maChild->FireEvent( nEventId, rNewValue, rOldValue ); in FireEvent() 336 const uno::Any& rNewValue, in StateChangeEvent() argument 339 mrNewValue( rNewValue ), in StateChangeEvent() 355 const uno::Any& rNewValue, in FireEvent() argument 370 StateChangeEvent aFunctor( nEventId, rNewValue, rOldValue ); in FireEvent()
|
H A D | AccessibleImageBullet.cxx | 483 …void AccessibleImageBullet::FireEvent(const sal_Int16 nEventId, const uno::Any& rNewValue, const u… in FireEvent() argument 489 AccessibleEventObject aEvent(xThis, nEventId, rNewValue, rOldValue); in FireEvent() 496 …void AccessibleImageBullet::GotPropertyEvent( const uno::Any& rNewValue, const sal_Int16 nEventId … in GotPropertyEvent() argument 500 FireEvent( nEventId, rNewValue ); in GotPropertyEvent()
|
H A D | AccessibleContextBase.cxx | 654 const uno::Any& rNewValue, in CommitChange() argument 665 rNewValue, in CommitChange()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | accessibletable.hxx | 176 const ::com::sun::star::uno::Any& rNewValue, 189 const ::com::sun::star::uno::Any& rNewValue, 196 const ::com::sun::star::uno::Any& rNewValue,
|
H A D | accessibletableprovider.hxx | 212 const ::com::sun::star::uno::Any& rNewValue, 227 const ::com::sun::star::uno::Any& rNewValue, 234 const ::com::sun::star::uno::Any& rNewValue,
|
H A D | brwbox.hxx | 653 const ::com::sun::star::uno::Any& rNewValue, 665 const ::com::sun::star::uno::Any& rNewValue, 678 const ::com::sun::star::uno::Any& rNewValue,
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleTextHelper.cxx | 182 …void FireEvent( const sal_Int16 nEventId, const uno::Any& rNewValue = uno::Any(), const uno::Any& … 211 …oid GotPropertyEvent( const uno::Any& rNewValue, const sal_Int16 nEventId ) const { FireEvent( nEv… in GotPropertyEvent() argument 1647 …void AccessibleTextHelper_Impl::FireEvent( const sal_Int16 nEventId, const uno::Any& rNewValue, co… in FireEvent() argument 1659 …aEvent = AccessibleEventObject(mxFrontEnd->getAccessibleContext(), nEventId, rNewValue, rOldValue); in FireEvent() 1661 …aEvent = AccessibleEventObject(uno::Reference< uno::XInterface >(), nEventId, rNewValue, rOldValue… in FireEvent() 1884 …void AccessibleTextHelper::FireEvent( const sal_Int16 nEventId, const uno::Any& rNewValue, const u… in FireEvent() argument 1890 mpImpl->FireEvent( nEventId, rNewValue, rOldValue ); in FireEvent()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbstore.cxx | 2268 const PropertyValue& rNewValue = pNewValues[ n ]; in setPropertyValues() local 2269 const OUString& rName = rNewValue.Name; in setPropertyValues() 2291 makeAny( rNewValue.Handle ) ); in setPropertyValues() 2302 rNewValue.Value ); in setPropertyValues() 2318 aEvt.PropertyName = rNewValue.Name; in setPropertyValues() 2319 aEvt.PropertyHandle = rNewValue.Handle; in setPropertyValues() 2322 aEvt.NewValue = rNewValue.Value; in setPropertyValues()
|
/aoo41x/main/svtools/source/control/ |
H A D | toolbarmenuacc.cxx | 130 …d ToolbarMenuAcc::FireAccessibleEvent( short nEventId, const Any& rOldValue, const Any& rNewValue ) in FireAccessibleEvent() argument 140 aEvtObject.NewValue = rNewValue; in FireAccessibleEvent() 630 …lbarMenuEntryAcc::FireAccessibleEvent( short nEventId, const Any& rOldValue, const Any& rNewValue ) in FireAccessibleEvent() argument 640 aEvtObject.NewValue = rNewValue; in FireAccessibleEvent()
|
H A D | toolbarmenuimp.hxx | 130 …ventId, const ::com::sun::star::uno::Any& rOldValue, const ::com::sun::star::uno::Any& rNewValue ); 215 …ventId, const ::com::sun::star::uno::Any& rOldValue, const ::com::sun::star::uno::Any& rNewValue ); 293 …ventId, const ::com::sun::star::uno::Any& rOldValue, const ::com::sun::star::uno::Any& rNewValue );
|
H A D | valueacc.cxx | 109 …SetAcc::FireAccessibleEvent( short nEventId, const uno::Any& rOldValue, const uno::Any& rNewValue ) in FireAccessibleEvent() argument 119 aEvtObject.NewValue = rNewValue; in FireAccessibleEvent() 852 …temAcc::FireAccessibleEvent( short nEventId, const uno::Any& rOldValue, const uno::Any& rNewValue ) in FireAccessibleEvent() argument 862 aEvtObject.NewValue = rNewValue; in FireAccessibleEvent()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | shapeattributelayer.cxx | 471 void ShapeAttributeLayer::setAlpha( const double& rNewValue ) in setAlpha() argument 473 ENSURE_OR_THROW( ::rtl::math::isFinite(rNewValue), in setAlpha() 476 mnAlpha = rNewValue; in setAlpha()
|
/aoo41x/main/stoc/source/corereflection/ |
H A D | crarray.cxx | 162 void ArrayIdlClassImpl::set( Any & rArray, sal_Int32 nIndex, const Any & rNewValue ) in set() argument 193 pElemTypeDescr, rNewValue, getReflection() )) in set()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DIndex.cxx | 248 const ORowSetValue& rNewValue) in Update() argument 253 if (!ConvertToKey(&aKey, nRec, rNewValue) || (isUnique() && getRoot()->Find(aKey))) in Update() 256 return Delete(nRec, rOldValue) && Insert(nRec,rNewValue); in Update()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | AccessibleParaManager.hxx | 190 const ::com::sun::star::uno::Any& rNewValue = ::com::sun::star::uno::Any(), 245 const ::com::sun::star::uno::Any& rNewValue = ::com::sun::star::uno::Any(),
|
H A D | AccessibleImageBullet.hxx | 166 …d FireEvent(const sal_Int16 nEventId, const ::com::sun::star::uno::Any& rNewValue = ::com::sun::st… 175 …void GotPropertyEvent( const ::com::sun::star::uno::Any& rNewValue, const sal_Int16 nEventId ) con…
|
/aoo41x/main/forms/source/xforms/ |
H A D | propertysetbase.hxx | 294 …PropertyChange( sal_Int32 nHandle, const Any_t& rOldValue, const Any_t& rNewValue, const NotifierA… in notifyPropertyChange() argument 296 const_cast< PropertySetBase* >( this )->firePropertyChange( nHandle, rNewValue, rOldValue ); in notifyPropertyChange()
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterObject.cxx | 93 const uno::Any& rNewValue) in FireAccessibleEvent() argument 101 aEventObject.NewValue = rNewValue; in FireAccessibleEvent()
|
H A D | AccessibleTreeNode.cxx | 109 const uno::Any& rNewValue ) in FireAccessibleEvent() argument 117 aEventObject.NewValue = rNewValue; in FireAccessibleEvent()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox3.cxx | 416 const Any& rNewValue, const Any& rOldValue, sal_Bool _bColumnHeaderBar ) in commitHeaderBarEvent() argument 420 rNewValue, rOldValue, _bColumnHeaderBar ); in commitHeaderBarEvent()
|
/aoo41x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 127 ::rtl::OUString rNewValue = rQuot; in SetQuotation() 128 rNewValue += rValue; in SetQuotation() 136 nIndex = rNewValue.indexOf(rQuot,nIndex); in SetQuotation() 138 rNewValue = rNewValue.replaceAt(nIndex,rQuot.getLength(),rQuotToReplace); in SetQuotation() 142 rNewValue += rQuot; in SetQuotation() 143 return rNewValue; in SetQuotation()
|