/* -*- 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_CHART2_SOURCE_INC_DEFINES_HXX #define INCLUDED_CHART2_SOURCE_INC_DEFINES_HXX #define FIXED_SIZE_FOR_3D_CHART_VOLUME 10000.0 #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/VistaFilePicker.cxx
AgeCommit message (Expand)Author
2023-11-05shared.hxx is unusedMike Kaganski
2021-08-23Resolves: tdf#143993 don't change FolderPicker to FilePicker if init calledCaolán McNamara
2021-06-11Simplify Sequence/vector initializationsJulien Nabet
2021-04-22tdf#106282 Change Windows File Dialog to run on the main threadMatt K
2020-07-26fpicker/win32: create instances with uno constructorsNoel Grandin
2020-02-03loplugin:makeshared (clang-cl)Stephan Bergmann
2019-11-26tdf#43021 WIN opt-out of OS recent folder usageJan-Marek Glogowski
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet