# -*- 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 sw_rtfexport_test,2)) # vim: set noet sw=4 ts=4: >lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)Author
2024-09-21sfx2: move rdf java test to CppUnittestXisco Fauli
2024-09-19unoxml: move these two tests where they belongXisco Fauli
2024-09-18unoxml: move testXDocumentBuilder from Java to CppUnittestXisco Fauli
2024-09-18unoxml: move checkRDF from Java to CppUnittestXisco Fauli
2024-09-18unoxml: introduce CPPUNIT_ASSERT_STATEMENT_EQUALXisco Fauli
2024-09-17unoxml: move checkSPARQL from Java to CppUnittestXisco Fauli
2024-09-17unoxml: move checkRDFa from Java to CppUnittestXisco Fauli
2024-09-16use more concrete UNO types in unoxmlNoel Grandin
2024-09-14use more concrete UNO type in CDocumentNoel Grandin
2024-09-14use more concrete UNO type in DOM::CElementListImplNoel Grandin
2024-09-13use more concrete UNO type in librdf_NamedGraphNoel Grandin
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski
2024-07-03unoxml: port checkCVE_2012_0037 from java to CppUnittestXisco Fauli
2024-06-28Fix "lets" -> "let's"Andrea Gelmini
2024-06-19Fix typoAndrea Gelmini
2024-05-16loplugin:ostr in unoxmlNoel Grandin
2024-05-13createFromAscii -> OUString literals in CURINoel Grandin
2024-03-31tdf#146619 Drop unused 'using namespace' in: unoxml/Gabor Kelemen
2024-01-05std::size/SAL_N_ELEMENTS also counts the null terminatorCaolán McNamara
2023-11-27tdf#158302 fix build against system-libxml-2.12Miklos Vajna
2023-10-19tdf#42982: Improve UNO API error reportingkhushishikhu
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski