Searched refs:nHelpWinStyle (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/app/ |
| H A D | help.cxx | 286 …sal_uInt16 nHelpWinStyle = ( ( nStyle & QUICKHELP_TIP_STYLE_BALLOON ) != 0 ) ? HELPWINSTYLE_BALLOO… in ShowTip() local 287 HelpTextWindow* pHelpWin = new HelpTextWindow( pParent, rText, nHelpWinStyle, nStyle ); in ShowTip() 328 HelpTextWindow::HelpTextWindow( Window* pParent, const XubString& rText, sal_uInt16 nHelpWinStyle, … in HelpTextWindow() argument 335 mnHelpWinStyle = nHelpWinStyle; in HelpTextWindow() 599 void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle, in ImplShowHelpWindow() argument 615 || ( pHelpWin->GetWinStyle() != nHelpWinStyle ) in ImplShowHelpWindow() 643 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() 659 pHelpWin = new HelpTextWindow( pParent, rHelpText, nHelpWinStyle, nStyle ); in ImplShowHelpWindow() 668 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() 700 void ImplSetHelpWindowPos( Window* pHelpWin, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle, in ImplSetHelpWindowPos() argument [all …]
|
| /AOO41X/main/vcl/inc/ |
| H A D | helpwin.hxx | 59 …HelpTextWindow( Window* pParent, const String& rText, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle … 82 void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle, 86 void ImplSetHelpWindowPos( Window* pHelpWindow, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle,
|