Home
last modified time | relevance | path

Searched refs:_rOldValue (Results 1 – 25 of 79) sorted by relevance

1234

/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx263 sal_Bool FontControlModel::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, in convertFastPropertyValue() argument
278 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_nFontEmphasis ); in convertFastPropertyValue()
282 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_nFontRelief ); in convertFastPropertyValue()
293 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aFont.Name ); in convertFastPropertyValue()
297 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aFont.StyleName ); in convertFastPropertyValue()
321 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Pitch ); in convertFastPropertyValue()
325 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Type ); in convertFastPropertyValue()
329 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Width ); in convertFastPropertyValue()
333 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, float( m_aFont.Height ) ); in convertFastPropertyValue()
337 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aFont.Weight ); in convertFastPropertyValue()
[all …]
H A Drefvaluecomponent.cxx128 …eValueComponent::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHan… in convertFastPropertyValue() argument
134 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_sReferenceValue ); in convertFastPropertyValue()
139 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_sNoCheckReferenceValue ); in convertFastPropertyValue()
143 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_eDefaultChecked … in convertFastPropertyValue()
147 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
H A DFormComponent.cxx109 m_aOldValues[ nOldLength ] = _rOldValue; in addPropertyNotification()
1053 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aName); in convertFastPropertyValue()
1056 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aTag); in convertFastPropertyValue()
1059 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_nTabIndex); in convertFastPropertyValue()
1062 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_bNativeLook); in convertFastPropertyValue()
1069 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_nObjIDinMSO); in convertFastPropertyValue()
1825 Any& _rConvertedValue, Any& _rOldValue, in convertFastPropertyValue() argument
1837 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aControlSource); in convertFastPropertyValue()
1846 getFastPropertyValue(_rOldValue, _nHandle); in convertFastPropertyValue()
1851 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_xLabelControl); in convertFastPropertyValue()
[all …]
H A DComboBox.cxx277 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) in convertFastPropertyValue() argument
284 bModified = tryPropertyValueEnum(_rConvertedValue, _rOldValue, _rValue, m_eListSourceType); in convertFastPropertyValue()
288 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aListSource); in convertFastPropertyValue()
292 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_bEmptyIsNull); in convertFastPropertyValue()
296 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aDefaultText); in convertFastPropertyValue()
300 bModified = convertNewListSourceProperty( _rConvertedValue, _rOldValue, _rValue ); in convertFastPropertyValue()
304 …bModified = OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _… in convertFastPropertyValue()
H A DHidden.cxx110 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) in convertFastPropertyValue() argument
117 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_sHiddenValue); in convertFastPropertyValue()
120 …bModified = OControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue()
H A Dspinbutton.cxx146 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) in convertFastPropertyValue() argument
153 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_nDefaultSpinValue ); in convertFastPropertyValue()
157 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
H A Dnavigationbar.cxx383 …ool SAL_CALL ONavigationBarModel::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, in convertFastPropertyValue() argument
390 … OPropertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rVal… in convertFastPropertyValue()
394 …bModified = FontControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _r… in convertFastPropertyValue()
398 …bModified = OControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rVal… in convertFastPropertyValue()
H A DListBox.cxx371 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) in convertFastPropertyValue() argument
378 …bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aBoundColumn, ::getCppuType(… in convertFastPropertyValue()
382 … bModified = tryPropertyValueEnum(_rConvertedValue, _rOldValue, _rValue, m_eListSourceType); in convertFastPropertyValue()
386 …bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, lcl_convertToStringSequence( m… in convertFastPropertyValue()
394 … bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aDefaultSelectSeq); in convertFastPropertyValue()
398 bModified = convertNewListSourceProperty( _rConvertedValue, _rOldValue, _rValue ); in convertFastPropertyValue()
402 …return OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue()
H A Dscrollbar.cxx190 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) in convertFastPropertyValue() argument
197 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_nDefaultScrollValue ); in convertFastPropertyValue()
201 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
H A DDate.cxx203 sal_Bool SAL_CALL ODateModel::convertFastPropertyValue(Any& _rConvertedValue, Any& _rOldValue, in convertFastPropertyValue() argument
207 return convertFormatKeyPropertyValue(_rConvertedValue, _rOldValue, _rValue); in convertFastPropertyValue()
209 return OEditBaseModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
H A DTime.cxx200 sal_Bool SAL_CALL OTimeModel::convertFastPropertyValue(Any& _rConvertedValue, Any& _rOldValue, in convertFastPropertyValue() argument
204 return convertFormatKeyPropertyValue(_rConvertedValue, _rOldValue, _rValue); in convertFastPropertyValue()
206 return OEditBaseModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
/trunk/main/comphelper/inc/comphelper/
H A Dproperty.hxx150 sal_Bool tryPropertyValue(staruno::Any& /*out*/_rConvertedValue, staruno::Any& /*out*/_rOldValue, c… in tryPropertyValue() argument
158 _rOldValue <<= _rCurrentValue; in tryPropertyValue()
174 …yValueEnum(staruno::Any& /*out*/_rConvertedValue, staruno::Any& /*out*/_rOldValue, const staruno::… in tryPropertyValueEnum() argument
178 return tryPropertyValue(_rConvertedValue, _rOldValue, _rValueToSet, _rCurrentValue); in tryPropertyValueEnum()
188 _rOldValue <<= _rCurrentValue; in tryPropertyValueEnum()
203 …pertyValue(staruno::Any& /*out*/_rConvertedValue, staruno::Any& /*out*/_rOldValue, const staruno::… in tryPropertyValue() argument
211 _rOldValue.setValue(&_bCurrentValue, ::getBooleanCppuType()); in tryPropertyValue()
227 …al_Bool tryPropertyValue(staruno::Any& _rConvertedValue, staruno::Any& _rOldValue, const staruno::…
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx338 …ssibleGridControl::commitCellEvent(sal_Int16 _nEventId,const Any& _rNewValue,const Any& _rOldValue) in commitCellEvent() argument
354 m_pImpl->m_pCell->commitEvent( _nEventId, _rNewValue, _rOldValue ); in commitCellEvent()
362 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitCellEvent()
365 …sibleGridControl::commitTableEvent(sal_Int16 _nEventId,const Any& _rNewValue,const Any& _rOldValue) in commitTableEvent() argument
372 m_pImpl->m_pTable->commitEvent(_nEventId, makeAny(xChild),_rOldValue); in commitTableEvent()
386 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
389 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
393 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
H A DAccessibleBrowseBox.cxx324 …essibleBrowseBox::commitTableEvent(sal_Int16 _nEventId,const Any& _rNewValue,const Any& _rOldValue) in commitTableEvent() argument
328 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
334 const Any& _rOldValue,sal_Bool _bColumnHeaderBar) in commitHeaderBarEvent() argument
339 pHeaderBar->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitHeaderBarEvent()
/trunk/main/forms/source/misc/
H A Dlimitedformats.cxx279 …sal_Bool OLimitedFormats::convertFormatKeyPropertyValue(Any& _rConvertedValue, Any& _rOldValue, co… in convertFormatKeyPropertyValue() argument
298 _rOldValue.clear(); in convertFormatKeyPropertyValue()
309 _rOldValue <<= pFormats->nKey; in convertFormatKeyPropertyValue()
320 if (!_rOldValue.hasValue()) in convertFormatKeyPropertyValue()
327 _rOldValue <<= pFormats->nKey; in convertFormatKeyPropertyValue()
336 …OSL_ENSURE(_rOldValue.hasValue(), "OLimitedFormats::convertFormatKeyPropertyValue: did not find th… in convertFormatKeyPropertyValue()
/trunk/main/dbaccess/source/core/api/
H A DCRowSetDataColumn.cxx219 void ORowSetDataColumn::fireValueChange(const ORowSetValue& _rOldValue) in fireValueChange() argument
221 …ue.isNull() && m_aColumnValue->isValid() && (!(((*m_aColumnValue)->get())[m_nPos] == _rOldValue)) ) in fireValueChange()
224 m_aOldValue = _rOldValue.makeAny(); in fireValueChange()
229 else if ( !m_aColumnValue.isNull() && !_rOldValue.isNull() ) in fireValueChange()
232 m_aOldValue = _rOldValue.makeAny(); in fireValueChange()
/trunk/main/comphelper/source/misc/
H A Daccessiblecontexthelper.cxx194 const Any& _rOldValue, const Any& _rNewValue ) in NotifyAccessibleEvent() argument
205 aEvent.OldValue = _rOldValue; in NotifyAccessibleEvent()
214 const Any& _rOldValue, const Any& _rNewValue, in BufferAccessibleEvent() argument
234 aEvent.OldValue = _rOldValue; in BufferAccessibleEvent()
/trunk/main/dbaccess/source/ui/uno/
H A Dunosqlmessage.cxx117 …QLMessageDialog::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHan… in convertFastPropertyValue() argument
127 _rOldValue = m_aException; in convertFastPropertyValue()
134 …return OSQLMessageDialogBase::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rV… in convertFastPropertyValue()
H A Dtextconnectionsettings_uno.cxx217 …nSettingsDialog::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHan… in convertFastPropertyValue() argument
226 pos->second->getPropertyValue( _rOldValue ); in convertFastPropertyValue()
231 …tConnectionSettingsDialog::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rVal… in convertFastPropertyValue()
/trunk/main/svx/source/inc/
H A Dcharmapacc.hxx89 const ::com::sun::star::uno::Any& _rOldValue,
190 const ::com::sun::star::uno::Any& _rOldValue, in fireEvent()
194 NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue); in fireEvent()
265 const ::com::sun::star::uno::Any& _rOldValue, in fireEvent()
269 NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue); in fireEvent()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx424 void BrowseBox::commitTableEvent( sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldValue in commitTableEvent() argument
427 m_pImpl->m_pAccessible->commitTableEvent( _nEventId, _rNewValue, _rOldValue ); in commitTableEvent()
430 …rowseBox::commitBrowseBoxEvent( sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldValue ) in commitBrowseBoxEvent() argument
433 m_pImpl->m_pAccessible->commitEvent( _nEventId, _rNewValue, _rOldValue); in commitBrowseBoxEvent()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx344 … ORichTextModel::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHan… in convertFastPropertyValue() argument
350 … OPropertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rVal… in convertFastPropertyValue()
354 …bModified = FontControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _r… in convertFastPropertyValue()
358 …bModified = OControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rVal… in convertFastPropertyValue()
/trunk/main/comphelper/source/property/
H A Dpropertycontainer.cxx80 …Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) throw (IllegalArg… in convertFastPropertyValue() argument
82 …return OPropertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle,… in convertFastPropertyValue()
H A Dpropertycontainerhelper.cxx246 …Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) SAL_THROW( (Illeg… in convertFastPropertyValue() argument
330 _rOldValue = *pPropContainer; in convertFastPropertyValue()
382 _rOldValue.setValue(aPos->aLocation.pDerivedClassMember, aPos->aProperty.Type); in convertFastPropertyValue()
/trunk/main/dbaccess/source/ui/inc/
H A DJAccess.hxx76 const ::com::sun::star::uno::Any& _rOldValue, in notifyAccessibleEvent()
80 NotifyAccessibleEvent(_nEventId,_rOldValue,_rNewValue); in notifyAccessibleEvent()

Completed in 114 milliseconds

1234