/* -*- 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 . */ /* not protected, do only include once! */ #if defined WNT #define Rectangle BLA_Rectangle #define Polygon BLA_Polygon #define Folder WIN_Folder #define GradientStyle_RECT WIN_GradientStyle_RECT #if !defined STRICT #define STRICT #endif #ifdef _MSC_VER #pragma warning(push, 1) #pragma warning (disable: 4005) #endif #include #ifdef _MSC_VER #pragma warning(pop) #endif #include #include #include #ifdef _MSC_VER #pragma warning(push, 1) #endif #include #ifdef _MSC_VER #pragma warning(pop) #endif #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ istro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)Author
2012-12-06commit delete various unused makefile.mksCaolán McNamara
2012-11-26Use the weak attribute for iOS, tooTor Lillqvist
2012-09-28gbuild: invert handling of standard system libraries: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-20Avoid duplicate symbols when DISABLE_DYNLOADING for AndroidTor Lillqvist
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
2012-08-05Remove unused macrosThomas Arnhold
2012-08-01Remove unused code: those classes are unusedThomas Arnhold
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
2012-07-04removed unnecessary forward declarations of classTakeshi Abe
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-20Convert tools/table.hxx usage to std::map in IDL moduleNoel Grandin
2012-03-12remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08Convert tools/table.hxx to std::mapNoel Grandin
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-27No thanks for non-desktop OSesTor Lillqvist
2012-01-27remove WriteSrc, WriteCxx and WriteHxxCaolán McNamara
2012-01-27make idl ByteString freeCaolán McNamara
2012-01-27use assert to demo equivalenceCaolán McNamara
2012-01-27ByteString->rtl::OStringCaolán McNamara
2012-01-26useless unused aPStr objectCaolán McNamara
2012-01-26AppendParserString never definedCaolán McNamara
2012-01-26ByteString->rtl::OStringCaolán McNamara
2012-01-23make sot ByteString freeCaolán McNamara
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05ByteString->rtl::OString[Buffer]Caolán McNamara
2012-01-05don't inherit from ByteStringCaolán McNamara
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot
2011-12-22inheriting from ByteString is kind of weirdCaolán McNamara
2011-12-21tweak for pre language-defect #77Caolán McNamara