/* -*- 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 /** PropertyHandler for the XML-data-type: */ class XMLAttributeContainerHandler final : public XMLPropertyHandler { public: virtual ~XMLAttributeContainerHandler() override; virtual bool equals( const css::uno::Any& r1, const css::uno::Any& r2 ) const 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; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tion value='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/commandevent.hxx
AgeCommit message (Expand)Author
2023-09-05tdf#114441 - Convert use of sal_uLong to better integer typessahil
2022-11-03Related: tdf#149932 honour PANGO_UNDERLINE_DOUBLE for preedit underlineCaolán McNamara
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas
2022-09-05vcl: Rename Gesture event to GesturePanPovilas Kanapickas
2022-08-26vcl: implement rotate gesture infrastructurePovilas Kanapickas
2022-08-26vcl: implement zoom gesture infrastructurePovilas Kanapickas
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara
2020-10-19use tools::Long in vclNoel