/* -*- 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 _XMLOFF_TEXTHEADERFOOTERCONTEXT_HXX_ #define _XMLOFF_TEXTHEADERFOOTERCONTEXT_HXX_ #include namespace com { namespace sun { namespace star { namespace text { class XTextCursor; } namespace beans { class XPropertySet; } } } } class XMLTextHeaderFooterContext: public SvXMLImportContext { ::com::sun::star::uno::Reference < ::com::sun::star::text::XTextCursor > xOldTextCursor; ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > xPropSet; const ::rtl::OUString sOn; const ::rtl::OUString sShareContent; const ::rtl::OUString sShareContentFirst; const ::rtl::OUString sText; const ::rtl::OUString sTextFirst; const ::rtl::OUString sTextLeft; sal_Bool bInsertContent : 1; sal_Bool bLeft : 1; sal_Bool bFirst : 1; public: TYPEINFO(); XMLTextHeaderFooterContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const ::rtl::OUString& rLName, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList, const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & rPageStylePropSet, sal_Bool bFooter, sal_Bool bLft, sal_Bool bFrst ); virtual ~XMLTextHeaderFooterContext(); virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ); virtual void EndElement(); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ o/collabora/co-23.05'>distro/collabora/co-23.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/systools/win32
AgeCommit message (Expand)Author
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2017-10-27loplugin:includeform: systools (Windows)Stephan Bergmann
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-07Remove unused include/systools/win32/comptr.hxxStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-02-11Remove dead #ifdef _UWINAPI_Stephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2016-10-04clang-cl loplugin: salStephan Bergmann
2015-11-12Windows header sanitizationAshod Nakashian
2015-09-02Don't redefine snprintf as VS 2015 supports ISO standardDavid Ostrovsky
2015-08-04include: inline some use-once typedefsNoel Grandin
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-01Remove visual noise from includeAlexander Wilms
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
2013-06-10mingw64: don't cast handle to 32-bit int in a macroFridrich Štrba
2013-04-24move sal_inc headers to include/David Tardon
2013-04-24move URE headers to include/David Tardon