summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/linkuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-09Resolves: fdo#85617 always store fully encoded external document nameEike Rathke1-3/+5
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+3
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-20/+20
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+12
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-15/+18
2014-06-24new compilerplugin returnbyrefNoel Grandin1-111/+102
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-9/+6
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-2/+2
2014-05-17Fix previous commitJulien Nabet1-2/+2
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-3/+3
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-5/+5
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-22/+0
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-68/+68
2014-02-25fdo#72041: Intern strings as we populate the external cache.Kohei Yoshida1-10/+16
2014-02-25coverity#737628 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-25coverity#737625 Uncaught exceptionCaolán McNamara1-2/+2
2014-02-25coverity#737623 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-25coverity#737620 Uncaught exceptionCaolán McNamara1-2/+2
2014-02-25coverity#737619 Uncaught exceptionCaolán McNamara1-2/+2
2014-02-25coverity#737618 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-25coverity#737617 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-8/+8
2014-02-18sal_Bool->bool, and remove some virtual modifiersNoel Grandin1-2/+2
2014-01-29coverity#1078995 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida1-7/+7
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-6/+6
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-6/+6
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-6/+6
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-50/+46
2013-10-04convert sc/inc/l*.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-09Mark as constTakeshi Abe1-1/+1
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard1-33/+35
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-79/+78
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-13/+13
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel1-9/+27
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-3/+3
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vectorNoel Grandin1-29/+27
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-8/+5
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+0
2012-02-04More on eliminating ScStrCollection.Kohei Yoshida1-57/+58