Searched refs:nWindowAttributes (Results 1 – 2 of 2) sorted by relevance
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()[all …]
948 …sal_Int32 nWindowAttributes = awt::WindowAttribute::BORDER | awt::WindowAttribute::MOVEABLE | awt:… in showWarning() local949 nWindowAttributes |= awt::VclWindowPeerAttribute::YES_NO; in showWarning()950 nWindowAttributes |= awt::VclWindowPeerAttribute::DEF_NO; in showWarning()957 aDescriptor.WindowAttributes = nWindowAttributes; in showWarning()997 …sal_Int32 nWindowAttributes = awt::WindowAttribute::BORDER | awt::WindowAttribute::MOVEABLE | awt:… in showWarning() local998 nWindowAttributes |= awt::VclWindowPeerAttribute::YES_NO; in showWarning()999 nWindowAttributes |= awt::VclWindowPeerAttribute::DEF_NO; in showWarning()1006 aDescriptor.WindowAttributes = nWindowAttributes; in showWarning()
Completed in 40 milliseconds