/* -*- 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 _CHARFMT_HXX #define _CHARFMT_HXX #include class SW_DLLPUBLIC SwCharFmt : public SwFmt { friend class SwDoc; friend class SwTxtFmtColl; SwCharFmt( SwAttrPool& rPool, const sal_Char* pFmtName, SwCharFmt *pDerivedFrom ) : SwFmt( rPool, pFmtName, aCharFmtSetRange, pDerivedFrom, RES_CHRFMT ) {} SwCharFmt( SwAttrPool& rPool, const OUString &rFmtName, SwCharFmt *pDerivedFrom ) : SwFmt( rPool, rFmtName, aCharFmtSetRange, pDerivedFrom, RES_CHRFMT ) {} public: TYPEINFO(); // already in base class Client }; namespace CharFmt { extern const SfxItemSet* GetItemSet( const SfxPoolItem& rAttr ); extern const SfxPoolItem* GetItem( const SwTxtAttr& rAttr, sal_uInt16 nWhich ); extern bool IsItemIncluded( const sal_uInt16 nWhich, const SwTxtAttr *pAttr ); } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmerge/source
AgeCommit message (Expand)Author
2018-07-22Fix typosAndrea Gelmini
2018-04-16Fix typosAndrea Gelmini
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-03-25Fix typosAndrea Gelmini
2016-08-28coverity#1326473 Resource leak on an exceptional pathCaolán McNamara
2016-03-14remove some unused Java codeNoel Grandin
2016-03-04coverity#1326474 Resource leak on an exceptional pathCaolán McNamara
2016-03-04coverity#1326516 Resource leak on an exceptional pathCaolán McNamara
2016-03-04coverity#1326237 Dereference after null checkCaolán McNamara
2016-03-04coverity#1326460 Dereference null return valueCaolán McNamara
2016-03-01coverity#1326444 Dereference null return valueCaolán McNamara
2016-03-01coverity#1326460 Dereference null return valueCaolán McNamara
2016-03-01coverity#1326847 DP: Use doPrivilegedCaolán McNamara
2016-02-18coverity#1326443 Dereference null return valueCaolán McNamara
2016-02-16coverity#1326425 Dereference null return valueCaolán McNamara
2016-02-16coverity#1326257 Dereference after null checkCaolán McNamara
2016-02-16coverity#1326280 Explicit null dereferencedCaolán McNamara
2016-02-06coverity#1326525 Resource leak on an exceptional pathCaolán McNamara
2016-02-06coverity#1326516 Resource leak on an exceptional pathCaolán McNamara
2016-02-05Fix typosAndrea Gelmini
2016-02-04coverity#1326425 Dereference null return valueCaolán McNamara
2016-02-04coverity#1326426 Dereference null return valueCaolán McNamara
2016-02-04coverity#1326427 Dereference null return valueCaolán McNamara