Age | Commit message (Expand) | Author |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-27 | coverity#706277 Uncaught exception | Caolán McNamara |
2014-01-27 | coverity#707679 Uninitialized scalar field | Caolán McNamara |
2014-01-27 | coverity#705787 Dereference before null check | Caolán McNamara |
2014-01-26 | coverity#1130481 : Uninitialized scalar field | Norbert Thiebaud |
2014-01-22 | Maybe this bool clean-up avoids false -Werror=maybe-uninitialized on Android | Stephan Bergmann |
2014-01-19 | fdo#73549 do not resolve empty locale here if not determined yet | Eike Rathke |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2013-12-20 | typo fixes | Andras Timar |
2013-12-19 | css.logging.SimpleLogRing.create() calls initialize w/ empty Arguments | Stephan Bergmann |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-12 | Some clean-up | Stephan Bergmann |
2013-12-12 | Remove newly unused comphelper/TypeGeneration.hxx | Stephan Bergmann |
2013-12-12 | Simplify comphelper::PropertyInfo | Stephan Bergmann |
2013-12-12 | Do not use C++-UNO internal static_type functions in client code | Stephan Bergmann |
2013-12-12 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-11 | Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia' | Caolán McNamara |
2013-12-11 | Revert "Don't hold css::uno::Type instances by pointer" | Stephan Bergmann |
2013-12-11 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-06 | Clean up includes of comphelper/stl_types.hxx | Stephan Bergmann |
2013-12-06 | Default OMultiTypeInferfaceContainerHelperVar equalImpl parameter | Stephan Bergmann |
2013-12-06 | Get rid of DECLARE_STL_USTRINGACCESS_MAP | Stephan Bergmann |
2013-11-21 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL | Noel Grandin |
2013-11-20 | Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls" | Noel Grandin |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls | Noel Grandin |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-14 | SAL_WARN_UNUSED com::sun::star::uno::Any | Stephan Bergmann |
2013-11-14 | Move MediaDescriptor from comphelper to unotools | Stephan Bergmann |
2013-11-14 | Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latter | Stephan Bergmann |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann |
2013-11-07 | fdo#63020: Replace ::comphelper::stl_begin()... | Marcos Paulo de Souza |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-28 | Disambiguate CPPUNIT_ASSERT_EQUAL arguments | Stephan Bergmann |
2013-10-28 | comphelper: use boost_headers in unit test | Michael Stahl |
2013-10-28 | Some clean-up | Stephan Bergmann |
2013-10-28 | Remove unnecessary SyntaxHighlighter::Tokenizer statefulness | Stephan Bergmann |
2013-10-28 | Fold SyntaxHighlighter::initialize into ctor | Stephan Bergmann |
2013-10-28 | Move implementation details to syntaxhighlight.cxx | Stephan Bergmann |
2013-10-28 | Remove unused SimpleTokenizer_Impl::nLine/nCol | Stephan Bergmann |
2013-10-28 | Correctly fix "Terminating NUL" fix | Stephan Bergmann |
2013-10-28 | Demonstrate that empty comments are handled just fine | Stephan Bergmann |
2013-10-28 | Revert "COMPHELPER: Allow empty comments in SyntaxHighlight" | Stephan Bergmann |
2013-10-27 | COMPHELPER: Allow empty comments in SyntaxHighlight | Arnaud Versini |
2013-10-23 | fdo#54938: Replace existsValue for cppu::supportsService | Marcos Paulo de Souza |
2013-10-23 | fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead. | Marcos Paulo de Souza |
2013-10-23 | Improve test | Stephan Bergmann |
2013-10-23 | Fix and enable CppunitTest_comphelper_syntaxhighlight_test | Stephan Bergmann |
2013-10-23 | add inital test for syntaxhighlighter | Markus Mohrhard |
2013-10-22 | Remove unnecessary component_getProcessComponentContext C wrapper | Stephan Bergmann |
2013-10-22 | Make violation of "trailing OUString NUL is impl. detail" more obvious | Stephan Bergmann |