/* -*- 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 . */ #ifndef INCLUDED_SVX_XPOOL_HXX #define INCLUDED_SVX_XPOOL_HXX #include #include #include /************************************************************************* |* |* Klassendeklaration |* \************************************************************************/ class SVX_DLLPUBLIC XOutdevItemPool : public SfxItemPool { protected: SfxPoolItem** mppLocalPoolDefaults; SfxItemInfo* mpLocalItemInfos; public: XOutdevItemPool( SfxItemPool* pMaster = 0L, sal_uInt16 nAttrStart = XATTR_START, sal_uInt16 nAttrEnd = XATTR_END, bool bLoadRefCounts = true); XOutdevItemPool(const XOutdevItemPool& rPool); virtual SfxItemPool* Clone() const SAL_OVERRIDE; protected: virtual ~XOutdevItemPool(); }; #endif // INCLUDED_SVX_XPOOL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ >distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: xmlhelpStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-20Clean up xsl filesSamuel Mehrbrodt
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-11simplify some OUString::copy callsNoel Grandin
2017-07-02loplugin:casttovoid: xmlhelpStephan Bergmann
2017-06-30lang_ is unusedStephan Bergmann
2017-06-28loplugin:oncevar in writerfilter..xmlhelpNoel Grandin
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-06-26s/catched/caughtNoel Grandin
2017-06-23Remove support for the oldref attribute in l10ntoolsGabor Kelemen
2017-06-18Typo: existance->existanceJulien Nabet
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-17use local statics in getTypes functionsJochen Nitschke
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-01use OStringBuffer instead of manual buffer managementNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-12Look for help-specific images in the new images_helpimg archiveKatarina Behrens
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-05-07break circular includeJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assertChris Sherlock
2017-04-28loplugin:salunicodeliteral: xmlhelpStephan Bergmann
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-28new loplugin unoanyNoel Grandin
2017-02-25re org things a little to quieten coverity warningsCaolán McNamara
2017-02-21loplugin:subtlezeroinit: xmlhelpStephan Bergmann