# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_Module_Module,cross_toolset)) $(eval $(call gb_Module_add_moduledirs,cross_toolset,\ basegfx \ binaryurp \ bridges \ cli_ure \ codemaker \ comphelper \ cppu \ cppuhelper \ external \ i18nlangtag \ i18nutil \ i18npool \ instsetoo_native \ idl \ io \ javaunohelper \ jurt \ jvmaccess \ jvmfwk \ l10ntools \ o3tl \ offapi \ officecfg \ oovbaapi \ registry \ remotebridges \ ridljar \ rsc \ sal \ salhelper \ sax \ setup_native \ shell \ solenv \ soltools \ stoc \ store \ tools \ ucbhelper \ udkapi \ unoidl \ unoil \ unotest \ unotools \ ure \ xmlreader \ $(call gb_Helper_optional_for_host,DESKTOP, \ $(if $(WITH_GALLERY_BUILD), \ avmedia \ basebmp \ basic \ canvas \ configmgr \ connectivity \ cppcanvas \ drawinglayer \ editeng \ extensions \ filter \ framework \ linguistic \ mysqlc \ officecfg \ package \ postprocess \ sfx2 \ sot \ svgio \ svl \ svtools \ svx \ swext \ toolkit \ ucb \ unoxml \ vcl \ xmloff \ xmlscript \ ) \ helpcompiler \ xmlhelp \ ) \ $(call gb_Helper_optional,QADEVOOO,qadevOOo) \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)Author
2013-05-14Remove obsolete RestrictedPath env var supportStephan Bergmann
2013-05-14typo fix: s/inavlid/invalid/Andras Timar
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-05-08Different fix for bnc#777788Tor Lillqvist
2013-05-07officecfg: remove Package_cppheaderMichael Stahl
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-27those are never definedThomas Arnhold
2013-04-26fdo#63622: Revert '"Fix" bnc#777788'Tor Lillqvist
2013-04-26VistaFilePicker::getDisplayDirectory(): s/NON_BLOCKED/BLOCKED/Michael Stahl
2013-04-24fpicker: rename WinResTarget target to match source fileMichael Stahl
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20drop -I of nonexistent dirDavid Tardon
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey
2013-04-08Windows build failedStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee
2013-04-01Library_fps_aqua needs i18nisolang1Tor Lillqvist
2013-03-30remove local css definitionsThomas Arnhold
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-27-Werror,-Wunused-macrosStephan Bergmann
2013-03-27-Werror,-Wunused-macrosStephan Bergmann
2013-03-25remove external include guardsThomas Arnhold
2013-03-25There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks