/* -*- 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_SVX_TABAREA_HXX #define INCLUDED_SVX_TABAREA_HXX #include enum class ChangeType { NONE = 0x00, MODIFIED = 0x01, CHANGED = 0x02 }; namespace o3tl { template<> struct typed_flags : is_typed_flags {}; } #endif // INCLUDED_SVX_TABAREA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09Accessibility for IconViewMike Kaganski
2021-12-03Fix --disable-scripting for DESKTOP buildJan-Marek Glogowski
2021-12-01gbuild: introduce plugin + loader conceptsJan-Marek Glogowski
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn
2020-02-19move svtabbx.hxx to vcl/toolkitCaolán McNamara
2019-12-03loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntryNoel Grandin
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2018-11-21weld SwCondCollPageCaolán McNamara
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt
2014-07-08use SimpleReferenceObject in accessibilityNoel Grandin
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-11-22AllSettings with LanguageTagEike Rathke
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2011-12-23gbuildize accessibilityDavid Tardon