/* -*- 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_XMLOFF_INC_XMLPERCENTORMEASUREPROPERTYHANDLER_HXX #define INCLUDED_XMLOFF_INC_XMLPERCENTORMEASUREPROPERTYHANDLER_HXX #include /** This is a handler either only import/exports percent or measure. */ class XMLPercentOrMeasurePropertyHandler final : public XMLPropertyHandler { public: XMLPercentOrMeasurePropertyHandler(); virtual ~XMLPercentOrMeasurePropertyHandler () override; virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ eoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbunocontroller.cxx
AgeCommit message (Expand)Author
2021-05-29no need to allocate these on the heapNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2020-10-30don't need to include sfx2/sidebar/SidebarToolBox.hxxCaolán McNamara
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-08-06loplugin:flatten in svx/tbxctrlsNoel Grandin
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-05-22move InterimItemWindow to vclCaolán McNamara
2020-04-22move InterimItemWindow to svtoolsCaolán McNamara
2020-04-21weld sidebar text panelCaolán McNamara
2020-04-21weld FontNameBoxCaolán McNamara
2020-04-20weld SvxFontSizeBox_ImplCaolán McNamara
2020-03-23tdf#131344 Make SvxFontSizeBox_Impl Enable and Disable workJim Raykowski
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-03-09save/restore the entry text of the fontsize widgetCaolán McNamara
2020-02-12cypress: mobile: Font size combobox is broken on core/master.Caolán McNamara
2020-02-11cypress: mobile: Font size combobox is broken on core/master.Caolán McNamara
2020-02-10weld SvxFmAbsRecWin item windowCaolán McNamara
2020-02-07weld URLBox ItemWindowCaolán McNamara
2020-02-06weld ClassificationControl ToolboxWindowCaolán McNamara
2020-02-06weld SvxMetricFieldCaolán McNamara
2020-02-06rename SvtFontSizeBox back to FontSizeBoxCaolán McNamara
2020-02-06weld SvxFontSizeBox_ImplCaolán McNamara
2020-01-20tdf#129488 Fix Font size control enabled stateJim Raykowski
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten
2019-10-25svx: fix missing includeMiklos Vajna
2019-10-24jsdialogs: send associated uno commands for comboboxesSzymon Kłos
2019-10-23jsdilogs: send data for font name & size toolitemsSzymon Kłos
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-06-13tdf#120170 Prevent escape key press focus to documentJim Raykowski
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen