Searched refs:pHelpArea (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/app/ |
H A D | help.cxx | 603 const Point& rScreenPos, const Rectangle* pHelpArea ) in ImplShowHelpWindow() argument 618 || ( pHelpArea in ImplShowHelpWindow() 619 && ( pHelpWin->GetHelpArea() != *pHelpArea ) in ImplShowHelpWindow() 645 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() 664 if ( pHelpArea ) in ImplShowHelpWindow() 665 pHelpWin->SetHelpArea( *pHelpArea ); in ImplShowHelpWindow() 670 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() 703 const Point& rPos, const Rectangle* pHelpArea ) in ImplSetHelpWindowPos() argument 738 if ( pHelpArea ) in ImplSetHelpWindowPos() 742 … pHelpWin->GetParent()->ImplGetFrameWindow()->OutputToAbsoluteScreenPixel( pHelpArea->TopLeft() ), in ImplSetHelpWindowPos() [all …]
|
/aoo4110/main/vcl/inc/ |
H A D | helpwin.hxx | 84 const Point& rScreenPos, const Rectangle* pHelpArea = NULL ); 87 const Point& rPos, const Rectangle* pHelpArea );
|
Completed in 18 milliseconds