Searched refs:pHelpArea (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/app/ |
| H A D | help.cxx | 601 const Point& rScreenPos, const Rectangle* pHelpArea ) in ImplShowHelpWindow() argument 616 || ( pHelpArea in ImplShowHelpWindow() 617 && ( pHelpWin->GetHelpArea() != *pHelpArea ) in ImplShowHelpWindow() 643 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() 662 if ( pHelpArea ) in ImplShowHelpWindow() 663 pHelpWin->SetHelpArea( *pHelpArea ); in ImplShowHelpWindow() 668 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() 701 const Point& rPos, const Rectangle* pHelpArea ) in ImplSetHelpWindowPos() argument 736 if ( pHelpArea ) in ImplSetHelpWindowPos() 740 … pHelpWin->GetParent()->ImplGetFrameWindow()->OutputToAbsoluteScreenPixel( pHelpArea->TopLeft() ), in ImplSetHelpWindowPos() [all …]
|
| /AOO41X/main/vcl/inc/ |
| H A D | helpwin.hxx | 84 const Point& rScreenPos, const Rectangle* pHelpArea = NULL ); 87 const Point& rPos, const Rectangle* pHelpArea );
|