summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#128313 disambiguate flow-to search resultsCaolán McNamara2019-10-241-0/+34
* warn on load when a document binds an event to a macroCaolán McNamara2019-08-151-1/+4
* Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2019-05-311-1/+1
* Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara2019-05-141-2/+7
* tdf#107592 Impress PPS save to ODP slowNoel Grandin2019-05-131-0/+4
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
* tdf#124400 a11y: add accessible IDSamuel Thibault2019-05-091-2/+5
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-302-17/+0
* Fix Android build after commit ac419786b3244d909901db053841862abf5e7a2fMike Kaganski2019-04-291-0/+28
* optimise comphelper::AttributeList a littleNoel Grandin2019-04-291-8/+32
* Don't use std::function in scope guard for performance reasonsMike Kaganski2019-04-262-33/+47
* SolarMutex::m_nThreadId is read without SolarMutex::m_aMutex lockedStephan Bergmann2019-04-261-1/+4
* tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen2019-04-1913-31/+27
* Fix build after 9be7991df15da9d4d954eeac1ec342ad1a2b7467Mike Kaganski2019-04-121-1/+1
* Don't crash if the BSTR pointer in a VARIANT is (weirdly) nullTor Lillqvist2019-04-121-2/+5
* Fix typoAndrea Gelmini2019-04-101-1/+1
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-071-1/+1
* Fix typosJens Carl2019-04-031-2/+2
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-271-1/+1
* Increase the life-cycle of threads in thread-pool...Dennis Francis2019-03-211-2/+7
* Write HiDPI consistently without a hyphenTor Lillqvist2019-03-121-2/+2
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-5/+1
* OSequenceIterator is not necessary anymoreNoel Grandin2019-03-041-73/+0
* Revert "new loplugin typedefparam"Noel Grandin2019-03-041-1/+5
* new loplugin typedefparamNoel Grandin2019-03-041-5/+1
* Use implCopySequence to avoid overhead of non-const operator[]Mike Kaganski2019-03-021-4/+2
* Use parameter pack + folding to have only one concatSequencesMike Kaganski2019-03-011-34/+7
* remove some unused typedefsNoel Grandin2019-02-282-2/+0
* loplugin:unusedfields in variousNoel Grandin2019-02-251-9/+1
* find-unneeeded-includes: don't propose to replace o3tl/deleter.hxxGabor Kelemen2019-01-241-2/+1
* Fix typosAndrea Gelmini2018-11-161-1/+1
* tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt2018-11-121-0/+47
* sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky2018-11-081-0/+4
* coverity#1441101: Use std::atomic instead of volatileStephan Bergmann2018-11-081-1/+5
* reduce cost of ProfileZone when it is not activeNoel Grandin2018-11-061-2/+11
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-2/+2
* Log unopkg errors to log file if requestedSamuel Mehrbrodt2018-10-261-0/+4
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-243-11/+11
* tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski2018-10-081-0/+49
* Fix undefined css::uno::Reference<css::uno::XComponentContext> dtorStephan Bergmann2018-10-081-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-0840-92/+95
* Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt2018-10-021-0/+42
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-2432-82/+95
* Replace SAL_DELETED_FUNCTION with = delete in internal codeStephan Bergmann2018-09-201-8/+4
* Move yield mutex handling into SalInstanceJan-Marek Glogowski2018-09-181-3/+3
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-09-181-0/+5
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-062-3/+4
* tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2018-08-311-1/+2
* Fix typosAndrea Gelmini2018-08-301-1/+1
* don't declare allocation operators for internal codeNoel Grandin2018-08-301-10/+0