Searched refs:nWindowAttributes (Results 1 – 2 of 2) sorted by relevance
1279 …sal_Int32 nWindowAttributes = css::awt::WindowAttribute::BORDER|css::awt::WindowAttribute::MOVEABL… in createMessageBox() local1283 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()[all …]
965 …sal_Int32 nWindowAttributes = awt::WindowAttribute::BORDER | awt::WindowAttribute::MOVEABLE | awt:… in showWarning() local966 nWindowAttributes |= awt::VclWindowPeerAttribute::YES_NO; in showWarning()967 nWindowAttributes |= awt::VclWindowPeerAttribute::DEF_NO; in showWarning()974 aDescriptor.WindowAttributes = nWindowAttributes; in showWarning()1015 …sal_Int32 nWindowAttributes = awt::WindowAttribute::BORDER | awt::WindowAttribute::MOVEABLE | awt:… in showWarning() local1016 nWindowAttributes |= awt::VclWindowPeerAttribute::YES_NO; in showWarning()1017 nWindowAttributes |= awt::VclWindowPeerAttribute::DEF_NO; in showWarning()1024 aDescriptor.WindowAttributes = nWindowAttributes; in showWarning()