summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/textuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-5/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-3/+1
2019-08-07tdf#126673 Auto-fit column and auto-fit row don't work with line breakNoel Grandin1-1/+1
2019-07-20loplugin:referencecasting in scNoel Grandin1-6/+3
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-7/+0
2019-06-25tdf#94677 Calc is slow opening large CSV, avoid reset SetUpdateModeNoel Grandin1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-3/+3
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-91/+3
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-6/+3
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin1-2/+2
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-3/+0
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-04loplugin:useuniqueptr in ScCellTextDataNoel Grandin1-8/+8
2018-07-04loplugin:useuniqueptr in ScSimpleEditSourceHelperNoel Grandin1-6/+6
2018-07-03loplugin:useuniqueptr in ScHeaderFooterTextDataNoel Grandin1-9/+7
2018-05-28tdf#100756 slowdown in manipulating spreadsheet via UNONoel Grandin1-17/+8
2018-04-24Revert "work around clang-cl ABI bug PR25641"Stephan Bergmann1-3/+0
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-3/+3
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-3/+3
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke1-12/+0
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-23TypedWhichId for sc constantsNoel Grandin1-1/+1
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-0/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-16/+16
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin1-7/+3
2017-09-30work around clang-cl ABI bug PR25641Stephan Bergmann1-0/+3
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05tdf#39468 Translate German commentsJens Carl1-3/+3
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