summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/textuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-33/+20
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-12-08Sigh, MSVC randomly doesn't like '= default' hereStephan Bergmann1-1/+1
2016-12-08Replace manual acquire/release calls with rtl::ReferenceStephan Bergmann1-18/+6
2016-12-01Throw RuntimeException with messageStephan Bergmann1-1/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+2
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-3/+6
2016-05-24loplugin:unusedmethods in scNoel Grandin1-9/+0
2016-05-18better fix for memory leak around calc header-footer UNO objectsMarkus Mohrhard1-18/+20
2016-05-12use SAL_WARN()Eike Rathke1-4/+3
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-3/+6
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke1-31/+31
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis1-5/+8
2016-03-23loplugin:constantparam in scNoel Grandin1-3/+3
2016-03-14use unique_ptr for memory owning ptrMarkus Mohrhard1-5/+2
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2015-12-01fix memory leaks on loading and saving an ods fileDennis Francis1-0/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-03-06V801: Decreased performanceCaolán McNamara1-8/+8
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann1-14/+14
2014-10-28loplugin: cstylecastNoel Grandin1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-11/+11
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-20/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-33/+33
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-02-14sal_Bool->boolNoel Grandin1-3/+3
2014-02-12sal_Bool->boolNoel Grandin1-2/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-2/+2
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-2/+2
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-2/+2
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin1-3/+3
2013-05-20Fix memory leak.Kohei Yoshida1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-6/+9
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida1-1/+1
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-1/+1
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-4/+4
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0