Home
last modified time | relevance | path

Searched refs:_rTrigger (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/dbaccess/source/ui/dlg/
H A Dadmincontrols.cxx73 virtual void operateOn( const VclWindowEvent& _rTrigger, Window& _rOperateOn ) const;
82 void TextResetOperator::operateOn( const VclWindowEvent& _rTrigger, Window& _rOperateOn ) const in operateOn() argument
84 …OSL_ENSURE( _rTrigger.GetWindow() == &_rOperateOn, "TextResetOperator::operateOn: you're misusing … in operateOn()
86 switch ( _rTrigger.GetId() ) in operateOn()
90 … const_cast< TextResetOperator* >( this )->m_sUserText = _rTrigger.GetWindow()->GetText(); in operateOn()
94 if ( _rTrigger.GetWindow()->IsEnabled() ) in operateOn()
95 … const_cast< TextResetOperator* >( this )->m_sUserText = _rTrigger.GetWindow()->GetText(); in operateOn()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventexecutor.cxx93 const ::rtl::OUString& _rScriptURL, const DocumentEvent& _rTrigger ) in lcl_dispatchScriptURL_throw() argument
125 aEventParam.Value <<= _rTrigger; in lcl_dispatchScriptURL_throw()
/aoo41x/main/svtools/inc/svtools/
H A Ddialogcontrolling.hxx56 virtual void operateOn( const VclWindowEvent& _rTrigger, Window& _rOperateOn ) const = 0;

Completed in 23 milliseconds