# # 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,configmgr)) $(eval $(call gb_Library_set_precompiled_header,configmgr,$(SRCDIR)/configmgr/inc/pch/precompiled_configmgr)) $(eval $(call gb_Library_add_exception_objects,configmgr, \ configmgr/source/access \ configmgr/source/broadcaster \ configmgr/source/childaccess \ configmgr/source/components \ configmgr/source/configurationprovider \ configmgr/source/configurationregistry \ configmgr/source/data \ configmgr/source/defaultprovider \ configmgr/source/groupnode \ configmgr/source/localizedpropertynode \ configmgr/source/localizedvaluenode \ configmgr/source/lock \ configmgr/source/modifications \ configmgr/source/node \ configmgr/source/nodemap \ configmgr/source/parsemanager \ configmgr/source/partial \ configmgr/source/propertynode \ configmgr/source/readonlyaccess \ configmgr/source/readwriteaccess \ configmgr/source/rootaccess \ configmgr/source/rootnode \ configmgr/source/services \ configmgr/source/setnode \ configmgr/source/type \ configmgr/source/update \ configmgr/source/valueparser \ configmgr/source/writemodfile \ configmgr/source/xcdparser \ configmgr/source/xcsparser \ configmgr/source/xcuparser \ configmgr/source/xmldata \ $(if $(ENABLE_DCONF),configmgr/source/dconf) \ $(if $(filter $(OS),WNT),configmgr/source/winreg) \ )) $(eval $(call gb_Library_use_externals,configmgr, \ boost_headers \ dconf \ )) $(eval $(call gb_Library_use_sdk_api,configmgr)) $(eval $(call gb_Library_use_libraries,configmgr, \ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ xmlreader \ i18nlangtag \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,configmgr,configmgr/source/configmgr)) n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/karasa_jaga_svg/sc/res
2df3b5ec9b17bc43ef5b62042b39c'>wizards/source/access2base/access2base.py
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2024-07-29testtools, wizards, xmlsecurity: fix issues found by Ruff linterIlmari Lauhakangas
2024-07-13Python: use is None/is not None instead of == None/!= NoneJulien Nabet
2024-06-24tdf#158803 F821: fix a number of undefined names and related issues in wizards/Leonard Sasse
2022-04-26Access2Base - (access2base.py) FIX remove duplicateJean-Pierre Ledure
2022-04-22Access2Base - (access2base.py) Don't use bare except: statementJean-Pierre Ledure
2020-11-09copy_paste_error data1 looks like a copy-paste errorCaolán McNamara
2020-09-21Access2Base - access2base.py, remove compatibility importJean-Pierre Ledure
2020-09-01Access2Base - Upgrade version numberJean-Pierre Ledure
2020-05-06pyflakes3: fix undefined name 'self' (wizards/access2base)Julien Nabet
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl
2019-08-23Access2Base - (Python) Explicit missing argumentsJean-Pierre Ledure
2019-08-23Access2Base - Implement Find and ProcOfLineJean-Pierre Ledure
2019-08-17Access2Base - access2base.py fix DebugPrintJean-Pierre Ledure
2019-08-17Access2Base - access2base.py fix module classJean-Pierre Ledure
2019-08-14Access2Base - Remove shebangJean-Pierre Ledure
2019-08-13fix shebang of wizards/source/access2base/access2base.pyRene Engelhard
2019-08-13Access2Base - Support API from PythonJean-Pierre Ledure