summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/unoobj/nameuno.cxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida2014-07-281-1/+1
* remove whitespaceMarkus Mohrhard2014-06-251-7/+0
* new compilerplugin returnbyrefNoel Grandin2014-06-241-65/+65
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet2014-05-171-3/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet2014-05-081-2/+2
* sc: sal_Bool->boolNoel Grandin2014-04-231-7/+7
* fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida2014-04-071-2/+2
* whitespace cleanup in scMarkus Mohrhard2014-04-061-16/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-42/+42
* coverity#737649 Uncaught exceptionCaolán McNamara2014-02-251-2/+3
* coverity#737643 Uncaught exceptionCaolán McNamara2014-02-251-1/+2
* coverity#737641 Uncaught exceptionCaolán McNamara2014-02-251-1/+2
* coverity#737640 Uncaught exceptionCaolán McNamara2014-02-251-1/+2
* coverity#737638 Uncaught exceptionCaolán McNamara2014-02-251-1/+1
* coverity#737632 Uncaught exceptionCaolán McNamara2014-02-251-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-8/+8
* coverity#737636 Uncaught exceptionCaolán McNamara2014-02-231-1/+1
* sal_Bool->bool, and remove some virtual modifiersNoel Grandin2014-02-181-2/+2
* sal_Bool->boolNoel Grandin2014-02-141-2/+2
* bool improvementsStephan Bergmann2014-01-281-1/+1
* Translate German comments to EnglishSven Wehner2014-01-151-22/+22
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-7/+7
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-7/+7
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-7/+7
* fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza2013-12-091-2/+2
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-2/+2
* convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin2013-10-081-3/+3
* convert sc/inc/nameuno.hxx from String to OUStringNoel Grandin2013-10-041-4/+4
* convert sc/inc/r*.hxx from String to OUStringNoel Grandin2013-10-041-2/+2
* No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida2013-08-121-10/+5
* Mark as constTakeshi Abe2013-07-091-2/+2
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-2/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-32/+32
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-3/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-3/+3
* Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini2012-07-281-1/+1
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-151-9/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-3/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-5/+5
* Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks2012-04-021-14/+5
* Remove things not usedJulien Nabet2012-02-021-8/+0
* simplify CharClassCaolán McNamara2012-01-091-5/+5
* Use rtl::Reference<>.Stephan Bergmann2011-11-291-2/+2
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
* change ScRangeName's container to boost::ptr_mapMarkus Mohrhard2011-11-241-7/+7
* remove ScRangeName::findByNameMarkus Mohrhard2011-11-231-5/+5
* don't pass uno interface implementation directlyMarkus Mohrhard2011-11-191-3/+3