Searched refs:rScreenRect (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | help.hxx | 108 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,
|
| /AOO41X/main/vcl/source/app/ |
| H A D | help.cxx | 261 const Rectangle& rScreenRect, in ShowQuickHelp() argument 268 … pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), &rScreenRect ); in ShowQuickHelp() 283 sal_uIntPtr Help::ShowTip( Window* pParent, const Rectangle& rScreenRect, in ShowTip() argument 290 UpdateTip( nId, pParent, rScreenRect, rText ); in ShowTip() 298 void Help::UpdateTip( sal_uIntPtr nId, Window* pParent, const Rectangle& rScreenRect, const XubStri… in UpdateTip() argument 306 pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), &rScreenRect ); in UpdateTip()
|