# -*- 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_PythonTest_PythonTest,dbaccess_python)) $(eval $(call gb_PythonTest_set_defs,dbaccess_python,\ TDOC="$(SRCDIR)/dbaccess/qa/extras/testdocuments" \ )) $(eval $(call gb_PythonTest_add_modules,dbaccess_python,$(SRCDIR)/dbaccess/qa/python,\ fdo84315 \ )) $(call gb_PythonTest_get_target,dbaccess_python) : $(WORKDIR)/CppunitTest/fdo84315.odb $(WORKDIR)/CppunitTest/fdo84315.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/fdo84315.odb mkdir -p $(dir $@) cp -P -f "$<" "$@" .PHONY: $(WORKDIR)/CppunitTest/fdo84315.odb # vim: set noet sw=4 ts=4: ue='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath/uiconfig/smath/ui/alignmentdialog.ui
AgeCommit message (Expand)Author
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-15replace stock button labelsCaolán McNamara
2021-01-01drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-08-21tdf#118148 Extended tips from smath/01 Help pagesOlivier Hallot
2018-04-09weld SmAlignDialogCaolán McNamara
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2018-02-25convert all help responses to gtk's -11Caolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2014-10-30HIG fixes for smath dialogsAdolfo Jayme Barrientos
2013-07-25minor updatesCsikós Tamás
2013-05-25translatable="yes" for some elements in .ui filesAndras Timar
2013-05-22adapt code to alignment dialog .ui conversionCaolán McNamara