summaryrefslogtreecommitdiffstats
path: root/comphelper/inc
Commit message (Expand)AuthorAgeFilesLines
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-6/+18
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-177/+118
* Cleanup two unused boost/bind includes in comphelper.Mario J. Rugiero2015-11-091-1/+0
* boost->stdCaolán McNamara2015-09-141-1/+0
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-201-4/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-1/+1
* boost::noncopyable->'= delete'Caolán McNamara2015-02-161-1/+0
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-1/+0
* Updated all precompiled headers.Ashod Nakashian2015-02-051-3/+12
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-1/+0
* coverity#706466 Uncaught exceptionCaolán McNamara2014-08-301-1/+0
* move boost rng wrapper from sc to comphelperThomas Arnhold2014-05-171-1/+2
* fix-includes.pl: comphelperThomas Arnhold2014-05-111-37/+17
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-092-0/+260
* execute move of global headersBjoern Michaelsen2013-04-23106-16803/+0
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-223-72/+12
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-1/+1
* fdo#60724 successfull -> successfulThomas Arnhold2013-04-152-5/+5
* fdo#60724 correct spellingThomas Arnhold2013-04-151-2/+2
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-072-2/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0756-528/+528
* Replace `compareTo(...) == 0` with ==Ashish Banerjee2013-04-051-3/+3
* Drop redundant typedefStephan Bergmann2013-03-281-3/+1
* ditched now unused comphelper::LocaleEike Rathke2013-03-281-370/+0
* _USE_MATH_DEFINES is already taken care of by sal/config.hStephan Bergmann2013-03-271-6/+2
* sd::DocumentSettings: throwing UnknownPropertyException ...Michael Stahl2013-03-221-5/+5
* binfilter: remove some tracesThomas Arnhold2013-03-031-180/+0
* fdo#39468 Translated German comments to EnglishGábor Nyers2013-03-021-20/+17
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-021-1/+1
* Fix typo "persistant" -> "persistant"Julien Nabet2013-02-281-1/+1
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-224-6/+6
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* add comphelper::string::indexOfAny()Michael Stahl2013-02-181-0/+11
* spelling: otherwhise -> otherwiseIvan Timofeev2013-02-172-6/+6
* Move SyntaxHighlighter class from svtools to comphelperAndras Timar2013-02-161-0/+165
* fdo#46808, convert comphelper::OStorageHelper to XComponentContextNoel Grandin2013-02-111-4/+1
* fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright2013-02-091-1/+1
* fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida2013-02-041-0/+2
* RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith2013-01-314-48/+47
* text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna2013-01-251-0/+2
* fdo#46808, Convert comphelper::MimeConfigurationHelper to XComponentContextNoel Grandin2013-01-151-2/+3
* fdo#46808, use service constructor for embed::FileSystemStorageFactoryNoel Grandin2012-12-131-5/+5
* fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin2012-12-101-16/+16
* mvoe rtl_(u)string_alloc to salLuboš Luňák2012-12-061-45/+0
* workaround for a strange mingw problem caused by fast string operator+Luboš Luňák2012-12-031-1/+2
* comphelper::string::ConstAsciiString support for fast operator+Luboš Luňák2012-12-031-0/+16