Lines Matching refs:nStyle

266 						  sal_uInt16 nStyle )  in ShowQuickHelp()  argument
268 ImplShowHelpWindow( pParent, HELPWINSTYLE_QUICK, nStyle, in ShowQuickHelp()
286 const XubString& rText, sal_uInt16 nStyle ) in ShowTip() argument
288 …sal_uInt16 nHelpWinStyle = ( ( nStyle & QUICKHELP_TIP_STYLE_BALLOON ) != 0 ) ? HELPWINSTYLE_BALLOO… in ShowTip()
289 HelpTextWindow* pHelpWin = new HelpTextWindow( pParent, rText, nHelpWinStyle, nStyle ); in ShowTip()
330 …extWindow( Window* pParent, const XubString& rText, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle ) : in HelpTextWindow() argument
338 mnStyle = nStyle; in HelpTextWindow()
601 void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle, in ImplShowHelpWindow() argument
636 if ( bTextChanged || ( ( nStyle & QUICKHELP_FORCE_REPOSITION ) != 0 ) ) in ImplShowHelpWindow()
645 ImplSetHelpWindowPos( pHelpWin, nHelpWinStyle, nStyle, rScreenPos, pHelpArea ); in ImplShowHelpWindow()
656 || ( ( nStyle & QUICKHELP_NO_DELAY ) != 0 ) 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
715 if ( !(nStyle & QUICKHELP_NOAUTOPOS) ) in ImplSetHelpWindowPos()
736 if ( nStyle & QUICKHELP_NOAUTOPOS ) in ImplSetHelpWindowPos()
748 if ( nStyle & QUICKHELP_LEFT ) in ImplSetHelpWindowPos()
750 else if ( nStyle & QUICKHELP_RIGHT ) in ImplSetHelpWindowPos()
753 if ( nStyle & QUICKHELP_TOP ) in ImplSetHelpWindowPos()
755 else if ( nStyle & QUICKHELP_BOTTOM ) in ImplSetHelpWindowPos()
760 if ( nStyle & QUICKHELP_LEFT ) in ImplSetHelpWindowPos()
762 else if ( nStyle & QUICKHELP_RIGHT ) in ImplSetHelpWindowPos()
767 if ( nStyle & QUICKHELP_TOP ) in ImplSetHelpWindowPos()
769 else if ( nStyle & QUICKHELP_BOTTOM ) in ImplSetHelpWindowPos()
784 if( ! (nStyle & QUICKHELP_NOEVADEPOINTER) ) in ImplSetHelpWindowPos()