Age | Commit message (Expand) | Author | Files | Lines |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin | 1 | -6/+2 |
2012-12-13 | fdo#46808, use service constructor for embed::FileSystemStorageFactory | Noel Grandin | 2 | -25/+12 |
2012-12-10 | fdo#46808, use service constructor for embed::StorageFactory | Noel Grandin | 2 | -48/+35 |
2012-12-06 | mvoe rtl_(u)string_alloc to sal | Luboš Luňák | 2 | -82/+0 |
2012-12-03 | workaround for a strange mingw problem caused by fast string operator+ | Luboš Luňák | 1 | -1/+2 |
2012-12-03 | comphelper::string::ConstAsciiString support for fast operator+ | Luboš Luňák | 1 | -0/+16 |
2012-11-30 | API CHANGE: remove com.sun.star.text.XModule | Michael Stahl | 1 | -1/+0 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 10 | -39/+0 |
2012-11-29 | API CHANGE a11y unpublishing and add/removeListener rename. | Thorsten Behrens | 4 | -12/+10 |
2012-11-28 | OUString::trim() does not modify in-place | Tor Lillqvist | 1 | -1/+1 |
2012-11-28 | fdo#46808, Adapt reflection::ProxyFactory UNO service to new style | Noel Grandin | 4 | -57/+50 |
2012-11-28 | fdo#46808, use service constructor for i18n::Collator | Noel Grandin | 2 | -23/+9 |
2012-11-22 | convert users of XDocumentInfo to XDocumentProperties | Michael Stahl | 1 | -1/+1 |
2012-11-05 | fdo#46808, use service constructor for i18n::CharacterClassification | Noel Grandin | 1 | -6/+2 |
2012-10-26 | Remove obsolete comment | Stephan Bergmann | 1 | -1/+0 |
2012-10-26 | Turn SAL_INFO back to SAL_WARN | Stephan Bergmann | 1 | -1/+1 |
2012-10-26 | Simplify SAL_INFO usage even further | Stephan Bergmann | 1 | -9/+6 |
2012-10-25 | comphelper: convert OSL_* to SAL_* in namedvaluecollection | Miklos Vajna | 1 | -2/+3 |
2012-10-24 | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext | Noel Grandin | 2 | -11/+11 |
2012-10-24 | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext | Noel Grandin | 2 | -15/+15 |
2012-10-23 | fdo#46808, use service constructor for i18n::BreakIterator | Noel Grandin | 2 | -9/+5 |
2012-10-23 | fdo#46808, use service constructor for beans::Introspection | Noel Grandin | 2 | -17/+6 |
2012-10-23 | fdo#46808, use service constructor for uri::UriReferenceFactory | Noel Grandin | 1 | -5/+4 |
2012-10-22 | fdo#46808, Adapt xml::sax::XWriter UNO service to new style | Noel Grandin | 2 | -35/+28 |
2012-10-18 | better to throw and report exact failure | Caolán McNamara | 1 | -1/+1 |
2012-10-04 | sal_Bool -> bool in comphelper | Noel Grandin | 1 | -5/+5 |
2012-10-04 | sal_Bool -> bool in comphelper | Noel Grandin | 2 | -8/+8 |
2012-10-04 | fdo#46808, Adapt xml::sax::XParser UNO service to new style | Noel Grandin | 2 | -11/+11 |
2012-10-04 | fdo#46808, Adapt task::InteractionHandler UNO service to new style | Noel Grandin | 2 | -4/+31 |
2012-10-01 | fdo#51304: Remove the author of some java source files | Anurag Jain | 1 | -2/+0 |
2012-09-29 | Use comphelper::getComponentContext | Stephan Bergmann | 1 | -20/+3 |
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | 2 | -4/+0 |
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | 2 | -2/+4 |
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | 2 | -0/+2 |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud | 7 | -16/+16 |
2012-09-22 | missing package dependency | Matúš Kukan | 1 | -1/+4 |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann | 6 | -32/+22 |
2012-09-18 | Make getProcessComponentContext/ServiceFactory throw instead of returning null | Stephan Bergmann | 2 | -48/+23 |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud | 1 | -3/+0 |
2012-09-15 | Simplify AutoOGuardArray + rename private attribute | Julien Nabet | 1 | -7/+4 |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann | 2 | -4/+5 |
2012-09-07 | First cut on integrating liborcus into libreoffice tree.... | Kohei Yoshida | 2 | -0/+7 |
2012-09-05 | fdo#46808, Adapt reflection::CoreReflection UNO service to new style | Noel Grandin | 1 | -10/+12 |
2012-08-27 | fdo#46808, Adapt TempFile UNO service to new style | Noel Grandin | 1 | -14/+13 |
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin | 1 | -6/+3 |
2012-08-25 | Replace usage of rtl/memory.h in comphelper with equivalent from string.h | Arnaud Versini | 3 | -8/+10 |
2012-08-23 | Some clean up after previous commit | Stephan Bergmann | 2 | -22/+17 |
2012-08-23 | fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instances | Noel Grandin | 1 | -3/+4 |
2012-08-20 | SwXTextTable: add "TableBorder2" property | Michael Stahl | 2 | -0/+3 |
2012-08-17 | gbuild: register all jars | Michael Stahl | 1 | -5/+5 |