# -*- 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,textfd)) $(eval $(call gb_Library_set_componentfile,textfd,filter/source/textfilterdetect/textfd)) $(eval $(call gb_Library_use_external,textfd,boost_headers)) $(eval $(call gb_Library_use_sdk_api,textfd)) $(eval $(call gb_Library_use_libraries,textfd,\ comphelper \ ucbhelper \ cppuhelper \ cppu \ sal \ tl \ utl \ svt \ )) $(eval $(call gb_Library_add_exception_objects,textfd,\ filter/source/textfilterdetect/filterdetect \ )) # vim: set noet sw=4 ts=4: allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/wizards/source
AgeCommit message (Expand)Author
2019-12-11Fix typoAndrea Gelmini
2019-10-10Access2Base - CurrentUser based in PathSubstitutionJean-Pierre Ledure
2019-10-09Access2Base - Support dialogs owned by non-Base docsJean-Pierre Ledure
2019-09-27tdf#50846 - Wrong type of function GetLastUsedRowAndreas Heinisch
2019-08-23Access2Base - (Python) Explicit missing argumentsJean-Pierre Ledure
2019-08-23Access2Base - Change version numberJean-Pierre Ledure
2019-08-23Access2Base - Implement Find and ProcOfLineJean-Pierre Ledure
2019-08-20Access2Base - Move getObject, getValue and setValueJean-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
2019-08-10Fix typosAndrea Gelmini
2019-08-10Change FR to US language for external URLAndrea Gelmini
2019-08-09Access2Base - Python module - Basic sideJean-Pierre Ledure
2019-08-09Access2Base - Mention Python.xba in script.xlbJean-Pierre Ledure
2019-08-09Access2Base - Rename Compatible.xbaJean-Pierre Ledure
2019-07-27Fix typoAndrea Gelmini
2019-07-22Access2Base - FIX GetRows abortJean-Pierre Ledure
2019-07-13Access2Base - Set Parent property in all classesJean-Pierre Ledure
2019-07-06Access2Base - Make OptionGroups valid CollectionsJean-Pierre Ledure
2019-07-02Access2Base - MsgBox and InputBox methodsJean-Pierre Ledure
2019-07-02Access2Base - Addition of SetSelected method in Control classJean-Pierre Ledure
2019-06-29Access2Base - Consolidate classes processingJean-Pierre Ledure
2019-06-13Access2Base - Robustness changesJean-Pierre Ledure