Lines Matching refs:nStyle

83 	WinBits nStyle = GetStyle();  in ImplInitButtons()  local
90 if ( nStyle & WB_OK_CANCEL ) in ImplInitButtons()
92 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons()
100 else if ( nStyle & WB_YES_NO ) in ImplInitButtons()
102 if ( nStyle & WB_DEF_YES ) in ImplInitButtons()
111 else if ( nStyle & WB_YES_NO_CANCEL ) in ImplInitButtons()
113 if ( nStyle & WB_DEF_YES ) in ImplInitButtons()
115 else if ( nStyle & WB_DEF_NO ) in ImplInitButtons()
124 else if ( nStyle & WB_RETRY_CANCEL ) in ImplInitButtons()
126 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons()
134 else if ( nStyle & WB_ABORT_RETRY_IGNORE ) in ImplInitButtons()
139 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons()
141 else if ( nStyle & WB_DEF_RETRY ) in ImplInitButtons()
143 else if ( nStyle & WB_DEF_IGNORE ) in ImplInitButtons()
150 else if ( nStyle & WB_OK ) in ImplInitButtons()
168 MessBox::MessBox( Window* pParent, WinBits nStyle, in MessBox() argument
174 ImplInit( pParent, nStyle | WB_MOVEABLE | WB_HORZ | WB_CENTER ); in MessBox()
518 InfoBox::InfoBox( Window* pParent, WinBits nStyle, const XubString& rMessage ) : in InfoBox() argument
519 MessBox( pParent, nStyle, ImplGetSVEmptyStr(), rMessage ) in InfoBox()
554 WarningBox::WarningBox( Window* pParent, WinBits nStyle, in WarningBox() argument
556 MessBox( pParent, nStyle, ImplGetSVEmptyStr(), rMessage ) in WarningBox()
601 ErrorBox::ErrorBox( Window* pParent, WinBits nStyle, in ErrorBox() argument
603 MessBox( pParent, nStyle, ImplGetSVEmptyStr(), rMessage ) in ErrorBox()
647 QueryBox::QueryBox( Window* pParent, WinBits nStyle, const XubString& rMessage ) : in QueryBox() argument
648 MessBox( pParent, nStyle, ImplGetSVEmptyStr(), rMessage ) in QueryBox()