summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2013-12-20typo fixesAndras Timar
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-12Some clean-upStephan Bergmann
2013-12-12Remove newly unused comphelper/TypeGeneration.hxxStephan Bergmann
2013-12-12Simplify comphelper::PropertyInfoStephan Bergmann
2013-12-12Remove unnecessary comphelper::eqFuncStephan Bergmann
2013-12-12Fold SettingsHelperNoState, ChainableHelperNoStateStephan Bergmann
2013-12-12Remove unused comphelper::MasterHelperNoStateStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann
2013-12-06Remove unused comphelper::UStringIEqualStephan Bergmann
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann
2013-12-06Remove unused comphelper::UStringMixHashStephan Bergmann
2013-12-06Get rid of DECLARE_STL_ITERATORSStephan Bergmann
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann
2013-12-05Get rid of DECLARE_STL_SETStephan Bergmann
2013-11-19need a String::EraseAllChars-alike for OUStringBufferCaolán McNamara
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-14Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latterStephan Bergmann
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza
2013-10-28Some clean-upStephan Bergmann
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann
2013-10-28Move implementation details to syntaxhighlight.cxxStephan Bergmann
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann
2013-10-22Make violation of "trailing OUString NUL is impl. detail" more obviousStephan Bergmann
2013-10-22Minor clean-upStephan Bergmann
2013-10-22HighlightPortion's indizes into strings should be sal_Int32Stephan Bergmann
2013-10-22Unwind HighlightPortions typedefStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21Remove comphelper::ComponentContextStephan Bergmann
2013-10-21AccessibleEventNotifier: remove implementation details from headerMichael Stahl
2013-10-16Unwind useless comphelper::ByteSequence typedefStephan Bergmann
2013-10-16Straighten the removeFragment code againStephan Bergmann
2013-10-16cleanupThomas Arnhold