# -*- 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_Pyuno_Pyuno,web,$(SRCDIR)/wizards/com/sun/star/wizards/web)) $(eval $(call gb_Pyuno_add_files,web,wizards/web,\ CallWizard.py \ BackgroundsDialog.py \ ErrorHandler.py \ AbstractErrorHandler.py \ FTPDialog.py \ FTPDialogResources.py \ IconsDialog.py \ ImageListDialog.py \ Process.py \ ProcessErrorHandler.py \ ProcessErrors.py \ ProcessStatusRenderer.py \ StatusDialog.py \ StylePreview.py \ TOCPreview.py \ WWD_Events.py \ WWD_General.py \ WWD_Startup.py \ WWHID.py \ WebWizardConst.py \ WebWizardDialog.py \ WebWizardDialogResources.py \ TypeDetection.py \ ExtensionVerifier.py\ WebConfigSet.py\ __init__.py \ data/CGArgument.py \ data/CGContent.py \ data/CGDesign.py \ data/CGDocument.py \ data/CGExporter.py \ data/CGFilter.py \ data/CGGeneralInfo.py \ data/CGIconSet.py \ data/CGImage.py \ data/CGLayout.py \ data/CGPublish.py \ data/CGSession.py \ data/CGSessionName.py \ data/CGSettings.py \ data/CGStyle.py\ data/__init__.py \ export/Exporter.py \ export/AbstractExporter.py \ export/CopyExporter.py \ export/FilterExporter.py \ export/ConfiguredExporter.py \ export/ImpressHTMLExporter.py \ export/__init__.py \ )) $(eval $(call gb_Pyuno_set_componentfile_full,web,wizards/com/sun/star/wizards/web/web,vnd.openoffice.pymodule:wizards.web,.CallWizard)) ib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/qa
AgeCommit message (Expand)Author
2012-08-15warning C4310: cast truncates constant valueMichael Stahl
2012-08-15sigh.. MSVC warning C4146: unary minus applied to unsigned type?Michael Stahl
2012-08-15oops forgot #include limitsMichael Stahl
2012-08-15overflow in implicit constant conversion [-Werror=overflow]Michael Stahl
2012-08-15decodeBase64 test is done and workingArtur Dorda
2012-08-15encodeBase64 test is workingArtur Dorda
2012-08-15added some extreme values in string-to-measure testArtur Dorda
2012-08-15'string to number' test coveredArtur Dorda
2012-08-15'number to string' test coveredArtur Dorda
2012-08-15'string to color' test coveredArtur Dorda
2012-08-15'color to string' test coveredArtur Dorda
2012-08-15'percent to string' test coveredArtur Dorda
2012-08-15'string to percent' test coveredArtur Dorda
2012-08-15'bool to string' test coveredArtur Dorda
2012-08-15'string to bool' test coveredArtur Dorda
2012-08-15'measure to string' test covered in test_converter.cxxArtur Dorda
2012-08-15Added testing 'measure to string' functionArtur Dorda
2012-08-15All the MeasureUnit values are covered in converter testArtur Dorda
2012-08-15Started testing measures in converter test, first: string to measureArtur Dorda
2012-08-02Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist
2012-06-29another unit test issueMichael Meeks
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-04-20fdo#48969: add unit test for Converter::convertDoubleMichael Stahl
2012-02-29sax: ConverterTest: add leap year testsMichael Stahl