/* -*- 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 #if defined(UACCCOM_DLLIMPLEMENTATION) #define UACCCOM_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else #define UACCCOM_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/Scanline.hxx
1-21
AgeCommit message (Expand)Author
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-31remove internal 4bit scanline formatsNoel
remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-03drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2018-10-28drop unnecessary requires lib="LibreOffice"Caolán McNamara
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara
2018-08-09remove Calc's software interpreterLuboš Luňák
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2016-07-01tdf#90336 - further cleanup of OpenCL options page.Michael Meeks
2016-06-29tdf#90336, make it visible in options, if openCL will be usedJBurant
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky
2015-03-05remove dots from Delete buttons for OpenCL listsStanislav Horacek
2015-01-15Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara
2015-01-14fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos
2015-01-05Enhance OpenCL Option dialog with tablesOlivier Hallot
2014-12-22Enhance OpenCL options UI dialogOlivier Hallot
2014-12-01Remove the hyphens from the “whitelist” and “blacklist” compound wordsAdolfo Jayme Barrientos
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist