Home
last modified time | relevance | path

Searched refs:rNewValue (Results 1 – 25 of 57) sorted by relevance

123

/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx482 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 …]
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBox.hxx125 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 DAccessibleGridControl.hxx118 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()
/trunk/main/oox/source/ppt/
H A Danimationspersist.cxx135 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()
/trunk/main/editeng/source/accessibility/
H A DAccessibleParaManager.cxx132 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 DAccessibleImageBullet.cxx483 …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 DAccessibleContextBase.cxx654 const uno::Any& rNewValue, in CommitChange() argument
665 rNewValue, in CommitChange()
/trunk/main/svtools/inc/svtools/
H A Daccessibletable.hxx176 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 Daccessibletableprovider.hxx212 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 Dbrwbox.hxx654 const ::com::sun::star::uno::Any& rNewValue,
666 const ::com::sun::star::uno::Any& rNewValue,
679 const ::com::sun::star::uno::Any& rNewValue,
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx182 …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()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx2268 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()
/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx130 …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 Dtoolbarmenuimp.hxx130 …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 Dvalueacc.cxx109 …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()
/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx471 void ShapeAttributeLayer::setAlpha( const double& rNewValue ) in setAlpha() argument
473 ENSURE_OR_THROW( ::rtl::math::isFinite(rNewValue), in setAlpha()
476 mnAlpha = rNewValue; in setAlpha()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx248 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()
/trunk/main/stoc/source/corereflection/
H A Dcrarray.cxx162 void ArrayIdlClassImpl::set( Any & rArray, sal_Int32 nIndex, const Any & rNewValue ) in set() argument
193 pElemTypeDescr, rNewValue, getReflection() )) in set()
/trunk/main/editeng/inc/editeng/
H A DAccessibleParaManager.hxx190 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 DAccessibleImageBullet.hxx166 …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…
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.hxx294 …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()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx93 const uno::Any& rNewValue) in FireAccessibleEvent() argument
101 aEventObject.NewValue = rNewValue; in FireAccessibleEvent()
H A DAccessibleTreeNode.cxx109 const uno::Any& rNewValue ) in FireAccessibleEvent() argument
117 aEventObject.NewValue = rNewValue; in FireAccessibleEvent()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx127 ::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()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx416 const Any& rNewValue, const Any& rOldValue, sal_Bool _bColumnHeaderBar ) in commitHeaderBarEvent() argument
420 rNewValue, rOldValue, _bColumnHeaderBar ); in commitHeaderBarEvent()

Completed in 129 milliseconds

123