summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
...
* coverity#1079000 Uncaught exceptionCaolán McNamara2014-01-291-1/+2
* bool improvementsStephan Bergmann2014-01-281-2/+2
* coverity#706277 Uncaught exceptionCaolán McNamara2014-01-271-4/+4
* coverity#707679 Uninitialized scalar fieldCaolán McNamara2014-01-271-0/+1
* coverity#705787 Dereference before null checkCaolán McNamara2014-01-271-8/+6
* 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
* typo fixesAndras Timar2013-12-201-1/+1
* css.logging.SimpleLogRing.create() calls initialize w/ empty ArgumentsStephan Bergmann2013-12-191-6/+9
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* Some clean-upStephan Bergmann2013-12-122-52/+17
* Remove newly unused comphelper/TypeGeneration.hxxStephan Bergmann2013-12-122-232/+0
* Simplify comphelper::PropertyInfoStephan Bergmann2013-12-122-38/+23
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-123-4/+4
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-123-35/+26
* Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara2013-12-111-1/+1
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-113-26/+35
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-113-35/+26
* Clean up includes of comphelper/stl_types.hxxStephan Bergmann2013-12-062-2/+0
* Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann2013-12-061-2/+1
* Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann2013-12-063-5/+11
* 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
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-2/+0
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-142-758/+0
* Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latterStephan Bergmann2013-11-142-32/+30
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-8/+0
* 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-044-6/+4
* Disambiguate CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann2013-10-281-14/+14
* comphelper: use boost_headers in unit testMichael Stahl2013-10-281-0/+4
* Some clean-upStephan Bergmann2013-10-281-2/+8
* Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann2013-10-281-79/+47
* Fold SyntaxHighlighter::initialize into ctorStephan Bergmann2013-10-282-35/+15
* Move implementation details to syntaxhighlight.cxxStephan Bergmann2013-10-281-25/+58
* Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann2013-10-282-27/+13
* Correctly fix "Terminating NUL" fixStephan Bergmann2013-10-282-16/+89
* Demonstrate that empty comments are handled just fineStephan Bergmann2013-10-281-0/+8
* Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"Stephan Bergmann2013-10-282-6/+7
* COMPHELPER: Allow empty comments in SyntaxHighlightArnaud Versini2013-10-272-7/+6
* fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza2013-10-231-9/+0
* fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza2013-10-231-16/+0
* Improve testStephan Bergmann2013-10-231-0/+1
* Fix and enable CppunitTest_comphelper_syntaxhighlight_testStephan Bergmann2013-10-232-4/+5
* add inital test for syntaxhighlighterMarkus Mohrhard2013-10-232-0/+82
* Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann2013-10-221-11/+0