/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module access { constants AcWindowMode { const long acDialog = 3; const long acHidden = 1; const long acIcon = 2; const long acWindowNormal = 0; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtGraphics_GDI.cxx
AgeCommit message (Expand)Author
2024-11-21use default implementation for drawEPSNoel Grandin
2024-11-21remove OutDevSupportType::TransparentRectNoel Grandin
2024-11-20use default implementation for hasFastDrawTransformedBitmapNoel Grandin
2024-11-18qt: Update vim headers/trailersMichael Weghorn
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in vclNoel Grandin
2024-07-24qt: Move resolution calc to static helper methodMichael Weghorn
2024-02-06elide some OString temporariesNoel Grandin
2023-10-18qt: Drop code for Qt < 5.15Michael Weghorn
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-07-31supportsOperation OutDevSupportType::B2DDraw is always true nowCaolán McNamara
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin