summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/textuno.cxx
AgeCommit message (Expand)Author
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-07tdf#126673 Auto-fit column and auto-fit row don't work with line breakNoel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-06-25tdf#94677 Calc is slow opening large CSV, avoid reset SetUpdateModeNoel Grandin
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-04loplugin:useuniqueptr in ScCellTextDataNoel Grandin
2018-07-04loplugin:useuniqueptr in ScSimpleEditSourceHelperNoel Grandin
2018-07-03loplugin:useuniqueptr in ScHeaderFooterTextDataNoel Grandin
2018-05-28tdf#100756 slowdown in manipulating spreadsheet via UNONoel Grandin
2018-04-24Revert "work around clang-cl ABI bug PR25641"Stephan Bergmann
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin
2017-09-30work around clang-cl ABI bug PR25641Stephan Bergmann
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-08Sigh, MSVC randomly doesn't like '= default' hereStephan Bergmann
2016-12-08Replace manual acquire/release calls with rtl::ReferenceStephan Bergmann
2016-12-01Throw RuntimeException with messageStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-05-18better fix for memory leak around calc header-footer UNO objectsMarkus Mohrhard
2016-05-12use SAL_WARN()Eike Rathke
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke