summaryrefslogtreecommitdiff
path: root/comphelper/inc
AgeCommit message (Expand)AuthorFilesLines
2013-02-11fdo#46808, convert comphelper::OStorageHelper to XComponentContextNoel Grandin1-4/+1
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright1-1/+1
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-0/+2
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith4-48/+47
2013-01-25text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna1-0/+2
2013-01-15fdo#46808, Convert comphelper::MimeConfigurationHelper to XComponentContextNoel Grandin1-2/+3
2012-12-13fdo#46808, use service constructor for embed::FileSystemStorageFactoryNoel Grandin1-5/+5
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-16/+16
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák1-45/+0
2012-12-03workaround for a strange mingw problem caused by fast string operator+Luboš Luňák1-1/+2
2012-12-03comphelper::string::ConstAsciiString support for fast operator+Luboš Luňák1-0/+16
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens3-21/+0
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2-6/+4
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2-16/+16
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-4/+4
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-6/+7
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-4/+2
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-2/+2
2012-10-04sal_Bool -> bool in comphelperNoel Grandin1-6/+6
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-3/+3
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-4/+11
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann1-23/+7
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida1-0/+1
2012-08-25Replace usage of rtl/memory.h in comphelper with equivalent from string.hArnaud Versini1-2/+2
2012-08-23Some clean up after previous commitStephan Bergmann1-8/+13
2012-08-20SwXTextTable: add "TableBorder2" propertyMichael Stahl1-0/+1
2012-08-16Revert "Cleanup comphelper::storagehelper"Matúš Kukan1-86/+91
2012-08-16Cleanup comphelper::storagehelperTomaž Vajngerl1-91/+86
2012-08-08reduce ascii noise and useless commentsThomas Arnhold7-33/+0
2012-08-08remove include comments and boxesThomas Arnhold7-20/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-2/+0
2012-08-02Fix windows build where min and max are macrosFridrich Štrba1-2/+2
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
2012-07-28Partially revert "Remove unused defines"Thomas Arnhold1-0/+1
2012-07-25Make comphelper/configuration.hxx work for localized propertiesStephan Bergmann1-2/+0
2012-07-24mhu24: add comphelper::newArray_{null,ex} helpersMichael Stahl1-0/+51
2012-07-16unusedcode: drop CellBlock and one small methodMatúš Kukan1-5/+0
2012-07-14simplify include guardsThomas Arnhold8-27/+13
2012-07-01Remove unused definesThomas Arnhold1-1/+0
2012-06-29re-base on ALv2 code.Michael Meeks56-1296/+793
2012-06-29Remove some more include guardsThomas Arnhold3-9/+1
2012-06-29Remove UNO includes commentsThomas Arnhold11-25/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks43-994/+638
2012-06-18add a route to compare a O[U]String to one code unitCaolán McNamara1-0/+20
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-13/+0
2012-06-12don't need to realloc stringCaolán McNamara1-1/+2
2012-06-11removeTrailingChars is the same as stripEndCaolán McNamara1-3/+0
2012-06-06drop String::ReverseCaolán McNamara1-0/+15