/* -*- 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_CONNECTIVITY_DBTOOLSDLLAPI_HXX #define INCLUDED_CONNECTIVITY_DBTOOLSDLLAPI_HXX #include #include #if defined OOO_DLLIMPLEMENTATION_DBTOOLS #define OOO_DLLPUBLIC_DBTOOLS SAL_DLLPUBLIC_EXPORT #else #define OOO_DLLPUBLIC_DBTOOLS SAL_DLLPUBLIC_IMPORT #endif #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ value='distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin
2022-05-31these can be stack allocatedNoel Grandin
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-01-24loplugin:makeshared in sfx2Noel Grandin
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2019-11-28Resolves: tdf#129082 insert sheet from file failsCaolán McNamara
2019-10-07tdf#127958 crash adding 2 or more files into writer master documentNoel Grandin
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2018-12-18use unique_ptr in SfxMediumListNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-24weld AdvancedSettingsDialogCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin
2018-08-16pass SfxMedium around by std::unique_ptrNoel Grandin
2018-08-08loplugin:useuniqueptr in SfxApplication::LoadTemplate and SfxMediumNoel Grandin
2018-04-06weld linkeditdialogCaolán McNamara
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara
2018-03-05weld SfxPasswordDialog DialogCaolán McNamara
2018-02-08Use for-range loops in sfx2 (part2)Julien Nabet
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-09-08set parent for file dialog helperCaolán McNamara
2017-09-01bump FileDialogHelper to XFilePicker3Caolán McNamara
2017-07-21loplugin:constparams in sfx2Noel Grandin