# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Matúš Kukan # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,basprov)) $(eval $(call gb_Library_add_precompiled_header,basprov,$(SRCDIR)/scripting/inc/pch/precompiled_scripting)) $(eval $(call gb_Library_set_componentfile,basprov,scripting/source/basprov/basprov)) $(eval $(call gb_Library_set_include,basprov,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/scripting/inc/pch) \ -I$(realpath $(SRCDIR)/scripting/source/inc) \ )) $(eval $(call gb_Library_add_api,basprov,\ offapi \ udkapi \ )) $(eval $(call gb_Library_add_linked_libs,basprov,\ comphelper \ cppu \ cppuhelper \ sal \ sb \ sfx \ svl \ tl \ ucbhelper \ vcl \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,basprov,\ scripting/source/basprov/baslibnode \ scripting/source/basprov/basmethnode \ scripting/source/basprov/basmodnode \ scripting/source/basprov/basprov \ scripting/source/basprov/basscript \ )) # vim: set noet sw=4 ts=4: ='distro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/inc
AgeCommit message (Expand)Author
2014-08-15convert user details page to .uiCaolán McNamara
2014-08-13update_pchThomas Arnhold
2014-07-21convert backup page to .uiCaolán McNamara
2014-07-02drop unused helpidCaolán McNamara
2014-06-10tweak things to allow switching between small and large toolbar iconsCaolán McNamara
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-13convert copy table page to .uiCaolán McNamara
2014-05-11update_pch: add dbaThomas Arnhold
2014-05-09convert apply columns page to .ui formatCaolán McNamara
2014-04-23huge hrc and src file cleanupThomas Arnhold
2014-04-14update_pchThomas Arnhold
2014-04-01convert sql exception dialog to .uiCaolán McNamara
2014-04-01convert user admin password dialog to .uiCaolán McNamara
2014-03-13convert relation dialog to .ui formatCaolán McNamara
2014-03-13convert query join dialog to .ui formatCaolán McNamara
2014-02-10convert add relationships dialog to .uiCaolán McNamara
2014-02-04convert database save as dialog to .uiCaolán McNamara
2014-02-04convert query filter dialog to .uiCaolán McNamara
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
2014-01-29convert user admin dialog to .uiCaolán McNamara
2014-01-29convert generated values page to .uiCaolán McNamara
2014-01-29convert special settings page to .uiCaolán McNamara
2014-01-29convert database properties dialog .to uiCaolán McNamara
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
2014-01-24convert dbwizard final page to .uiCaolán McNamara
2014-01-21convert table filter page to .uiCaolán McNamara
2014-01-20convert advanced db settings dialog to .ui formatCaolán McNamara
2014-01-09convert sort options dialog to .uiCaolán McNamara
2013-12-26convert col width and row height dialogs to .uiCaolán McNamara
2013-11-05update pchThomas Arnhold
2013-10-20drop unnecessary tools/string includesCaolán McNamara