/* -*- 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_FRAMEWORK_INC_UICONFIGURATION_GLOBALSETTINGS_HXX #define INCLUDED_FRAMEWORK_INC_UICONFIGURATION_GLOBALSETTINGS_HXX #include namespace framework { class GlobalSettings { public: GlobalSettings( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); ~GlobalSettings(); enum StateInfo { STATEINFO_LOCKED, STATEINFO_DOCKED }; // settings access bool HasToolbarStatesInfo() const; bool GetToolbarStateInfo( StateInfo eStateInfo, css::uno::Any& aValue ); private: GlobalSettings(const GlobalSettings&) = delete; GlobalSettings& operator=(const GlobalSettings& ) = delete; css::uno::Reference< css::uno::XComponentContext > m_xContext; }; } // namespace framework #endif // __FRAMEWORK_UIELEMENT_WINDOWSTATECONFIGURATION_HXX_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ibreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/chart
AgeCommit message (Expand)Author
2024-07-21tdf#82716 Add initial implementation of the Histogram Chartvarshneydevansh
2024-02-19tdf#50934: OfPie inport from OOXML, plus initial work for exportKurt Nordback
2024-01-18tdf#146487 Don't show generic diagram title when there is an empty title givenSamuel Mehrbrodt
2024-01-09tdf#137691 chart2 import: provide NumberFormat to DataSeriesJustin Luth
2023-08-16tdf#153012: import chart's c:clrMapOvr elementMike Kaganski
2022-09-15Add documentation for data table added classes and functionsTomaž Vajngerl
2022-07-17oox: support reading text and shape properties for a data tableTomaž Vajngerl
2022-06-27replace oox::OptValue with std::optionalNoel Grandin
2022-04-18oox: move DataTableConverter into own fileTomaž Vajngerl
2022-04-15oox: move DataTable{Context,Model} into own file, prop. "showKeys"Tomaž Vajngerl
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2021-09-01tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2020-11-24tdf#138194 Chart OOXML import: set text break to trueTünde Tóth
2020-09-18tdf#136267 OOXML Chart Import: create main category axis labels onceBalazs Varga
2020-07-19compact namespace: ooxNoel Grandin
2020-05-09compact namespace in i18npool..ooxNoel Grandin
2020-04-28tdf#127811 tdf#127813 Introduce compatibility key for the data seriesTünde Tóth
2020-03-30tdf#131370 chart: implement OOXML import/export of legend overlay featureTünde Tóth
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin
2020-03-09tdf#42949 Fix IWYU warnings in oox/*/*hxxGabor Kelemen
2020-01-24tdf#130105 Chart OOXML Import: Fix data label positionBalazs Varga
2020-01-14loplugin:finalclasses in ooxNoel Grandin
2019-12-19sal_Char->char in oox..registryNoel Grandin
2019-12-12tdf#121991 Chart OOXML import: fix deleted legend entriesTünde Tóth