/* -*- 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: */ tion value='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-05loplugin:finalclasses in unotools..vbahelperNoel Grandin
2017-09-04New loplugin:dyncastvisibilityStephan Bergmann
2017-08-31inline some use-once typedefsNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, vbahelperStephan Bergmann
2017-01-07Typo: Acess->AccessJulien Nabet
2016-11-07loplugin:unnecessaryvirtual in test..vbahelperNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-23loplugin:unusedfields in /includeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann
2014-07-03coverity#707193 Uncaught exceptionCaolán McNamara
2014-05-27cid#707192 Uncaught exceptionNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-14fix mac buildThomas Arnhold
2014-04-14remove static stringsThomas Arnhold
2014-04-05coverity#707406 Uncaught exceptionCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03vbahelper: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-09fdo#65108 inter-module includes <> include/vbahelperNorbert Thiebaud
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen