Home
last modified time | relevance | path

Searched refs:nWindowAttributes (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1283 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 …]
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx950 …sal_Int32 nWindowAttributes = awt::WindowAttribute::BORDER | awt::WindowAttribute::MOVEABLE | awt:… in showWarning() local
951 nWindowAttributes |= awt::VclWindowPeerAttribute::YES_NO; in showWarning()
952 nWindowAttributes |= awt::VclWindowPeerAttribute::DEF_NO; in showWarning()
959 aDescriptor.WindowAttributes = nWindowAttributes; in showWarning()
999 …sal_Int32 nWindowAttributes = awt::WindowAttribute::BORDER | awt::WindowAttribute::MOVEABLE | awt:… in showWarning() local
1000 nWindowAttributes |= awt::VclWindowPeerAttribute::YES_NO; in showWarning()
1001 nWindowAttributes |= awt::VclWindowPeerAttribute::DEF_NO; in showWarning()
1008 aDescriptor.WindowAttributes = nWindowAttributes; in showWarning()

Completed in 27 milliseconds