- e1e436e Fix typos by Andrea Gelmini · 8 years ago
- d71bcc4 Fix typos by Andrea Gelmini · 8 years ago
- 0dca402 loplugin:constparam in vcl,svtools by Noel Grandin · 8 years ago
- 0b413ca loplugin:constantparam in sal,sax by Noel Grandin · 8 years ago
- d9b6f4f loplugin:constmethods in unotools by Noel Grandin · 8 years ago
- ffb19c5 ofz#3752 Integer-overflow by Caolán McNamara · 8 years ago
- 83fd71e loplugin:constmethod in tools,sax,UnoControls by Noel Grandin · 8 years ago
- 89dd6ff ofz#3769 Integer-overflow by Caolán McNamara · 8 years ago
- 5209ee4 loplugin:includeform: sax by Stephan Bergmann · 8 years ago
- 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
- 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
- 5e381ff allow events to accumulate past limit if an exception is pending by Caolán McNamara · 9 years ago
- 1ebf34c protect against short file by Caolán McNamara · 9 years ago
- 4025422 ofz: string has to be at least 5 chars long by Caolán McNamara · 9 years ago
- 8508e40 ofz: leak on fdo72541-1.fodt by Caolán McNamara · 9 years ago
- 3f0fba0 New rtl::isUnicodeScalarValue, rtl::isSurrogate by Stephan Bergmann · 9 years ago
- 403c772 sax: allow some debug logging in FastParser by Michael Stahl · 9 years ago
- b5368c9 sax: improve README by Michael Stahl · 9 years ago
- 65e293f clang-tidy modernize-use-emplace in package..sax by Noel Grandin · 9 years ago
- e530a7d tdf#112164 sax: handle errors on last call to XML_Parse() by Michael Stahl · 9 years ago
- 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
- 840a97f sax parser: remove long-disabled code by Thorsten Behrens · 9 years ago
- 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
- b64e564 sax: Check if it starts with 5 bytes of "<?xml" by Takeshi Abe · 9 years ago
- 9af8964 RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO by Chris Sherlock · 9 years ago
- d5f94d9 loplugin:constparams in basegfx,sax,shell by Noel Grandin · 9 years ago
- 2c4c0832 comphelper: move base64 encode/decode helpers from sax by Ashod Nakashian · 9 years ago
- 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
- 5034e82 Translate German comments and debug strings (leftovers in dirs sal to sc) by Johnny_M · 9 years ago
- 592ab64 loplugin:casttovoid: sax by Stephan Bergmann · 9 years ago
- b3b6ce3 Added find function to FastAttributeList: by Mohammed Abdul Azeem · 9 years ago
- 979c8c5 loplugin:oncevar in oox..sax by Noel Grandin · 9 years ago
- 0f347c0 loplugin:unusedfields in registry..sax by Noel Grandin · 9 years ago
- c5bc40a Literal tab character is bad XML, write '	' instead by Eike Rathke · 9 years ago
- 420cecf [API CHANGE] Add processingInstruction event to XFastDocumentHandler: by Mohammed Abdul Azeem · 9 years ago
- 546c355 use more SAL_N_ELEMENTS part 2 by Noel Grandin · 9 years ago
- d43fc40 convert SAX_ARGS_ARG macros to varargs template methods by Noel Grandin · 9 years ago
- 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
- 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
- 6c9fb88 tdf#43157: convert sax module away from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
- 1fdb0e1 Replace all OUString("") with OUString() by Arnaud Versini · 9 years ago
- 40b9caf loplugin:salunicodeliteral: sax by Stephan Bergmann · 9 years ago
- 3a36cf4 loplugin:checkunusedparams in configmgr and vcl by Noel Grandin · 9 years ago
- da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
- de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
- 12162c8 Improved loplugin:redundantcast, static_cast on arithmetic types: sax by Stephan Bergmann · 9 years ago
- 2e9fe26 Fix typos by Andrea Gelmini · 9 years ago
- 8b25b67 escape invalid XML characters with _xHHHH_ when writing escaped by Eike Rathke · 9 years ago
- baca2ec8 FastSaxSerializer: SAL_WARN() when writing invalid XML characters by Eike Rathke · 9 years ago
- 3d44199 Better make the zero-initialization more explicit by Stephan Bergmann · 9 years ago
- ab92c84 Revert "Fix typos" by jan iversen · 9 years ago
- ffd7f8f Fix typos by Andrea Gelmini · 9 years ago
- 6af2e7b loplugin:subtlezeroinit: sax by Stephan Bergmann · 9 years ago
- 996960f MSVC 14.0: Fix warning C4702: unreachable code by David Ostrovsky · 9 years ago
- 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
- d7363da fix linux build by Noel Grandin · 9 years ago
- 1461ebb expand out ::sax::Converter::convertNumber to OUString::number by Noel Grandin · 9 years ago
- e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
- ef2b434 loplugin: unnecessary destructor oox..sax by Noel Grandin · 9 years ago
- b814e4d New loplugin:dynexcspec: Add @throws documentation, sax by Stephan Bergmann · 9 years ago
- 18ae77a Also consider saved exceptions when mbEnableThreads is true by Mike Kaganski · 9 years ago
- 0cee740 replace #ifdef SOLARIS with #ifdef __sun by Michael Stahl · 9 years ago
- 90df5ee new loplugin: useuniqueptr: jvmfwk..sax by Noel Grandin · 9 years ago
- cffac9e New loplugin:conststringvar: sax by Stephan Bergmann · 9 years ago
- 83d2c51 Adapt to no-longer explicit OUStringLiteral ctor by Stephan Bergmann · 9 years ago
- ea13937 loplugin:unnecessaryoverride (dtors) in sax by Stephan Bergmann · 9 years ago
- b927c1f tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para. by Tamás Zolnai · 9 years ago
- 62223f9 loplugin:unnecessaryoverride by Noel Grandin · 10 years ago
- d9280e9 tdf#103159 allow compiling on 12.04 systems still by Justin Luth · 9 years ago
- 27be818 loplugin:singlevalfields in l10ntools..sax by Noel Grandin · 10 years ago
- 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
- 79a410d loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax) by Stephan Bergmann · 10 years ago
- c5a2e96 cid#1371329 Misused comma operator by Noel Grandin · 10 years ago
- e64edc4 cid#1371333 Misused comma operator by Noel Grandin · 10 years ago
- 174c064 loplugin:stringstatic by Stephan Bergmann · 10 years ago
- 18edd88 GSoC - Making legacyfastparser to use tokens: by Mohammed Abdul Azeem · 10 years ago
- f60eaab Related: tdf#99312, add specialized interaction handler by Giuseppe Castagno · 10 years ago
- f12476f loplugin:countusersofdefaultparams in oox..sd by Noel Grandin · 10 years ago
- 916a11d GSoC - moving FastAttributeList::clear to consumer thread: by Mohammed Abdul Azeem · 10 years ago
- 84db6c1 GSOC - Avoid tokenizing strings for Unknown elements: by Mohammed Abdul Azeem · 10 years ago
- 3aa52d3 GSOC - Handling namespace declaration missing case: by Mohammed Abdul Azeem · 10 years ago
- 1fc8fb3 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
- 38b596d GSoC - Sync namespace handler calls with elements: by Mohammed Abdul Azeem · 10 years ago
- 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
- 900dad1 loplugin:unreffun by Stephan Bergmann · 10 years ago
- fdd1c64 GSOC: Adapt XLegacyFastParser to function like XParser. by Mohammed Abdul Azeem · 10 years ago
- 22663a1 loplugin:staticmethods by Stephan Bergmann · 10 years ago
- 731be5c GSOC: Added test case for mishandle of namespaces. by Mohammed Abdul Azeem · 10 years ago
- 025592c loplugin:redundantcast: redundant static_casts in sax by Stephan Bergmann · 10 years ago
- 2eb5a59 loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
- 4e3ed5a use SAL_DEPRECATED in uno::Reference by Noel Grandin · 10 years ago
- 0ce234f loplugin:refcounting by Stephan Bergmann · 10 years ago
- 48d71ee loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
- 551a506 GSoC: Mapping legacy sax parser and XFastParser by Mohammed Abdul Azeem · 10 years ago
- a3b7ef1 loplugin:refcounting by Stephan Bergmann · 10 years ago
- 8f75eee GSoC: sax2/ unit tests: by Mohammed Abdul Azeem · 10 years ago
- a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
- 4d49c96 Let loplugin:passstuffbyref also look at fn defn not preceded by any decl by Stephan Bergmann · 10 years ago
- 0b23eec teach refcounting clang plugin about uno::Reference by Noel Grandin · 10 years ago
- fe4e6a9 loplugin:unreffun by Stephan Bergmann · 10 years ago