Searched refs:nHelpWinStyle (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/source/app/ |
H A D | help.cxx | 288 …sal_uInt16 nHelpWinStyle = ( ( nStyle & QUICKHELP_TIP_STYLE_BALLOON ) != 0 ) ? HELPWINSTYLE_BALLOO… in ShowTip() local 289 HelpTextWindow* pHelpWin = new HelpTextWindow( pParent, rText, nHelpWinStyle, nStyle ); in ShowTip() 330 HelpTextWindow::HelpTextWindow( Window* pParent, const XubString& rText, sal_uInt16 nHelpWinStyle, … in HelpTextWindow() argument 337 mnHelpWinStyle = nHelpWinStyle; in HelpTextWindow() 601 void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle, in ImplShowHelpWindow() argument 617 || ( pHelpWin->GetWinStyle() != nHelpWinStyle ) in ImplShowHelpWindow() 645 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() 661 pHelpWin = new HelpTextWindow( pParent, rHelpText, nHelpWinStyle, nStyle ); in ImplShowHelpWindow() 670 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow() 702 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,
|
Completed in 17 milliseconds