summaryrefslogtreecommitdiff
path: root/svx/source/table/tablemodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02convert TableModel to comphelper::WeakComponentImplHelperNoel Grandin1-24/+16
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen1-1/+0
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann1-2/+2
2023-06-29Use getXWeak in svxMike Kaganski1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-2/+2
2023-05-02use more specific class in sdr::table::CellNoel Grandin1-0/+1
2022-09-06svx: remove "using namespace *" in tablemodel.cxxTomaž Vajngerl1-56/+49
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-2/+2
2021-03-16tdf#136956 reorder undo actions in removeColumnsMark Hung1-26/+35
2021-02-15loplugin:referencecasting in svxNoel1-3/+3
2020-11-04Fix typo in codeAndrea Gelmini1-2/+2
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski1-6/+7
2020-08-06loplugin:flatten in svxNoel Grandin1-263/+263
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin1-2/+2
2019-09-01loplugin:unusedmethodsNoel Grandin1-9/+0
2019-08-30tdf#126959 impress table border resize handle supportTomaž Vajngerl1-0/+8
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin1-1/+1
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-5/+4
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov1-15/+9
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+2
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-4/+5
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen1-5/+5
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-39/+35
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-35/+39
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-39/+35
2018-03-23ofz#7065 Integer-overflowCaolán McNamara1-1/+1
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-2/+2
2018-01-02cppcheck: fix prefer ++/-- for non primitive typesJulien Nabet1-15/+1
2017-12-10ofz#4581 Integer-overflowCaolán McNamara1-1/+2
2017-10-23loplugin:includeform: svxStephan Bergmann1-6/+6
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-02loplugin:casttovoid: svxStephan Bergmann1-4/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-27/+27
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-1/+1
2016-09-12impress: extend dumpAsXml to table cell and stylesNoel Grandin1-0/+12
2016-07-27loplugin:countusersofdefaultparams in svxNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-12/+0
2016-06-08tdf#100269 svx: fix undo of table column resizeMiklos Vajna1-0/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-9/+9
2016-02-09Remove excess newlinesChris Sherlock1-43/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-02-14Typo: avalaible->availableJulien Nabet1-2/+2
2014-07-01coverity#735883 Unchecked dynamic_castCaolán McNamara1-13/+6