Lines Matching refs:nStyle

54 static void ImplGetPinImage( sal_uInt16 nStyle, sal_Bool bPinIn, Image& rImage )  in ImplGetPinImage()  argument
73 if ( nStyle & BUTTON_DRAW_PRESSED ) in ImplGetPinImage()
1197 sal_uInt16 nStyle = FRAME_DRAW_NODRAW; in Init() local
1201 nStyle |= FRAME_DRAW_DOUBLEOUT; in Init()
1203 nStyle |= FRAME_DRAW_DOUBLEIN; in Init()
1205 nStyle |= FRAME_DRAW_MONO; in Init()
1209 Rectangle aCalcRect = aDecoView.DrawFrame( aRect, nStyle ); in Init()
1386 sal_uInt16 nStyle = 0; in DrawWindow() local
1390 nStyle |= FRAME_DRAW_DOUBLEOUT; in DrawWindow()
1392 nStyle |= FRAME_DRAW_DOUBLEIN; in DrawWindow()
1394 nStyle |= FRAME_DRAW_MONO; in DrawWindow()
1396 nStyle |= FRAME_DRAW_MENU; in DrawWindow()
1399 nStyle |= FRAME_DRAW_WINDOWBORDER; in DrawWindow()
1404 aDecoView.DrawFrame( aInRect, nStyle ); in DrawWindow()
1825 WinBits nStyle, sal_uInt16 nTypeStyle, in ImplInit() argument
1828 ImplInit( pParent, nStyle, nTypeStyle, NULL ); in ImplInit()
1832 WinBits nStyle, sal_uInt16 nTypeStyle, in ImplInit() argument
1837 WinBits nOrgStyle = nStyle; in ImplInit()
1841 nStyle &= nTestStyle; in ImplInit()
1847 if( (nStyle & WB_SYSTEMCHILDWINDOW) ) in ImplInit()
1853 else if( (nStyle & WB_OWNERDRAWDECORATION) ) in ImplInit()
1882 Window::ImplInit( pParent, nStyle, pSystemParentData ); in ImplInit()
1914 WinBits nStyle, sal_uInt16 nTypeStyle in ImplBorderWindow() argument
1917 ImplInit( pParent, nStyle, nTypeStyle, pSystemParentData ); in ImplBorderWindow()
1922 ImplBorderWindow::ImplBorderWindow( Window* pParent, WinBits nStyle , in ImplBorderWindow() argument
1926 ImplInit( pParent, nStyle, nTypeStyle, ::com::sun::star::uno::Any() ); in ImplBorderWindow()
1930 WinBits nStyle, sal_uInt16 nTypeStyle, in ImplBorderWindow() argument
1934 ImplInit( pParent, nStyle, nTypeStyle, aSystemToken ); in ImplBorderWindow()
2231 void ImplBorderWindow::SetBorderStyle( sal_uInt16 nStyle ) in SetBorderStyle() argument
2233 if ( !mbFrameBorder && (mnBorderStyle != nStyle) ) in SetBorderStyle()
2235 mnBorderStyle = nStyle; in SetBorderStyle()