summaryrefslogtreecommitdiffstats
path: root/comphelper/source/misc
Commit message (Expand)AuthorAgeFilesLines
* move boost rng wrapper from sc to comphelperThomas Arnhold2014-05-171-0/+54
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* fdo#78159: fix import of OOoXML embedded objectsMichael Stahl2014-05-151-1/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2014-05-131-3/+3
* fix-includes.pl: comphelperThomas Arnhold2014-05-1120-61/+61
* callcatcher: update unused codeCaolán McNamara2014-05-091-112/+0
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* fixincludeguards.sh: comphelperThomas Arnhold2014-04-193-6/+6
* Typo: s/cant/can't/Tor Lillqvist2014-04-181-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-076-26/+5
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-037-9/+9
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-2/+2
* typo: tempoary -> temporaryThomas Arnhold2014-03-291-1/+1
* typo: previos -> previousThomas Arnhold2014-03-291-1/+1
* typo: decription -> descriptionThomas Arnhold2014-03-291-7/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-266-40/+40
* OAccessibleContextWrapperHelper does not implement XAccessibleContextStephan Bergmann2014-03-141-6/+6
* Fix races in AsyncEventNotifier::executeStephan Bergmann2014-03-141-68/+28
* comphelper::OIHWrapNoFilterDialog does not implement XInitializationStephan Bergmann2014-03-131-10/+0
* Leftover SAL_CALLStephan Bergmann2014-03-111-1/+1
* Clean up uses of rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLengthStephan Bergmann2014-03-011-5/+2
* coverity#1187647 try and help coverity out hereCaolán McNamara2014-02-271-4/+4
* coverity#1187646 unused mpAbortCaolán McNamara2014-02-271-6/+4
* Remove visual noise from comphelperAlexander Wilms2014-02-2732-233/+233
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2623-150/+150
* coverity#983702 Uncaught exceptionCaolán McNamara2014-02-251-1/+2
* Remove unneccessary commentsAlexander Wilms2014-02-2336-436/+428
* comphelper: sal_Bool -> bool sequelStephan Bergmann2014-02-191-2/+2
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-1724-156/+156
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-171-2/+2
* silence coverity#1027865 Out-of-bounds accessCaolán McNamara2014-02-071-2/+14
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-2/+0
* coverity#706277 Uncaught exceptionCaolán McNamara2014-01-271-4/+4
* coverity#1130481 : Uninitialized scalar fieldNorbert Thiebaud2014-01-261-0/+1
* Maybe this bool clean-up avoids false -Werror=maybe-uninitialized on AndroidStephan Bergmann2014-01-221-4/+4
* fdo#73549 do not resolve empty locale here if not determined yetEike Rathke2014-01-191-1/+1
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-9/+9
* css.logging.SimpleLogRing.create() calls initialize w/ empty ArgumentsStephan Bergmann2013-12-191-6/+9
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-121-1/+1
* Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara2013-12-111-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-211-1/+1
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-1/+1
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-1/+1
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-141-757/+0
* Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latterStephan Bergmann2013-11-142-32/+30
* fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza2013-11-071-5/+2
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-043-3/+3
* Some clean-upStephan Bergmann2013-10-281-2/+8
* Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann2013-10-281-79/+47