summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* missing package dependencyMatúš Kukan2012-09-221-1/+4
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-196-32/+22
* Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann2012-09-182-48/+23
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-3/+0
* Simplify AutoOGuardArray + rename private attributeJulien Nabet2012-09-151-7/+4
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-142-4/+5
* First cut on integrating liborcus into libreoffice tree....Kohei Yoshida2012-09-072-0/+7
* fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin2012-09-051-10/+12
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-271-14/+13
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-6/+3
* Replace usage of rtl/memory.h in comphelper with equivalent from string.hArnaud Versini2012-08-253-8/+10
* Some clean up after previous commitStephan Bergmann2012-08-232-22/+17
* fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instancesNoel Grandin2012-08-231-3/+4
* SwXTextTable: add "TableBorder2" propertyMichael Stahl2012-08-202-0/+3
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
* Revert "Cleanup comphelper::storagehelper"Matúš Kukan2012-08-162-332/+356
* Cleanup comphelper::storagehelperTomaž Vajngerl2012-08-162-356/+332
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-142-10/+4
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0812-51/+0
* remove include comments and boxesThomas Arnhold2012-08-0811-31/+0
* remove empty ascii boxes and stuff IIIThomas Arnhold2012-08-072-48/+0
* Remove non-existing forward declarationsThomas Arnhold2012-08-071-2/+0
* Fix windows build where min and max are macrosFridrich Štrba2012-08-021-2/+2
* Typo ressource -> resourceStephan Bergmann2012-07-301-1/+1
* Partially revert "Remove unused defines"Thomas Arnhold2012-07-281-0/+1
* Make comphelper/configuration.hxx work for localized propertiesStephan Bergmann2012-07-252-50/+61
* mhu24: add comphelper::newArray_{null,ex} helpersMichael Stahl2012-07-242-0/+52
* Fix sense of SAL_WARN_IF conditionsStephan Bergmann2012-07-181-2/+2
* unusedcode: drop CellBlock and one small methodMatúš Kukan2012-07-162-15/+0
* simplify include guardsThomas Arnhold2012-07-148-27/+13
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
* Remove unused definesThomas Arnhold2012-07-011-1/+0
* Java5 update - use generics in code, and general cleanupNoel Grandin2012-06-292-27/+22
* re-base on ALv2 code.Michael Meeks2012-06-29139-3395/+1940
* gridfixes: #i117265# implement less-predicate for Date/Time structsFrank Schoenheit [fs]2012-06-291-3/+131
* Remove some more include guardsThomas Arnhold2012-06-293-9/+1
* Remove UNO includes commentsThomas Arnhold2012-06-2923-51/+0
* targetted re-work of cppunit pieces.Michael Meeks2012-06-273-8/+1
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-2/+1
* Fix prefix ++/-- operators for non-primitive typesJulien Nabet2012-06-232-2/+2
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-2166-1527/+966
* re-base on ALv2 code.Michael Meeks2012-06-213-44/+43
* add a route to compare a O[U]String to one code unitCaolán McNamara2012-06-182-0/+33
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-152-32/+0
* don't need to realloc stringCaolán McNamara2012-06-121-1/+2
* removeTrailingChars is the same as stripEndCaolán McNamara2012-06-112-15/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
* Remove superfluous include commentsThomas Arnhold2012-06-092-4/+0
* drop String::ReverseCaolán McNamara2012-06-063-1/+51