summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-6/+8
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-65/+65
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
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-2/+2
2014-04-23sc: sal_Bool->boolNoel Grandin1-7/+7
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-16/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-42/+42
2014-02-25coverity#737649 Uncaught exceptionCaolán McNamara1-2/+3
2014-02-25coverity#737643 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-25coverity#737641 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-25coverity#737640 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-25coverity#737638 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-25coverity#737632 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-8/+8
2014-02-23coverity#737636 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-18sal_Bool->bool, and remove some virtual modifiersNoel Grandin1-2/+2
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-15Translate German comments to EnglishSven Wehner1-22/+22
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-7/+7
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-7/+7
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-7/+7
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza1-2/+2
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-2/+2
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-10-04convert sc/inc/nameuno.hxx from String to OUStringNoel Grandin1-4/+4
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida1-10/+5
2013-07-09Mark as constTakeshi Abe1-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-32/+32
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-9/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+5
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-14/+5
2012-02-02Remove things not usedJulien Nabet1-8/+0
2012-01-09simplify CharClassCaolán McNamara1-5/+5
2011-11-29Use rtl::Reference<>.Stephan Bergmann1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-7/+7
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-5/+5