/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #pragma once #include namespace configmgr { class Components; struct Data; } namespace configmgr::dconf { void readLayer(Data & data, int layer); void writeModifications(Components & components, Data & data); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ hod='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/reportdesign/source/inc
9:12:47 +0200'>2023-04-21
AgeCommit message (Expand)Author
Fix some getImplementationNameStephan Bergmann
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-14loplugin:unocast (i18npool::Calendar_gregorian)Stephan Bergmann
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): i18npoolStephan Bergmann
2022-02-25tdf#145759 30.6001 -> monthDaysWithoutJanFebHossein
2021-11-19Cleanup locally used variables in Calendar_hijriHossein
2021-11-18Cleanup Calendar_hijriHossein
2021-11-16Use basegfx::deg2rad instead of *0.01745329251994Hossein
2021-10-21loplugin:flattenNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-30Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT errorEike Rathke
2021-09-16expand out unnecessary macroNoel Grandin
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-11-03presumably 'true' is sufficient in all casesCaolán McNamara
2020-11-01fix build with ICU 68Rene Engelhard
2020-10-22long->tools::Long in hwpfilter..ooxNoel
2020-07-29i18npool: create instances with uno constructorsNoel Grandin