Home
last modified time | relevance | path

Searched refs:rScreenRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dhelp.hxx108 const Rectangle& rScreenRect,
113 const Rectangle& rScreenRect, in ShowQuickHelp() argument
116 { return Help::ShowQuickHelp( pParent, rScreenRect, rHelpText, XubString(), nStyle ); } in ShowQuickHelp()
121 const Rectangle& rScreenRect,
125 const Rectangle& rScreenRect,
/trunk/main/vcl/source/app/
H A Dhelp.cxx263 const Rectangle& rScreenRect, in ShowQuickHelp() argument
270 pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), &rScreenRect ); in ShowQuickHelp()
285 sal_uIntPtr Help::ShowTip( Window* pParent, const Rectangle& rScreenRect, in ShowTip() argument
292 UpdateTip( nId, pParent, rScreenRect, rText ); in ShowTip()
300 void Help::UpdateTip( sal_uIntPtr nId, Window* pParent, const Rectangle& rScreenRect, const XubStri… in UpdateTip() argument
308 pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), &rScreenRect ); in UpdateTip()

Completed in 20 milliseconds