/* -*- 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_SVX_INC_EXTRUSIONDEPTHDIALOG_HXX #define INCLUDED_SVX_INC_EXTRUSIONDEPTHDIALOG_HXX #include "svx/svxdllapi.h" #include #include #include #include namespace svx { class ExtrusionDepthDialog : public ModalDialog { VclPtr m_pMtrDepth; public: ExtrusionDepthDialog( vcl::Window* pParent, double fDepth, FieldUnit eDefaultUnit ); virtual ~ExtrusionDepthDialog() override; virtual void dispose() override; double getDepth() const; }; } #endif // INCLUDED_SVX_INC_EXTRUSIONDEPTHDIALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2023-05-05build and use an odf fuzzing dictionaryCaolán McNamara
2023-05-05use the mathml dict for the mml fuzzerCaolán McNamara
2023-05-04tdf#153587 Display CTRL+F in the keyboard shortcuts listJuergen Funk
2023-05-01replace SwFrameFormats with sw::FrameFormats<SwFrameFormat*>Bjoern Michaelsen
2023-04-29add a fodt to pdf fuzzerCaolán McNamara
2023-04-26upgrade to more recent fuzzing dicts and use some additional onesCaolán McNamara
2023-04-26use skia's svg seed corpusCaolán McNamara
2023-04-26use our existing zipfuzzer_seed_corpusCaolán McNamara
2023-04-25Make bin/includebloat.awk script output prettierGabor Kelemen
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-03-30UITest_{calc_tests6,chart,chart2,sort}: enable oneprocess modeMiklos Vajna
2023-03-22Partial fix: iOS missing text direction listbox in Format > Page Style > PagePatrick Luby
2023-03-14Improve scripts that codesign and create a .dmg from a Universal bundlePatrick Luby
2023-03-09ofz#56818 Integer-overflowCaolán McNamara
2023-03-02Enable building non-Mac App Store Universal .dmg from merged and signed .appPatrick Luby
2023-02-13Adapt to renamed libcairo-lo.so.2Stephan Bergmann
2023-02-13Fix CustomTarget_postprocess/check_dynamic_objects for --enable-qt6Stephan Bergmann
2023-02-11lo-pack-sources: Add support for pbzip2.Sebastian Andrzej Siewior
2023-02-11lo-pack-sources: Use threaded compression for xz.Sebastian Andrzej Siewior
2023-02-11lo-pack-sources: Split archiver invocation away from tar.Sebastian Andrzej Siewior
2023-02-08SetAlternatingRowColors is gone nowCaolán McNamara
2023-02-07Fix links in DispatchCommands wiki pageJean-Pierre Ledure