/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include struct Foo { // expected-error@+1 {{assign XXX [loplugin:singlevalfields]}} OUString m_aMenuResourceURL; Foo() : m_aMenuResourceURL("XXX") { m_aMenuResourceURL = "XXX"; m_aMenuResourceURL = "X" "XX"; } }; /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/qt6
AgeCommit message (Expand)Author
2024-10-02tdf#130857 qt weld: Add initial QtInstanceLabel implementationMichael Weghorn
2024-09-25tdf#130857 qt weld: Implement QtBuilder + use it for first msg dialogOmkarAcharekar
2024-09-18tdf#130857 qt weld: Add QtInstanceBuilder skeletonOmkarAcharekar
2024-08-07tdf#162351 tdf#130857 qt weld: Add basic QtInstanceButtonMichael Weghorn
2024-07-24qt: Move resolution calc to static helper methodMichael Weghorn
2024-01-08tdf#130857 Use native qt widgets - simple message dialogOmkarAcharekar
2023-02-14--enable-qt6 constexpr template point of instantiation issueStephan Bergmann
2022-08-24qt a11y: Remember and reuse existing QObject for XAccessibleMichael Weghorn
2022-06-18Qt move most X11 specifics into QtX11SupportJan-Marek Glogowski
2021-09-29qt6: Add a qt6 VCL pluginMichael Weghorn