Lines Matching refs:nWindowAttributes
1279 …sal_Int32 nWindowAttributes = css::awt::WindowAttribute::BORDER|css::awt::WindowAttribute::MOVEABL… in createMessageBox() local
1283 nWindowAttributes |= css::awt::VclWindowPeerAttribute::OK; in createMessageBox()
1285 nWindowAttributes |= css::awt::VclWindowPeerAttribute::OK_CANCEL; in createMessageBox()
1287 nWindowAttributes |= css::awt::VclWindowPeerAttribute::YES_NO; in createMessageBox()
1289 nWindowAttributes |= css::awt::VclWindowPeerAttribute::YES_NO_CANCEL; in createMessageBox()
1291 nWindowAttributes |= css::awt::VclWindowPeerAttribute::RETRY_CANCEL; in createMessageBox()
1295 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_OK; in createMessageBox()
1297 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_CANCEL; in createMessageBox()
1299 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_YES; in createMessageBox()
1301 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_NO; in createMessageBox()
1303 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_RETRY; in createMessageBox()
1320 aDescriptor.WindowAttributes = nWindowAttributes; in createMessageBox()