Home
last modified time | relevance | path

Searched refs:nHelpMode (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dwinproc.cxx241 sal_uInt16 nHelpMode = 0; in ImplHandleMouseHelpRequest() local
243 nHelpMode = HELPMODE_QUICK; in ImplHandleMouseHelpRequest()
245 nHelpMode |= HELPMODE_BALLOON; in ImplHandleMouseHelpRequest()
246 if ( nHelpMode ) in ImplHandleMouseHelpRequest()
250 HelpEvent aHelpEvent( rMousePos, nHelpMode ); in ImplHandleMouseHelpRequest()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx211 explicit HelpEvent( sal_uInt16 nHelpMode );
212 explicit HelpEvent( const Point& rMousePos, sal_uInt16 nHelpMode );
226 inline HelpEvent::HelpEvent( const Point& rMousePos, sal_uInt16 nHelpMode ) : in HelpEvent() argument
229 mnMode = nHelpMode; in HelpEvent()
233 inline HelpEvent::HelpEvent( sal_uInt16 nHelpMode ) in HelpEvent() argument
235 mnMode = nHelpMode; in HelpEvent()
/trunk/main/svtools/source/table/
H A Dtabledatawindow.cxx94 sal_uInt16 const nHelpMode = rHEvt.GetMode(); in RequestHelp() local
96 || ( ( nHelpMode & HELPMODE_QUICK ) == 0 ) in RequestHelp()

Completed in 30 milliseconds