/* -*- 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 class SfxCheckinDialog final : public weld::GenericDialogController { private: std::unique_ptr m_xCommentED; std::unique_ptr m_xMajorCB; std::unique_ptr m_xOKBtn; DECL_LINK(OKHdl, weld::Button&, void); public: SfxCheckinDialog(weld::Window* pParent); virtual ~SfxCheckinDialog() override; OUString GetComment() const; bool IsMajor() const; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19coverity#738853 Uninitialized scalar fieldCaolán McNamara
2014-02-19coverity#738854 Uninitialized scalar fieldCaolán McNamara
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-18coverity#984145 Uninitialized scalar fieldCaolán McNamara
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann
2014-02-13SimplificationStephan Bergmann
2014-02-13-Werror,-Wunused-variableStephan Bergmann
2014-02-13n#757432: Styles (rename &) copy to different decks.Muthu Subramanian
2014-02-12remove SvStream::operator>> methodsNoel Grandin
2014-02-12more SvStream:operator>> conversionNoel Grandin
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-11coverity#440944 Logically dead codeCaolán McNamara
2014-02-05SfxItemSet::operator == should return boolStephan Bergmann
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-30fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svxAlexandre Vicenzi
2014-01-29bool improvementsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-22Clean up SfxItemSet::PutStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza
2014-01-10Use boolStephan Bergmann
2014-01-10SfxItemSet::Set should return boolStephan Bergmann
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2014-01-07Fix typo in my commitNoel Grandin
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin