Age | Commit message (Expand) | Author | Files | Lines |
2013-07-22 | Mark as const | Takeshi Abe | 1 | -1/+1 |
2013-07-13 | use static LanguageTag::convertTo...() for standalone conversions | Eike Rathke | 1 | -1/+1 |
2013-07-12 | write bcp47 format-locale if necessary and read both | Eike Rathke | 2 | -15/+23 |
2013-06-13 | Introduce O[U]String::toUInt32 | Stephan Bergmann | 2 | -2/+2 |
2013-06-05 | remove unused componentcontext.hxx includes | Noel Grandin | 3 | -3/+1 |
2013-06-05 | fdo#46808, Convert various comphelper::ComponentContext | Noel Grandin | 1 | -4/+3 |
2013-04-08 | fdo#43157 - Clean up OSL_ASSERT | Radu Ioan | 8 | -84/+67 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 9 | -52/+45 |
2013-03-20 | Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann | 1 | -1/+1 |
2013-03-18 | avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not | Luboš Luňák | 2 | -2/+2 |
2013-03-08 | make use of startsWith() | Thomas Arnhold | 1 | -1/+1 |
2013-02-25 | loplugin: unused variables | Thomas Arnhold | 1 | -1/+0 |
2013-02-24 | loplugin: unused variables | Thomas Arnhold | 1 | -1/+0 |
2013-02-12 | fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new style | Noel Grandin | 1 | -6/+4 |
2013-02-11 | fdo#46808, Adapt document::XML*BasicExporter UNO services to new style | Noel Grandin | 1 | -6/+4 |
2013-01-28 | fdo#46808, Adapt document::GraphicObjectResolver UNO service to new style | Noel Grandin | 1 | -9/+5 |
2012-12-06 | fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style | Noel Grandin | 1 | -3/+2 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 2 | -4/+0 |
2012-11-16 | targetted cleanup of misc. vba pieces. | Noel Power | 1 | -3/+3 |
2012-10-22 | fdo#46808, Adapt xml::sax::XWriter UNO service to new style | Noel Grandin | 3 | -27/+7 |
2012-10-04 | fdo#46808, Adapt xml::sax::XParser UNO service to new style | Noel Grandin | 1 | -9/+2 |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini | 1 | -2/+2 |
2012-09-19 | remove duplicated code | Luboš Luňák | 1 | -1/+0 |
2012-09-11 | disable scrollable Frame ( not working well ) | Noel Power | 2 | -0/+4 |
2012-09-11 | get scrollbar details actually read for groupbox | Noel Power | 2 | -1/+3 |
2012-09-11 | add persistence support for the scrollable attributes | Noel Power | 6 | -0/+43 |
2012-09-07 | Correct OUString check with proper startsWith() | Olivier Hallot | 1 | -1/+1 |
2012-09-05 | kill RTL_CONSTASCII_USTRINGPARAM in xmlscript | Olivier Hallot | 17 | -2849/+1434 |
2012-07-14 | simplify include guards | Thomas Arnhold | 3 | -3/+3 |
2012-07-10 | re-base on ALv2 code. | Michael Meeks | 19 | -467/+270 |
2012-07-09 | targetted rename xcr -> xmlscript to match includes and module name | Michael Meeks | 2 | -1/+7 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 5 | -121/+76 |
2012-06-01 | targeted string re-work | Norbert Thiebaud | 1 | -12/+12 |
2012-06-01 | Targeted string re-work xmlhelp/xmlscript | Thorsten Behrens | 1 | -441/+441 |
2012-05-31 | nuke unused typedef | Takeshi Abe | 1 | -1/+0 |
2012-05-21 | removed unused temporary rtl::OUString | Takeshi Abe | 1 | -1/+0 |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | 2 | -3/+3 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 3 | -14/+8 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 4 | -162/+162 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -7/+7 |
2012-04-04 | removed duplicate #includes | Takeshi Abe | 1 | -1/+0 |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | 1 | -7/+13 |
2012-01-28 | Fix for fdo43460 Part LIV getLength() to isEmpty() | Olivier Hallot | 10 | -65/+65 |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | 15 | -88/+88 |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 4 | -7/+4 |
2012-01-09 | catch exception by constant reference | Takeshi Abe | 4 | -14/+13 |
2011-11-27 | remove include of pch header from xmlscript | Norbert Thiebaud | 15 | -30/+0 |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | 3 | -6/+6 |
2011-08-18 | Add prefixes for some component_getFactory functions | Matúš Kukan | 1 | -1/+1 |
2011-07-30 | Some cppcheck cleaning | Julien Nabet | 1 | -1/+1 |