# -*- 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_Library_Library,fps)) $(eval $(call gb_Library_use_custom_headers,fps,\ officecfg/registry \ )) $(eval $(call gb_Library_add_nativeres,fps,fps/Fps)) $(eval $(call gb_Library_set_componentfile,fps,fpicker/source/win32/fps)) $(eval $(call gb_Library_use_external,fps,boost_headers)) $(eval $(call gb_Library_use_sdk_api,fps)) $(eval $(call gb_Library_add_defs,fps,\ -D_UNICODE \ -DUNICODE \ )) $(eval $(call gb_Library_use_libraries,fps,\ comphelper \ cppu \ cppuhelper \ sal \ i18nlangtag \ tl \ utl \ vcl \ )) $(eval $(call gb_Library_use_system_win32_libs,fps,\ advapi32 \ comdlg32 \ gdi32 \ kernel32 \ ole32 \ oleaut32 \ shell32 \ uuid \ )) ifeq ($(COM),MSC) $(eval $(call gb_Library_add_libs,fps,\ Delayimp.lib /DELAYLOAD:shell32.dll \ )) endif $(eval $(call gb_Library_add_exception_objects,fps,\ fpicker/source/win32/filepicker/asyncrequests \ fpicker/source/win32/filepicker/FilterContainer \ fpicker/source/win32/filepicker/FPentry \ fpicker/source/win32/filepicker/VistaFilePicker \ fpicker/source/win32/filepicker/VistaFilePickerEventHandler \ fpicker/source/win32/filepicker/VistaFilePickerImpl \ fpicker/source/win32/folderpicker/FolderPicker \ fpicker/source/win32/folderpicker/MtaFop \ fpicker/source/win32/folderpicker/WinFOPImpl \ fpicker/source/win32/misc/resourceprovider \ fpicker/source/win32/misc/WinImplHelper \ )) # vim: set noet sw=4 ts=4: 'distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)Author
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-07-24Style and graceStephan Bergmann
2013-07-23Clean up redundant explicit OUString(...) ctorsStephan Bergmann
2013-07-23These SAL_INFOs do not make much sense any moreStephan Bergmann
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-06-20Turn redundant member direct-initializations into value-initializationsStephan Bergmann
2013-06-18WaE: initialization orderDavid Tardon
2013-06-17cppcheck: fix some uninitMemberVar in configmgr partJulien Nabet
2013-06-17fdo#43460 configmgr: use isEmpty()Jelle van der Waa
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-05-16Some string literal clean upStephan Bergmann
2013-05-15Related: #i122208# avoid default assignment of recursive STL containersHerbert Dürr
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-05use LanguageTagEike Rathke
2013-03-28unused comphelper/locale.hxxEike Rathke
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke
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
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
2013-02-28remove all d.lstMichael Stahl
2013-02-06remove obsolete no_localization filesAndras Timar
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat
2012-12-20Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat
2012-12-11rtl:: prefix removal from configmgrRadu Ioan
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-29Support optional dependencies among .xcd filesStephan Bergmann
2012-11-06fdo#55138: Do not double-expand bootstrap variablesStephan Bergmann
2012-10-31Some more configuration::theDefaultProvider simplificationsStephan Bergmann
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-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
2012-08-17gbuild: register all jarsMichael Stahl