Lines Matching refs:nStyle

570 								 const Color& rColor, sal_uInt16 nStyle )  in DrawSymbol()  argument
583 nStyle |= BUTTON_DRAW_MONO; in DrawSymbol()
585 if ( nStyle & SYMBOL_DRAW_MONO ) in DrawSymbol()
587 if ( nStyle & SYMBOL_DRAW_DISABLE ) in DrawSymbol()
594 if ( nStyle & SYMBOL_DRAW_DISABLE ) in DrawSymbol()
635 sal_uInt16 nStyle ) in DrawHighlightFrame() argument
647 else if ( nStyle & FRAME_HIGHLIGHT_TESTBACKGROUND ) in DrawHighlightFrame()
672 if ( (nStyle & FRAME_HIGHLIGHT_STYLE) == FRAME_HIGHLIGHT_IN ) in DrawHighlightFrame()
734 const StyleSettings& rStyleSettings, sal_uInt16 nStyle ) in ImplDrawFrame() argument
737 sal_Bool bMenuStyle = (nStyle & FRAME_DRAW_MENU) ? sal_True : sal_False; in ImplDrawFrame()
738 nStyle &= ~FRAME_DRAW_MENU; in ImplDrawFrame()
763 sal_Bool bRound = (bFlatBorders && !(nStyle & FRAME_DRAW_WINDOWBORDER)); in ImplDrawFrame()
768 nStyle |= FRAME_DRAW_MONO; in ImplDrawFrame()
770 if ( nStyle & FRAME_DRAW_NODRAW ) in ImplDrawFrame()
772 sal_uInt16 nValueStyle = bMenuStyle ? nStyle | FRAME_DRAW_MENU : nStyle; in ImplDrawFrame()
783 else if ( nStyle & FRAME_DRAW_MONO ) in ImplDrawFrame()
787 sal_uInt16 nFrameStyle = nStyle & FRAME_DRAW_STYLE; in ImplDrawFrame()
817 sal_uInt16 nValueStyle = bMenuStyle ? nStyle | FRAME_DRAW_MENU : nStyle; in ImplDrawFrame()
835 if ( nStyle & FRAME_DRAW_MONO ) in ImplDrawFrame()
854 sal_uInt16 nFrameStyle = nStyle & FRAME_DRAW_STYLE; in ImplDrawFrame()
966 Rectangle DecorationView::DrawFrame( const Rectangle& rRect, sal_uInt16 nStyle ) in DrawFrame() argument
978 if ( nStyle & FRAME_DRAW_NODRAW ) in DrawFrame()
979 ImplDrawFrame( mpOutDev, aRect, mpOutDev->GetSettings().GetStyleSettings(), nStyle ); in DrawFrame()
984 ImplDrawFrame( mpOutDev, aRect, mpOutDev->GetSettings().GetStyleSettings(), nStyle ); in DrawFrame()
1002 const StyleSettings& rStyleSettings, sal_uInt16 nStyle ) in ImplDrawButton() argument
1006 if ( nStyle & BUTTON_DRAW_MONO ) in ImplDrawButton()
1008 if ( !(nStyle & BUTTON_DRAW_NODRAW) ) in ImplDrawButton()
1012 if ( nStyle & BUTTON_DRAW_DEFAULT ) in ImplDrawButton()
1035 if ( nStyle & (BUTTON_DRAW_PRESSED | BUTTON_DRAW_CHECKED) ) in ImplDrawButton()
1059 if ( !(nStyle & BUTTON_DRAW_NODRAW) ) in ImplDrawButton()
1061 if ( nStyle & BUTTON_DRAW_DEFAULT ) in ImplDrawButton()
1068 if ( !(nStyle & BUTTON_DRAW_NODRAW) ) in ImplDrawButton()
1071 if ( nStyle & BUTTON_DRAW_NOLEFTLIGHTBORDER ) in ImplDrawButton()
1078 if ( (nStyle & BUTTON_DRAW_NOTOPLIGHTBORDER) && in ImplDrawButton()
1079 !(nStyle & (BUTTON_DRAW_PRESSED | BUTTON_DRAW_CHECKED)) ) in ImplDrawButton()
1086 …if ( (( (nStyle & BUTTON_DRAW_NOBOTTOMSHADOWBORDER) | BUTTON_DRAW_FLAT) == (BUTTON_DRAW_NOBOTTOMSH… in ImplDrawButton()
1087 !(nStyle & (BUTTON_DRAW_PRESSED | BUTTON_DRAW_CHECKED | BUTTON_DRAW_HIGHLIGHT)) ) in ImplDrawButton()
1097 if ( nStyle & (BUTTON_DRAW_PRESSED | BUTTON_DRAW_CHECKED) ) in ImplDrawButton()
1104 if ( nStyle & BUTTON_DRAW_NOLIGHTBORDER ) in ImplDrawButton()
1108 if ( (nStyle & BUTTON_DRAW_FLATTEST) == BUTTON_DRAW_FLAT ) in ImplDrawButton()
1119 if ( !((nStyle & BUTTON_DRAW_FLATTEST) == BUTTON_DRAW_FLAT) ) in ImplDrawButton()
1121 if ( nStyle & (BUTTON_DRAW_PRESSED | BUTTON_DRAW_CHECKED) ) in ImplDrawButton()
1128 if ( nStyle & BUTTON_DRAW_NOLIGHTBORDER ) in ImplDrawButton()
1143 if ( !(nStyle & (BUTTON_DRAW_NOFILL | BUTTON_DRAW_NODRAW)) ) in ImplDrawButton()
1146 if ( nStyle & BUTTON_DRAW_MONO ) in ImplDrawButton()
1157 if ( nStyle & (BUTTON_DRAW_CHECKED | BUTTON_DRAW_DONTKNOW) ) in ImplDrawButton()
1172 if ( nStyle & BUTTON_DRAW_NOLIGHTBORDER ) in ImplDrawButton()
1177 else if ( nStyle & BUTTON_DRAW_NOLEFTLIGHTBORDER ) in ImplDrawButton()
1180 if ( nStyle & BUTTON_DRAW_PRESSED ) in ImplDrawButton()
1197 else if ( nStyle & BUTTON_DRAW_CHECKED ) in ImplDrawButton()
1215 Rectangle DecorationView::DrawButton( const Rectangle& rRect, sal_uInt16 nStyle ) in DrawButton() argument
1230 nStyle |= BUTTON_DRAW_MONO; in DrawButton()
1232 if ( nStyle & BUTTON_DRAW_NODRAW ) in DrawButton()
1233 ImplDrawButton( mpOutDev, aRect, rStyleSettings, nStyle ); in DrawButton()
1238 ImplDrawButton( mpOutDev, aRect, rStyleSettings, nStyle ); in DrawButton()