/* -*- 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 // FmShowColsDialog class FmShowColsDialog final : public weld::GenericDialogController { std::unique_ptr m_xList; std::unique_ptr m_xOK; css::uno::Reference m_xColumns; public: FmShowColsDialog(weld::Window* pParent); virtual ~FmShowColsDialog() override; void SetColumns(const css::uno::Reference& xCols); private: DECL_LINK(OnClickedOk, weld::Button&, void); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ breoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2022-06-23Revert "svp: don't directly yield in main thread"Stephan Bergmann
2022-06-22svp: don't directly yield in main threadJan-Marek Glogowski
2022-01-17iOS+SVP convert remaining VCL plugins to salplugJan-Marek Glogowski
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-14iOS+Android+SVP "merge" all SalData instancesJan-Marek Glogowski
2021-07-02vcl: drop GenericUnixSalDataTypeJan-Marek Glogowski
2021-05-29vcl: Implement static vclplug usageJan-Marek Glogowski
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2019-12-12Fix typoAndrea Gelmini
2019-12-12android: add abstraction to allow us to DetachThread sensibly.Michael Meeks
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-10-02Unify sal plugin loadersJan-Marek Glogowski
2018-08-22fix android buildNoel Grandin