/* -*- 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 _XMLOFF_PROPERTYHANDLER_LINESPACETYPES_HXX #define _XMLOFF_PROPERTYHANDLER_LINESPACETYPES_HXX #include /** PropertyHandler for the XML-data-type: */ class XMLLineHeightHdl : public XMLPropertyHandler { public: virtual ~XMLLineHeightHdl(); virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; class XMLLineHeightAtLeastHdl : public XMLPropertyHandler { public: virtual ~XMLLineHeightAtLeastHdl(); virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; class XMLLineSpacingHdl : public XMLPropertyHandler { public: virtual ~XMLLineSpacingHdl(); virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; #endif // _XMLOFF_PROPERTYHANDLER_CHARHEIGHTTYPES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ alue='distro/collabora/co-23.05'>distro/collabora/co-23.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarPanelBase.cxx
AgeCommit message (Expand)Author
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2021-12-30use comphelper::WeakComponentImplHelper in SidebarPanelBaseNoel Grandin
2021-03-11remove intermediate containers in sidebarsCaolán McNamara
2021-03-06sidebar: use real height to determine preffered sizeSzymon Kłos
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara
2020-11-20fix tdf#138335 guard sidebar uno methods with SolarMutexThorsten Behrens
2020-11-08only colors are in use so reduce down to just thoseCaolán McNamara
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-02-04weld MasterPagesSelectorCaolán McNamara
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-21tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qaGabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2017-07-02loplugin:casttovoid: sfx2Stephan Bergmann
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-20Result of css::ui::ContextChangeEventMultiplexer::get cannot be nullStephan Bergmann
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-02-20tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)gamebusterz
2015-02-20tdf#12345 Removed redundant newlines in the codegamebusterz
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-08-18callcatcher: update unused codeCaolán McNamara
2013-06-16add missing modelines.Michael Meeks
2013-06-02sidebar: Restrict the minimal width of the sidebar.Jan Holesovsky
2013-06-02sidebar: Introduce PanelLayout class.Jan Holesovsky
2013-05-20Related: #i122047# Added missing implementation of virtual destructorsAndre Fischer
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann