summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2024-11-13loplugin:reftotemp in scripting..uuiNoel Grandin1-5/+5
2024-11-10com::sun::star -> cssMike Kaganski2-13/+13
2024-10-29UnoApiTest: rename load to loadFromURL and use it everywhereXisco Fauli1-2/+2
2024-10-26cid#1556875 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2024-10-23unoxml: port testXText from java to c++Xisco Fauli2-181/+180
2024-10-23tdf#163486: PVS: missing while loop iteratorXisco Fauli1-0/+1
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2024-10-15unoxml: port testXProcessingInstruction from java to c++Xisco Fauli2-161/+119
2024-10-08unoxml: port testXNamedNodeMap_AttributesMap from java to c++Xisco Fauli2-68/+61
2024-10-04unoxml: port testXNodeList_ChildList from java to c++Xisco Fauli2-43/+48
2024-10-02unoxml: port testXXPathAPI from java to c++Xisco Fauli2-152/+198
2024-10-02unoxml: port testXXPathObject from java to c++Xisco Fauli2-72/+47
2024-10-02unoxml: port testXNodeList_NodeList from java to c++Xisco Fauli2-39/+35
2024-10-02CppunitTest_unoxml_domtest: merge BasicTest and serializerTestXisco Fauli1-49/+20
2024-09-28cid#1557088 Data race conditionCaolán McNamara2-11/+14
2024-09-21sfx2: move rdf java test to CppUnittestXisco Fauli4-6/+626
2024-09-19unoxml: move these two tests where they belongXisco Fauli2-0/+278
2024-09-18unoxml: move testXDocumentBuilder from Java to CppUnittestXisco Fauli5-127/+48
2024-09-18unoxml: move checkRDF from Java to CppUnittestXisco Fauli4-536/+290
2024-09-18unoxml: introduce CPPUNIT_ASSERT_STATEMENT_EQUALXisco Fauli1-48/+48
2024-09-17unoxml: move checkSPARQL from Java to CppUnittestXisco Fauli3-207/+183
2024-09-17unoxml: move checkRDFa from Java to CppUnittestXisco Fauli3-128/+135
2024-09-16use more concrete UNO types in unoxmlNoel Grandin2-2/+3
2024-09-14use more concrete UNO type in CDocumentNoel Grandin2-9/+7
2024-09-14use more concrete UNO type in DOM::CElementListImplNoel Grandin1-5/+6
2024-09-13use more concrete UNO type in librdf_NamedGraphNoel Grandin1-12/+10
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski1-1/+1
2024-07-03unoxml: port checkCVE_2012_0037 from java to CppUnittestXisco Fauli5-14/+106
2024-06-28Fix "lets" -> "let's"Andrea Gelmini1-1/+1
2024-06-19Fix typoAndrea Gelmini1-1/+1
2024-05-16loplugin:ostr in unoxmlNoel Grandin19-240/+240
2024-05-13createFromAscii -> OUString literals in CURINoel Grandin1-134/+132
2024-03-31tdf#146619 Drop unused 'using namespace' in: unoxml/Gabor Kelemen1-1/+0
2024-01-05std::size/SAL_N_ELEMENTS also counts the null terminatorCaolán McNamara1-4/+4
2023-11-27tdf#158302 fix build against system-libxml-2.12Miklos Vajna5-1/+10
2023-10-19tdf#42982: Improve UNO API error reportingkhushishikhu1-6/+6
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-12/+6
2023-05-27Use getXWeak in unoxmlMike Kaganski1-4/+4
2023-04-12OUString::intern is a relicNoel Grandin1-2/+2
2023-03-30loplugin:stringadd in ucbhelper..uuiNoel Grandin1-6/+2
2023-03-14elide some temporary OStringsNoel Grandin1-4/+4
2023-03-06no need to allocate these separatelyNoel Grandin3-11/+12
2023-01-19tdf#153039 unoxml: replace root element of CDocument throwsMichael Stahl14-19/+28
2023-01-17tdf#153009 Use recursive mutex in CDocumentBuilderMichael Weghorn1-1/+1
2023-01-15XUnoTunnel->dynamic_cast in CNodeNoel Grandin4-35/+13
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-3/+2
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-4/+4
2022-09-14libxml2: upgrade to release 2.10.2Michael Stahl1-0/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-06-27clang-tidy modernize-pass-by-value in unoxmlNoel Grandin11-44/+52