summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19css.logging.SimpleLogRing.create() calls initialize w/ empty ArgumentsStephan Bergmann1-6/+9
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-12Some clean-upStephan Bergmann2-52/+17
2013-12-12Remove newly unused comphelper/TypeGeneration.hxxStephan Bergmann2-232/+0
2013-12-12Simplify comphelper::PropertyInfoStephan Bergmann2-38/+23
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann3-4/+4
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann3-35/+26
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann3-26/+35
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann3-35/+26
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann2-2/+0
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-2/+1
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann3-5/+11
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-1/+1
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-1/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-2/+0
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2-758/+0
2013-11-14Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latterStephan Bergmann2-32/+30
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-8/+0
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-5/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin4-6/+4
2013-10-28Disambiguate CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann1-14/+14
2013-10-28comphelper: use boost_headers in unit testMichael Stahl1-0/+4
2013-10-28Some clean-upStephan Bergmann1-2/+8
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann1-79/+47
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann2-35/+15
2013-10-28Move implementation details to syntaxhighlight.cxxStephan Bergmann1-25/+58
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann2-27/+13
2013-10-28Correctly fix "Terminating NUL" fixStephan Bergmann2-16/+89
2013-10-28Demonstrate that empty comments are handled just fineStephan Bergmann1-0/+8
2013-10-28Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"Stephan Bergmann2-6/+7
2013-10-27COMPHELPER: Allow empty comments in SyntaxHighlightArnaud Versini2-7/+6
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza1-9/+0
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza1-16/+0
2013-10-23Improve testStephan Bergmann1-0/+1
2013-10-23Fix and enable CppunitTest_comphelper_syntaxhighlight_testStephan Bergmann2-4/+5
2013-10-23add inital test for syntaxhighlighterMarkus Mohrhard2-0/+82
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann1-11/+0
2013-10-22Make violation of "trailing OUString NUL is impl. detail" more obviousStephan Bergmann1-7/+7
2013-10-22Minor clean-upStephan Bergmann1-7/+3
2013-10-22HighlightPortion's indizes into strings should be sal_Int32Stephan Bergmann1-2/+2
2013-10-22Unwind HighlightPortions typedefStephan Bergmann1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-22Terminating NUL at end of its buffer is not considered part of OUStringStephan Bergmann1-1/+1
2013-10-21Remove comphelper::ComponentContextStephan Bergmann2-116/+0
2013-10-21fdo#70465: speed up AccessibleEventNotifier::generateId()Michael Stahl1-29/+57
2013-10-21remove pointless EventListeners typedefMichael Stahl1-5/+5