Lines Matching refs:nStyle

729 void Window::ImplInit( Window* pParent, WinBits nStyle, const ::com::sun::star::uno::Any& /*aSystem…  in ImplInit()  argument
731 ImplInit( pParent, nStyle, NULL ); in ImplInit()
736 void Window::ImplInit( Window* pParent, WinBits nStyle, SystemParentData* pSystemParentData ) in ImplInit() argument
745 nStyle |= WB_3DLOOK; in ImplInit()
749 && (nStyle & (WB_BORDER | WB_SYSTEMCHILDWINDOW) ) ) in ImplInit()
752 if( (nStyle & WB_SYSTEMCHILDWINDOW) ) in ImplInit()
759 nStyle |= WB_BORDER; in ImplInit()
763 …? CreateBorderWindow( pParent, nStyle & (WB_BORDER | WB_DIALOGCONTROL | WB_NODIALOGCONTROL | WB_NE… in ImplInit()
764 …: new ImplBorderWindow( pParent, nStyle & (WB_BORDER | WB_DIALOGCONTROL | WB_NODIALOGCONTROL | WB_… in ImplInit()
778 mpWindowImpl->mnStyle = nStyle; in ImplInit()
801 if ( nStyle & WB_MOVEABLE ) in ImplInit()
803 if ( nStyle & WB_SIZEABLE ) in ImplInit()
805 if ( nStyle & WB_CLOSEABLE ) in ImplInit()
807 if ( nStyle & WB_APP ) in ImplInit()
812 …== WINDOW_BORDERWINDOW) && ((ImplBorderWindow*)this)->mbFloatWindow) || (nStyle & WB_SYSTEMFLOATWI… in ImplInit()
814 … == WINDOW_BORDERWINDOW) && ((ImplBorderWindow*)this)->mbFloatWindow && (nStyle & WB_OWNERDRAWDECO… in ImplInit()
817 if( nStyle & WB_OWNERDRAWDECORATION ) in ImplInit()
819 if( nStyle & WB_NEEDSFOCUS ) in ImplInit()
825 if( nStyle & WB_INTROWIN ) in ImplInit()
827 if( nStyle & WB_TOOLTIPWIN ) in ImplInit()
830 if( nStyle & WB_NOSHADOW ) in ImplInit()
833 if( nStyle & WB_SYSTEMCHILDWINDOW ) in ImplInit()
952 if( nStyle & WB_OWNERDRAWDECORATION ) in ImplInit()
958 ! (nStyle & (WB_INTROWIN|WB_DEFAULTWIN)) in ImplInit()
970 if ( nStyle & (WB_MOVEABLE | WB_SIZEABLE | WB_APP) ) in ImplInit()
996 if ( nStyle & WB_3DLOOK ) in ImplInit()
1010 …if ( mpWindowImpl->mbFrame && !pSVData->maGDIData.mnAppFontX && ! (nStyle & (WB_INTROWIN|WB_DEFAUL… in ImplInit()
1221 sal_uInt32 nStyle = (sal_uInt32)GetLongRes( (void*)pRes ); in ImplInitRes() local
1222 rResId.SetWinBits( nStyle ); in ImplInitRes()
1223 return nStyle; in ImplInitRes()
4355 Window::Window( Window* pParent, WinBits nStyle ) in Window() argument
4360 ImplInit( pParent, nStyle, NULL ); in Window()
4371 WinBits nStyle = ImplInitRes( rResId ); in Window() local
4372 ImplInit( pParent, nStyle, NULL ); in Window()
4375 if ( !(nStyle & WB_HIDE) ) in Window()
5623 void Window::SetStyle( WinBits nStyle ) in SetStyle() argument
5627 if ( mpWindowImpl->mnStyle != nStyle ) in SetStyle()
5630 mpWindowImpl->mnStyle = nStyle; in SetStyle()