Home
last modified time | relevance | path

Searched refs:rOldValue (Results 1 – 25 of 135) sorted by last modified time

123456

/trunk/main/forms/source/component/
H A DImageControl.cxx322 sal_Bool OImageControlModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int… in convertFastPropertyValue() argument
328 return tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bReadOnly); in convertFastPropertyValue()
331 return tryPropertyValue( rConvertedValue, rOldValue, rValue, m_sImageURL ); in convertFastPropertyValue()
336 return tryPropertyValue( rConvertedValue, rOldValue, rValue, xGraphic ); in convertFastPropertyValue()
340 return OBoundControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
H A DDatabaseForm.cxx1634 bModified = tryPropertyValue( rConvertedValue, rOldValue, rValue, m_bInsertOnly ); in convertFastPropertyValue()
1653 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aTargetURL); in convertFastPropertyValue()
1656 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aTargetFrame); in convertFastPropertyValue()
1659 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_eSubmitMethod); in convertFastPropertyValue()
1665 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_sName); in convertFastPropertyValue()
1668 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aMasterFields); in convertFastPropertyValue()
1671 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aDetailFields); in convertFastPropertyValue()
1677 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_eNavigation); in convertFastPropertyValue()
1680 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bAllowInsert); in convertFastPropertyValue()
1683 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bAllowUpdate); in convertFastPropertyValue()
[all …]
H A DDatabaseForm.hxx246 …:com::sun::star::uno::Any& rConvertedValue, ::com::sun::star::uno::Any& rOldValue, sal_Int32 nHand…
H A DFormattedField.cxx501 sal_Bool OFormattedModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int32 … in convertFastPropertyValue() argument
504 return OEditBaseModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
/trunk/main/editeng/inc/editeng/
H A DAccessibleContextBase.hxx100 const ::com::sun::star::uno::Any& rOldValue);
H A DAccessibleEditableTextPara.hxx243 …Value = ::com::sun::star::uno::Any(), const ::com::sun::star::uno::Any& rOldValue = ::com::sun::st…
323 …void LostPropertyEvent( const ::com::sun::star::uno::Any& rOldValue, const sal_Int16 nEventId ) co…
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx655 const ::com::sun::star::uno::Any& rOldValue);
667 const ::com::sun::star::uno::Any& rOldValue);
680 const ::com::sun::star::uno::Any& rOldValue,
/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx326 Any& rOldValue , in convertFastPropertyValue() argument
334 rOldValue <<= m_sComponentURL ; in convertFastPropertyValue()
339 rOldValue <<= m_seqLoaderArguments ; in convertFastPropertyValue()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx182 …Int16 nEventId, const uno::Any& rNewValue = uno::Any(), const uno::Any& rOldValue = uno::Any() ) c…
212 …tPropertyEvent( const uno::Any& rOldValue, const sal_Int16 nEventId ) const { FireEvent( nEventId,… in LostPropertyEvent() argument
1647 …::FireEvent( const sal_Int16 nEventId, const uno::Any& rNewValue, const uno::Any& rOldValue ) const in FireEvent()
1659 …aEvent = AccessibleEventObject(mxFrontEnd->getAccessibleContext(), nEventId, rNewValue, rOldValue); in FireEvent()
1661 …Event = AccessibleEventObject(uno::Reference< uno::XInterface >(), nEventId, rNewValue, rOldValue); in FireEvent()
1884 …::FireEvent( const sal_Int16 nEventId, const uno::Any& rNewValue, const uno::Any& rOldValue ) const in FireEvent()
1890 mpImpl->FireEvent( nEventId, rNewValue, rOldValue ); in FireEvent()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx201 static Any addToSequence( const Any& rOldValue, const Any& rNewValue ) in addToSequence() argument
205 return rOldValue; in addToSequence()
207 else if( !rOldValue.hasValue() ) in addToSequence()
214 if( rOldValue >>= aNewSeq ) in addToSequence()
223 aNewSeq[0] = rOldValue; in addToSequence()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx709 …ra::FireEvent(const sal_Int16 nEventId, const uno::Any& rNewValue, const uno::Any& rOldValue) const in FireEvent()
715 AccessibleEventObject aEvent(xThis, nEventId, rNewValue, rOldValue); in FireEvent()
734 …void AccessibleEditableTextPara::LostPropertyEvent( const uno::Any& rOldValue, const sal_Int16 nEv… in LostPropertyEvent() argument
738 FireEvent( nEventId, uno::Any(), rOldValue ); in LostPropertyEvent()
H A DAccessibleImageBullet.cxx483 …t::FireEvent(const sal_Int16 nEventId, const uno::Any& rNewValue, const uno::Any& rOldValue ) const in FireEvent()
489 AccessibleEventObject aEvent(xThis, nEventId, rNewValue, rOldValue); in FireEvent()
503 …void AccessibleImageBullet::LostPropertyEvent( const uno::Any& rOldValue, const sal_Int16 nEventId… in LostPropertyEvent() argument
507 FireEvent( nEventId, uno::Any(), rOldValue ); in LostPropertyEvent()
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx176 Any & rOldValue, in convertFastPropertyValue() argument
211 bRet = ODataSettings::convertFastPropertyValue(rConvertedValue, rOldValue,nHandle,rValue); in convertFastPropertyValue()
218 …bRet = ::comphelper::tryPropertyValue(rConvertedValue,rOldValue,rValue,aValue,::getCppuType(static… in convertFastPropertyValue()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx105 const cssu::Any& rOldValue,
1501 const uno::Any& rOldValue, in FireAccessibleEvent() argument
1509 aEventObject.OldValue = rOldValue; in FireAccessibleEvent()
/trunk/main/comphelper/inc/comphelper/
H A Dpropertycontainerhelper.hxx157 ::com::sun::star::uno::Any & rOldValue,
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx559 ::com::sun::star::uno::Any & rOldValue,
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx247 …:fireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldValue, const ::com::su… in fireAccessibleEvent() argument
250 mxAccessible->FireAccessibleEvent( nEventId, rOldValue, rNewValue ); in fireAccessibleEvent()
H A Dtoolbarmenuimp.hxx130 … FireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldValue, const ::com::su…
215 …void FireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldValue, const ::…
293 …void fireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldValue, const ::com…
H A Dvalueimp.hxx141 … FireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldValue, const ::com::su…
287 …void FireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldValue, const ::…
/trunk/main/cppuhelper/source/
H A Dfactory.cxx586 Any & rConvertedValue, Any & rOldValue,
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx124 ::css::uno::Any const & rOldValue, in notifyEvent() argument
130 nEventId, rNewValue, rOldValue) ); in notifyEvent()
/trunk/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx271 const OUString& rOldValue = in StartElement() local
273 if( !IsXMLToken( rOldValue, XML_TRUE ) ) in StartElement()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx277 uno::Any & rOldValue, in convertFastPropertyValue() argument
285 getFastPropertyValue( rOldValue, nHandle ); in convertFastPropertyValue()
286 if ( rOldValue != rValue ) in convertFastPropertyValue()
294 rOldValue.clear(); in convertFastPropertyValue()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx1124 sal_Bool UnoControlModel::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int… in convertFastPropertyValue() argument
1246 getFastPropertyValue( rOldValue, nPropId ); in convertFastPropertyValue()
1247 return !CompareProperties( rConvertedValue, rOldValue ); in convertFastPropertyValue()
H A Dformattedcontrol.cxx337 Any& rConvertedValue, Any& rOldValue, sal_Int32 nPropId, in convertFastPropertyValue() argument
369 getFastPropertyValue( rOldValue, nPropId ); in convertFastPropertyValue()
370 return !CompareProperties( rConvertedValue, rOldValue ); in convertFastPropertyValue()
381 return UnoControlModel::convertFastPropertyValue( rConvertedValue, rOldValue, nPropId, rValue ); in convertFastPropertyValue()

Completed in 224 milliseconds

123456