/* -*- 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/. */ #ifndef INCLUDED_CONFIGMGR_SOURCE_ROOTNODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_ROOTNODE_HXX #include "sal/config.h" #include "rtl/ref.hxx" #include "node.hxx" #include "nodemap.hxx" namespace configmgr { class RootNode: public Node { public: RootNode(); private: virtual ~RootNode(); virtual Kind kind() const; virtual rtl::Reference< Node > clone(bool keepTemplateName) const; virtual NodeMap & getMembers(); NodeMap members_; }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dtrans/source
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara
2015-09-12dtrans: com::sun::star->cssNoel Grandin
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin
2015-07-28dtrans: reset DropTarget::m_pDropTarget if it is releasedMichael Stahl
2015-07-28tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel
2015-07-08Fix typosAndrea Gelmini
2015-06-18Fix typosAndrea Gelmini
2015-06-15Fix typosAndrea Gelmini
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin