/* -*- 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_SC_SOURCE_FILTER_INC_XLSTREAM_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_XLSTREAM_HXX #include #include "ftools.hxx" // Constants ================================================================== const sal_Size EXC_REC_SEEK_TO_BEGIN = 0; const sal_Size EXC_REC_SEEK_TO_END = static_cast< sal_Size >( -1 ); const sal_uInt16 EXC_MAXRECSIZE_BIFF5 = 2080; const sal_uInt16 EXC_MAXRECSIZE_BIFF8 = 8224; const ErrCode EXC_ENCR_ERROR_WRONG_PASS = ERRCODE_SVX_WRONGPASS; const ErrCode EXC_ENCR_ERROR_UNSUPP_CRYPT = ERRCODE_SVX_READ_FILTER_CRYPT; const sal_uInt16 EXC_ENCR_BLOCKSIZE = 1024; const sal_uInt16 EXC_ID_UNKNOWN = SAL_MAX_UINT16; const sal_uInt16 EXC_ID_CONT = 0x003C; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svtools/Library_svt.mk
AgeCommit message (Expand)Author
2013-04-05new module i18nlangtagEike Rathke
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist
2013-03-29replace PathDialog to xFolderPicker, remmove obsoleted PathDialog classAndras Timar
2013-03-25Export current Writer page as jpg/pngTomaž Vajngerl
2013-03-04remove unused and commented out codeThomas Arnhold
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley
2012-12-26PCH for Library_svtLubos Lunak
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat
2012-12-20Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat
2012-11-28Extract SvViewData into separate header/source files.Kohei Yoshida
2012-11-27Introduce a Restart dialog that allows to automatically restart LOStephan Bergmann
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-13convert extension dialog to .uiCaolán McNamara
2012-11-12move svtools's FixedHyper.hxx to vclCaolán McNamara
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-19Move SvListEntry and SvLBoxEntry into own files.Kohei Yoshida
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-14- fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)Rob Snelders
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás
2012-08-03Move PlaceEditDialog class and resources to svtools.Rafael Dominguez
2012-07-26fd0#35973 - [EasyHack] Remember the state of the sidebar pane in ImpressRob Snelders
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-10Move thumbnailview to sfx2 folder.Rafael Dominguez
2012-06-06ThumbnailView: renamed a few files for more readable nameCédric Bosdonnat
2012-06-02Clone valueset functionality in thumbnailview.Rafael Dominguez
2012-06-01Create a new control to display thumbnails based on valueset.Rafael Dominguez
2012-04-25refactor ImpSvtDataCaolán McNamara
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-13Clean up ODocumentInfoPreviewStephan Bergmann
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara
2012-03-06TaskBar is never constructedCaolán McNamara