summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
AgeCommit message (Expand)Author
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#737649 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737643 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737641 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737640 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737638 Uncaught exceptionCaolán McNamara
2014-02-25coverity#737632 Uncaught exceptionCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#737636 Uncaught exceptionCaolán McNamara
2014-02-18sal_Bool->bool, and remove some virtual modifiersNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-15Translate German comments to EnglishSven Wehner
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-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/nameuno.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida
2013-07-09Mark as constTakeshi Abe
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
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-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-02-02Remove things not usedJulien Nabet
2012-01-09simplify CharClassCaolán McNamara
2011-11-29Use rtl::Reference<>.Stephan Bergmann
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
2011-11-19don't pass uno interface implementation directlyMarkus Mohrhard
2011-10-27use uno for local range name api, it crashs otherwise sometimesMarkus Mohrhard
2011-10-26add uno part for local range namesMarkus Mohrhard
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-07Duh! I forgot to loop. Silly me.Kohei Yoshida
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida
2011-03-05Adjusted ScNamedRangeObj for the ScRangeName change.Kohei Yoshida
2011-03-05More on adjusting for ScRangeName API change.Kohei Yoshida