Age | Commit message (Expand) | Author | Files | Lines |
2017-11-13 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-11-13 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-11-03 | loplugin:constparam in vcl,svtools | Noel Grandin | 1 | -2/+2 |
2017-10-31 | loplugin:constantparam in sal,sax | Noel Grandin | 2 | -15/+10 |
2017-10-26 | loplugin:constmethods in unotools | Noel Grandin | 1 | -2/+2 |
2017-10-25 | ofz#3752 Integer-overflow | Caolán McNamara | 1 | -11/+5 |
2017-10-25 | loplugin:constmethod in tools,sax,UnoControls | Noel Grandin | 5 | -5/+5 |
2017-10-25 | ofz#3769 Integer-overflow | Caolán McNamara | 1 | -8/+5 |
2017-10-23 | loplugin:includeform: sax | Stephan Bergmann | 6 | -9/+9 |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin | 1 | -2/+1 |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin | 1 | -1/+1 |
2017-09-18 | allow events to accumulate past limit if an exception is pending | Caolán McNamara | 1 | -1/+8 |
2017-09-17 | protect against short file | Caolán McNamara | 1 | -2/+1 |
2017-09-17 | ofz: string has to be at least 5 chars long | Caolán McNamara | 1 | -2/+1 |
2017-09-16 | ofz: leak on fdo72541-1.fodt | Caolán McNamara | 1 | -33/+33 |
2017-09-13 | New rtl::isUnicodeScalarValue, rtl::isSurrogate | Stephan Bergmann | 1 | -2/+2 |
2017-09-13 | sax: allow some debug logging in FastParser | Michael Stahl | 2 | -1/+8 |
2017-09-13 | sax: improve README | Michael Stahl | 1 | -1/+10 |
2017-09-12 | clang-tidy modernize-use-emplace in package..sax | Noel Grandin | 3 | -6/+6 |
2017-09-05 | tdf#112164 sax: handle errors on last call to XML_Parse() | Michael Stahl | 1 | -5/+10 |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin | 1 | -12/+12 |
2017-08-11 | sax parser: remove long-disabled code | Thorsten Behrens | 1 | -135/+0 |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin | 3 | -8/+8 |
2017-07-20 | sax: Check if it starts with 5 bytes of "<?xml" | Takeshi Abe | 1 | -3/+3 |
2017-07-17 | RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO | Chris Sherlock | 1 | -2/+2 |
2017-07-17 | loplugin:constparams in basegfx,sax,shell | Noel Grandin | 5 | -10/+10 |
2017-07-16 | comphelper: move base64 encode/decode helpers from sax | Ashod Nakashian | 1 | -156/+4 |
2017-07-05 | new loplugin unnecessaryparen | Noel Grandin | 3 | -3/+3 |
2017-07-03 | Translate German comments and debug strings (leftovers in dirs sal to sc) | Johnny_M | 1 | -8/+8 |
2017-07-02 | loplugin:casttovoid: sax | Stephan Bergmann | 1 | -1/+0 |
2017-06-29 | Added find function to FastAttributeList: | Mohammed Abdul Azeem | 1 | -0/+8 |
2017-06-26 | loplugin:oncevar in oox..sax | Noel Grandin | 1 | -4/+2 |
2017-06-23 | loplugin:unusedfields in registry..sax | Noel Grandin | 2 | -5/+0 |
2017-06-16 | Literal tab character is bad XML, write '	' instead | Eike Rathke | 1 | -4/+2 |
2017-06-15 | [API CHANGE] Add processingInstruction event to XFastDocumentHandler: | Mohammed Abdul Azeem | 4 | -2/+58 |
2017-06-14 | use more SAL_N_ELEMENTS part 2 | Noel Grandin | 1 | -2/+2 |
2017-06-01 | convert SAX_ARGS_ARG macros to varargs template methods | Noel Grandin | 1 | -34/+11 |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke | 4 | -4/+0 |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock | 1 | -4/+4 |
2017-05-07 | tdf#43157: convert sax module away from OSL_ASSERT to assert | Chris Sherlock | 1 | -4/+4 |
2017-05-04 | Replace all OUString("") with OUString() | Arnaud Versini | 1 | -2/+2 |
2017-04-28 | loplugin:salunicodeliteral: sax | Stephan Bergmann | 1 | -34/+34 |
2017-04-28 | loplugin:checkunusedparams in configmgr and vcl | Noel Grandin | 1 | -11/+11 |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock | 2 | -0/+2 |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky | 6 | -6/+0 |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: sax | Stephan Bergmann | 1 | -1/+1 |
2017-03-25 | Fix typos | Andrea Gelmini | 5 | -7/+7 |
2017-03-03 | escape invalid XML characters with _xHHHH_ when writing escaped | Eike Rathke | 2 | -15/+115 |
2017-02-28 | FastSaxSerializer: SAL_WARN() when writing invalid XML characters | Eike Rathke | 1 | -1/+54 |
2017-02-23 | Better make the zero-initialization more explicit | Stephan Bergmann | 1 | -1/+2 |