/* -*- 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 . */ #pragma once #include #include #include "ximpshap.hxx" // draw:g context (RECURSIVE) class SdXMLGroupShapeContext : public SdXMLShapeContext { // the shape group this group is working on css::uno::Reference< css::drawing::XShapes > mxChildren; public: SdXMLGroupShapeContext( SvXMLImport& rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList, css::uno::Reference< css::drawing::XShapes > const & rShapes, bool bTemporaryShape); virtual ~SdXMLGroupShapeContext() override; virtual void SAL_CALL startFastElement( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ eoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-15Remove tango_testing from repositoryheiko tietze
2018-04-14look for check buttons without underlinesCaolán McNamara
2018-04-02drop the spurious invisible_char[_set] propertiesCaolán McNamara
2018-04-01Finish off CrystalAdolfo Jayme Barrientos
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
2017-03-29tdf#105281 Rearrange a few things for l10n-friendlinessAdolfo Jayme Barrientos
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl
2016-10-18Drop 'Human' icon themeSamuel Mehrbrodt
2016-09-13tdf#74377 Keyboard shortcuts for context menusMaxim Monastirsky
2016-08-16GSoC notebookbar: icon size switchingSzymon Kłos
2016-08-02Related: tdf#101196 shorten description, move info into tooltipCaolán McNamara
2016-08-02Resolves: tdf#101196 line wrap very long checkbox contentCaolán McNamara
2016-07-10ditch the font/screen-scaling thingCaolán McNamara
2016-07-01Mention that this is about *toolbar* icon sizeSamuel Mehrbrodt
2016-07-01GSoC possibility to change icon size in the SidebarToolBoxSzymon Kłos
2016-02-20Options: Some layout tweaks and copyeditingAdolfo Jayme Barrientos
2015-12-19Remove outdated industrial icon themeSamuel Mehrbrodt
2015-11-05OpenGL options: clarify setting descriptions, and provide a live status.Michael Meeks
2015-08-11Delete unnecessary global options from Options dialogMihály Palenik
2015-02-09Related: fdo#87876 make checkbox label shorter, move warning into tooltipCaolán McNamara
2015-02-09Resolves: fdo#87876 full text of war and peace used as checkbox labelCaolán McNamara
2014-12-16add two options for OpenGL renderingMarkus Mohrhard
2014-12-15Resolves fdo#87016 Kill "Use system font for user interface" for goodJulien Nabet
2014-12-01cui: More HIG fixesAdolfo Jayme Barrientos
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell
2014-11-01fdo#78826 HIG: missing colons and capitalization in cui, filterAdolfo Jayme Barrientos