/* -*- 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_SVTOOLS_RTFOUT_HXX #define INCLUDED_SVTOOLS_RTFOUT_HXX #include #include #include namespace rtl { class OUString; }; class SvStream; class SVT_DLLPUBLIC RTFOutFuncs { public: static SvStream& Out_Char( SvStream&, sal_Unicode cChar, int *pUCMode, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252, sal_Bool bWriteHelpFile = sal_False ); static SvStream& Out_String( SvStream&, const rtl::OUString&, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252, sal_Bool bWriteHelpFile = sal_False ); static SvStream& Out_Hex( SvStream&, sal_uLong nHex, sal_uInt8 nLen ); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tion value='distro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-05libexttextcat: fix overlapping memcpyMichael Stahl
2013-07-04smuggle -g into libexttextcat cflags in a debug buildCaolán McNamara
2013-06-10Use a simpler fix for bad old libexttextcat constants.Mark Wielaard
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
2013-04-30install libexttextcat fingerprint data using filelistDavid Tardon
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-03-25libexttextcat: mis-spell it again for old versionsMichael Stahl
2013-03-25libexttextcat: fix the --with-system case too...Michael Stahl
2013-03-25libexttextcat: fix spelling of _TEXTCAT_RESULT_UNKOWNMichael Stahl
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-10do not use * in gb_Zip_add_filesMatúš Kukan
2013-03-09lm files missing from fingerprint.zip againCaolán McNamara
2013-02-28remove all d.lstMichael Stahl
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2012-11-28we want the fingerprints and config file all in the one dirCaolán McNamara
2012-11-15tweak some build.lsts...Michael Stahl
2012-11-13do not build package unless neededDavid Tardon
2012-11-13internal libexttextcat is built statically everywhereDavid Tardon
2012-11-12bump to libexttextcat-3.4.0 for fixed Polish detectionCaolán McNamara
2012-11-11fix libexttextcat for windowsPeter Foley
2012-11-11fix zip file pathsPeter Foley
2012-11-10blind fix for libexttextcatMarkus Mohrhard
2012-11-10cleanup libexttextcat namingPeter Foley
2012-11-10try to fix libexttextcat for mingw againPeter Foley
2012-11-09fix libexttextcat for mingwPeter Foley
2012-11-09convert libexttextcat to gbuildPeter Foley