summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-08These function templates want to be inlineStephan Bergmann
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-29Bin superfluous whitespace, ASCII art and useless commentsTor Lillqvist
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27new clang plugin: staticmethodsNoel Grandin
2015-03-19fix windows build and sal_Bool->boolCaolán McNamara
2015-03-19fix windows build(2)Noel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky
2015-03-12vcl: parallelize image scaling.Michael Meeks
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-05TyposAndras Timar
2015-02-28TyposJulien Nabet
2015-02-24use by-ref iteration, omit pointless std::move() and add missing inlineBjoern Michaelsen
2015-02-23use init lists for property sequencesBjoern Michaelsen
2015-02-18boost->stdCaolán McNamara
2015-02-17boost->stdCaolán McNamara
2015-02-16another dependency still requiredCaolán McNamara
2015-02-16boost->stdCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-12these can all be made constCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-30coverity#1267689 Uncaught exceptionCaolán McNamara
2015-01-28Use vector::dataStephan Bergmann
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: comphelperStephan Bergmann
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara
2015-01-05I assume this class is not public due to an oversightDavid Tardon
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18fix typoTakeshi Abe
2014-12-05Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann
2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini