summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Mark overriding OwnServiceImpl class template member functions as SAL_OVERRIDEStephan Bergmann1-3/+3
2014-03-11Mark overriding cppuhelper class template member functions as SAL_OVERRIDEStephan Bergmann1-26/+26
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann1-1/+1
2014-03-11Typos in commentStephan Bergmann1-2/+2
2014-03-11No need for NotifyAccessibleEvent to be virtualStephan Bergmann1-1/+1
2014-03-11No need for fillAggregatePropertyInfoByHandle to be virtualStephan Bergmann1-1/+1
2014-03-11OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypesStephan Bergmann1-2/+1
2014-03-10comphelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-5/+1
2014-03-01Remove visual noise from includeAlexander Wilms63-565/+565
2014-02-27coverity#1187646 unused mpAbortCaolán McNamara1-2/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann39-282/+282
2014-02-25coverity#983702 Uncaught exceptionCaolán McNamara3-6/+16
2014-02-24comphelper: EmbeddedObjectContainer::GetObjectStream methodsJacobo Aragunde Pérez1-0/+4
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-11/+0
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann1-19/+0
2014-02-18sal_Bool -> bool fixupStephan Bergmann2-0/+4
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann30-122/+122
2014-02-12Unwind comphelper::OPropertyContainer_Base typedefStephan Bergmann1-6/+2
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet2-2/+2
2014-02-07silence coverity#1027865 Out-of-bounds accessCaolán McNamara1-0/+8
2014-01-29coverity#1079000 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-20misuse of OUString::boolean on sal_uInt8 valuesCaolán McNamara1-1/+1
2013-12-20typo fixesAndras Timar7-11/+11
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+4
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-3/+0
2013-12-12Some clean-upStephan Bergmann2-22/+20
2013-12-12Remove newly unused comphelper/TypeGeneration.hxxStephan Bergmann1-120/+0
2013-12-12Simplify comphelper::PropertyInfoStephan Bergmann3-13/+10
2013-12-12Remove unnecessary comphelper::eqFuncStephan Bergmann1-12/+2
2013-12-12Fold SettingsHelperNoState, ChainableHelperNoStateStephan Bergmann1-26/+18
2013-12-12Remove unused comphelper::MasterHelperNoStateStephan Bergmann1-8/+0
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-2/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann2-8/+5
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2-5/+8
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann2-8/+5
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann2-2/+0
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann1-17/+2
2013-12-06Remove unused comphelper::UStringIEqualStephan Bergmann1-6/+0
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann1-5/+0
2013-12-06Remove unused comphelper::UStringMixHashStephan Bergmann1-13/+0
2013-12-06Get rid of DECLARE_STL_ITERATORSStephan Bergmann1-8/+0
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann3-6/+8
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann1-3/+0
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann1-5/+0
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann2-6/+5
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-7/+2
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann1-5/+0
2013-12-05Get rid of DECLARE_STL_SETStephan Bergmann1-4/+0
2013-11-19need a String::EraseAllChars-alike for OUStringBufferCaolán McNamara1-0/+23