Home
last modified time | relevance | path

Searched refs:_rNewValue (Results 26 – 50 of 55) sorted by relevance

123

/aoo4110/main/forms/source/xforms/
H A Ddatatypes.hxx137 …kPropertySanity( sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rNewValue, ::rtl::OUString…
316 …kPropertySanity( sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rNewValue, ::rtl::OUString…
/aoo4110/main/extensions/source/propctrlr/
H A Dpropertyhandler.hxx125 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
146 …com::sun::star::uno::Any& _rOldValue, const ::com::sun::star::uno::Any& _rNewValue ) SAL_THROW(());
H A Deformspropertyhandler.cxx562 …rtyChanged( const ::rtl::OUString& _rActuatingPropertyName, const Any& _rNewValue, const Any& /*_r… in actuatingPropertyChanged() argument
583 OSL_VERIFY( _rNewValue >>= sDataModelName ); in actuatingPropertyChanged()
H A Dxsdvalidationpropertyhandler.cxx574 …rtyChanged( const ::rtl::OUString& _rActuatingPropertyName, const Any& _rNewValue, const Any& _rOl… in actuatingPropertyChanged() argument
642 ::rtl::OUString sNewModelName; _rNewValue >>= sNewModelName; in actuatingPropertyChanged()
H A Deditpropertyhandler.hxx63 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Dcellbindinghandler.hxx73 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Dxsdvalidationpropertyhandler.hxx73 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Dbuttonnavigationhandler.hxx72 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Dsubmissionhandler.hxx102 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Deformspropertyhandler.hxx79 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Deformshelper.hxx241 const ::com::sun::star::uno::Any& _rNewValue
H A Dpropertycomposer.hxx104 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Dgenericpropertyhandler.hxx122 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Deventhandler.hxx135 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
H A Dpropcontroller.cxx1742 …pertyChange_nothrow( const ::rtl::OUString& _rPropertyName, const Any& _rNewValue, const Any& _rOl… in impl_broadcastPropertyChange_nothrow() argument
1758 handler->second->actuatingPropertyChanged( _rPropertyName, _rNewValue, _rOldValue, in impl_broadcastPropertyChange_nothrow()
H A Dformcomponenthandler.hxx135 …::OUString& _rActuatingPropertyName, const ::com::sun::star::uno::Any& _rNewValue, const ::com::su…
/aoo4110/main/accessibility/source/extended/
H A DAccessibleBrowseBoxBase.cxx487 sal_Int16 _nEventId, const Any& _rNewValue, const Any& _rOldValue ) in commitEvent() argument
500 aEvent.NewValue = _rNewValue; in commitEvent()
/aoo4110/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx733 const Any& _rOldValue, const Any& _rNewValue ) in NotifyAccessibleEvent() argument
738 AccessibleEventObject aEvent( xSource, _nEventId, _rNewValue, _rOldValue ); in NotifyAccessibleEvent()
H A Dcharmapacc.cxx78 const ::com::sun::star::uno::Any& _rNewValue in IMPLEMENT_FORWARD_XINTERFACE2()
82 m_pTable->fireEvent(_nEventId,_rOldValue,_rNewValue); in IMPLEMENT_FORWARD_XINTERFACE2()
/aoo4110/main/comphelper/inc/comphelper/
H A Dpropertybag.hxx179 const ::com::sun::star::uno::Any& _rNewValue,
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2636 void OSelectionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_In… in appendUndoAction() argument
2638 if ( !m_bInUndoMode && !_rNewValue.Equals(_rOldValue) ) in appendUndoAction()
2645 appendUndoAction(_rOldValue,_rNewValue,_nRow); in appendUndoAction()
2649 void OSelectionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_In… in appendUndoAction() argument
2651 if ( !m_bInUndoMode && !_rNewValue.Equals(_rOldValue) ) in appendUndoAction()
/aoo4110/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx796 sal_Bool VCLXAccessibleList::checkEntrySelected(sal_uInt16 _nPos,Any& _rNewValue,Reference< XAccess… in checkEntrySelected() argument
806 _rNewValue <<= _rxNewAcc; in checkEntrySelected()
/aoo4110/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelist.hxx224 ::com::sun::star::uno::Any& _rNewValue,
/aoo4110/main/svx/source/inc/
H A DAccessibleFrameSelector.hxx111 …ntId, const ::com::sun::star::uno::Any& _rOldValue, const ::com::sun::star::uno::Any& _rNewValue );
/aoo4110/main/connectivity/source/parse/
H A Dsqlnode.cxx1575 OSQLParseNode::OSQLParseNode(const ::rtl::OString &_rNewValue, in OSQLParseNode() argument
1579 ,m_aNodeValue( rtl::OStringToOUString( _rNewValue, RTL_TEXTENCODING_UTF8)) in OSQLParseNode()
1601 OSQLParseNode::OSQLParseNode(const ::rtl::OUString &_rNewValue, in OSQLParseNode() argument
1605 ,m_aNodeValue(_rNewValue) in OSQLParseNode()

Completed in 216 milliseconds

123