Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-06-27 | Remove unused include files | Thomas Arnhold | 2 | -108/+0 |
2012-06-25 | reduce static_initialization_and_destruction chain | Caolán McNamara | 1 | -4/+2 |
2012-06-25 | Remove various commented out defines | Thomas Arnhold | 1 | -1/+0 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 18 | -411/+274 |
2012-06-18 | removed unused forward declarations of class | Takeshi Abe | 3 | -9/+0 |
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | 1 | -2/+0 |
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | 5 | -29/+14 |
2012-06-01 | Targeted string re-work xmlhelp/xmlscript | Thorsten Behrens | 10 | -186/+186 |
2012-05-30 | Re-enable sort in help-files | Niklas Johansson | 1 | -6/+0 |
2012-05-16 | reduce static_initialization_and_destruction chain | Caolán McNamara | 1 | -2/+3 |
2012-05-08 | work around spurious signed overflow warnings | Michael Stahl | 1 | -1/+2 |
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | 6 | -21/+21 |
2012-04-29 | xmlhelp is gbuild module | David Tardon | 2 | -1/+0 |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -0/+0 |
2012-04-24 | WaE: silence warnings from msvc2008 (again) | Caolán McNamara | 1 | -0/+10 |