Home
last modified time | relevance | path

Searched refs:rHEvt (Results 101 – 107 of 107) sorted by relevance

12345

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx3322 sal_Bool SvImpLBox::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp() argument
3324 if( rHEvt.GetMode() & HELPMODE_QUICK ) in RequestHelp()
3326 Point aPos( pView->ScreenToOutputPixel( rHEvt.GetMousePosPixel() )); in RequestHelp()
H A Dimivctl.hxx333 sal_Bool RequestHelp( const HelpEvent& rHEvt );
H A Dimivctl1.cxx4378 sal_Bool SvxIconChoiceCtrl_Impl::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp() argument
4380 if ( !(rHEvt.GetMode() & HELPMODE_QUICK ) ) in RequestHelp()
4383 Point aPos( pView->ScreenToOutputPixel(rHEvt.GetMousePosPixel() ) ); in RequestHelp()
/trunk/main/vcl/source/window/
H A Dwindow.cxx4996 void Window::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp() argument
5004 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp()
5010 ImplGetParent()->RequestHelp( rHEvt ); in RequestHelp()
5012 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), *pStr ); in RequestHelp()
5014 else if ( rHEvt.GetMode() & HELPMODE_QUICK ) in RequestHelp()
5018 ImplGetParent()->RequestHelp( rHEvt ); in RequestHelp()
5035 ImplGetParent()->RequestHelp( rHEvt ); in RequestHelp()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx367 virtual void RequestHelp( const HelpEvent& rHEvt );
H A Dwindow.hxx624 virtual void RequestHelp( const HelpEvent& rHEvt );
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx97 virtual void RequestHelp( const HelpEvent& rHEvt );

Completed in 111 milliseconds

12345