Lines Matching refs:nStyle

263 void Dialog::ImplInit( Window* pParent, WinBits nStyle )  in ImplInit()  argument
267 if ( !(nStyle & WB_NODIALOGCONTROL) ) in ImplInit()
268 nStyle |= WB_DIALOGCONTROL; in ImplInit()
269 nStyle |= WB_ROLLABLE; in ImplInit()
272 nStyle |= WB_SYSTEMWINDOW; in ImplInit()
279 if ( !pParent && !(nStyle & WB_SYSTEMWINDOW) ) in ImplInit()
325 if ( !pParent || (nStyle & WB_SYSTEMWINDOW) || in ImplInit()
330 …if ( (nStyle & (WB_BORDER | WB_NOBORDER | WB_MOVEABLE | WB_SIZEABLE | WB_CLOSEABLE)) == WB_BORDER ) in ImplInit()
332 … ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, nStyle, BORDERWINDOW_STYLE_FRAME ); in ImplInit()
333 SystemWindow::ImplInit( pBorderWin, nStyle & ~WB_BORDER, NULL ); in ImplInit()
343 …SystemWindow::ImplInit( pParent, (nStyle & (WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_CLOSEABLE… in ImplInit()
345 mpWindowImpl->mnStyle = nStyle; in ImplInit()
350 …ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, nStyle, BORDERWINDOW_STYLE_OVERLAP … in ImplInit()
351 SystemWindow::ImplInit( pBorderWin, nStyle & ~WB_BORDER, NULL ); in ImplInit()
421 Dialog::Dialog( Window* pParent, WinBits nStyle ) : in Dialog() argument
425 ImplInit( pParent, nStyle ); in Dialog()
1001 ModelessDialog::ModelessDialog( Window* pParent, WinBits nStyle ) : in ModelessDialog() argument
1004 ImplInit( pParent, nStyle ); in ModelessDialog()
1013 WinBits nStyle = ImplInitRes( rResId ); in ModelessDialog() local
1014 ImplInit( pParent, nStyle ); in ModelessDialog()
1017 if ( !(nStyle & WB_HIDE) ) in ModelessDialog()
1023 ModalDialog::ModalDialog( Window* pParent, WinBits nStyle ) : in ModalDialog() argument
1026 ImplInit( pParent, nStyle ); in ModalDialog()