summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke1-5/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-4/+4
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-3/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-9/+5
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-4/+1
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke1-14/+14
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-20/+18
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-27/+27
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-10-31coverity#735320 Unchecked return valueEike Rathke1-1/+2
2014-10-12coverity#735322 Unchecked return valueCaolán McNamara1-1/+2
2014-10-12coverity#735321 Unchecked return valueCaolán McNamara1-1/+1
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+8
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