summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/linkuno.cxx
AgeCommit message (Expand)Author
2015-01-10Resolves: fdo#85617 always store fully encoded external document nameEike Rathke
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
2013-07-09Mark as constTakeshi Abe
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vectorNoel Grandin
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-02-04More on eliminating ScStrCollection.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard