/* -*- 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/. * */ #pragma once #include "MatrixComparisonGenerator.hxx" class ScCovarianceDialog : public ScMatrixComparisonGenerator { public: ScCovarianceDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, weld::Window* pParent, ScViewData& rViewData); virtual void Close() override; protected: virtual OUString getLabel() override; virtual OUString getTemplate() override; virtual TranslateId GetUndoNameId() override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl
2019-12-23sal_Char->char in toolsNoel Grandin
2019-12-18tools: define DbgTestSolarMutex() unconditionallyMiklos Vajna
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann
2019-12-11Fix typosAndrea Gelmini
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 3Tamás Zolnai
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 2Tamás Zolnai
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-21tdf#128862: fix HSQLDB odb-files with apostrophe crashJulien Nabet
2019-11-11Don't compile cpuid test with INTRINSICS_CXXFLAGSTomaž Vajngerl
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21-fsanitize=nullptr-with-nonzero-offsetStephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Remove some memset callsMike Kaganski
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-11ofz#14989 Z_NEED_DICT related infinite loopCaolán McNamara
2019-10-11drop PZSTREAM defineCaolán McNamara
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-09tools: don't leave SvStream::m_nBufFilePos pointing beyond the endMichael Stahl