Age | Commit message (Expand) | Author | Files | Lines |
2013-03-11 | use startsWith() instead of compareToAscii() | Thomas Arnhold | 2 | -8/+8 |
2013-03-10 | Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ure | Chr. Rossmanith | 1 | -1/+1 |
2013-03-08 | make use of startsWith() | Thomas Arnhold | 1 | -1/+1 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-25 | loplugin: unused variables | Thomas Arnhold | 1 | -5/+0 |
2013-02-24 | remove RTL_CONSTASCII_(U)STRINGPARAM | Chr. Rossmanith | 2 | -2/+2 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 1 | -2/+2 |
2013-02-20 | coverity: passing by const reference is more efficient | Markus Mohrhard | 1 | -4/+4 |
2013-02-13 | compact help xml files with xslt which removes the cruft | Andras Timar | 2 | -0/+48 |
2013-02-11 | fdo#46808, Use singleton util::theMacroExpander new-style constructor | Noel Grandin | 2 | -22/+13 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 2 | -0/+2 |
2013-01-07 | 'distrib' switch is unused in help | Andras Timar | 1 | -11/+0 |
2013-01-07 | remove unused meta variables | Andras Timar | 1 | -3/+0 |
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist | 2 | -2/+2 |
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann | 1 | -113/+0 |
2012-11-30 | fdo#46808, remove some more XMultiServiceFactory fields | Noel Grandin | 5 | -24/+15 |
2012-11-30 | fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactory | Noel Grandin | 3 | -5/+5 |
2012-11-30 | Disambiguate for Visual Studio 2010 | Fridrich Štrba | 1 | -1/+1 |
2012-11-29 | keep indentation in Logo code examples | Andras Timar | 1 | -0/+9 |
2012-11-28 | fdo#46808, use service constructor for i18n::Collator | Noel Grandin | 1 | -4/+2 |
2012-11-21 | re-base on ALv2 code. Includes: | Michael Meeks | 34 | -1147/+599 |
2012-11-15 | fdo#46808, use service constructor for ucb::SimpleFileAccess | Noel Grandin | 3 | -8/+8 |
2012-11-05 | fdo#46808, Adapt i18n::Transliteration UNO service to new style | Noel Grandin | 3 | -21/+16 |
2012-11-05 | fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifier | Noel Grandin | 6 | -18/+19 |
2012-11-05 | fdo#46808, use service constructor for ucb::PropertiesManager | Noel Grandin | 1 | -1/+2 |
2012-11-05 | fdo#46808, use service constructor for ucb::Store | Noel Grandin | 2 | -16/+11 |
2012-10-31 | fdo#46808, Deprecate configuration::ConfigurationProvider old-style service | Noel Grandin | 4 | -30/+22 |
2012-10-28 | fix some VS 2010 specific issues | David Ostrovsky | 1 | -4/+4 |
2012-10-24 | fdo#46808, Adapt awt::Toolkit UNO service to new style | Noel Grandin | 1 | -16/+10 |
2012-10-23 | fdo#46808, use service constructor for uri::UriReferenceFactory | Noel Grandin | 2 | -27/+4 |
2012-10-04 | sal_Bool->bool in xmlhelp | Noel Grandin | 2 | -3/+3 |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini | 2 | -3/+2 |
2012-09-29 | Use comphelper::getComponentContext | Stephan Bergmann | 3 | -47/+9 |
2012-09-26 | remove unused fields | Noel Grandin | 1 | -4/+1 |
2012-09-19 | fix system-clucene/-boost build with gcc 4.4 | Rene Engelhard | 3 | -0/+12 |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud | 1 | -1/+1 |
2012-09-16 | move help compiler/linker/indexer to a new module | Andras Timar | 3 | -3/+3 |
2012-09-16 | Remove useless variable | Julien Nabet | 1 | -3/+1 |
2012-09-13 | enable indentation of Basic source code in help fdo#41737 | Andras Timar | 1 | -0/+9 |
2012-09-05 | kill RTL_CONSTASCII_USTRINGPARAM in xmlhelp | Olivier Hallot | 10 | -122/+94 |
2012-09-05 | add superscript and subscript support to enable removing odd 1^st construct | Caolán McNamara | 2 | -0/+26 |
2012-08-24 | Related: fdo#53337 Maybe this is a typeinfo visibility problem | Caolán McNamara | 1 | -0/+6 |
2012-08-22 | more old module-description xml files | Matúš Kukan | 2 | -6/+6 |
2012-08-22 | do not deliver these module-description xml files | Matúš Kukan | 1 | -2/+0 |
2012-08-22 | embed extension's help tree into main help tree | Bence Babati | 2 | -7/+80 |
2012-08-14 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | 10 | -52/+7 |
2012-08-09 | reduce static_initialization_and_destruction chain | Caolán McNamara | 1 | -18/+13 |
2012-07-29 | Replace usage of rtl/memory.h in xmlhelp with their equivalent from string.h | Arnaud Versini | 4 | -15/+13 |
2012-07-12 | XML_Parse returns enum XML_Status | Michael Stahl | 1 | -3/+3 |
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | 2 | -8/+2 |