summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/linkuno.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-5/+5
2011-08-30String / bool conversions for ScTableLink.Kohei Yoshida1-1/+1
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida1-2/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-1/+1
2011-03-14More on build errors and warnings.Kohei Yoshida1-3/+3
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-47/+47
2011-03-01Replaced String with rtl::OUString.Kohei Yoshida1-1/+1
2011-03-02Removed dead codeTakeshi Abe1-4/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-50/+50
2010-12-17Implemented ScMatrixRef using boost::intrusive_ptr.Kohei Yoshida1-1/+1
2010-11-12RTL_CONSTASCII_USTRINGPARAM for calc_unoobjJulien Nabet1-4/+4
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud1-90/+90
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2