summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/linkuno.cxx
AgeCommit message (Expand)Author
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin
2015-10-21boost::ptr_vector -> std::vectorNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-21convert SC_LINKREFTYPE to scoped enumNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-09Resolves: fdo#85617 always store fully encoded external document nameEike Rathke
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-28loplugin: cstylecastNoel Grandin
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-17Fix previous commitJulien Nabet
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25fdo#72041: Intern strings as we populate the external cache.Kohei Yoshida
2014-02-25coverity#737628 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737625 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737623 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737620 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737619 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737618 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737617 Uncaught exceptionCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-18sal_Bool->bool, and remove some virtual modifiersNoel Grandin
2014-01-29coverity#1078995 Uncaught exceptionCaolán McNamara
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida
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-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/l*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin