summaryrefslogtreecommitdiff
path: root/svx/source/table/tablecontroller.cxx
AgeCommit message (Expand)Author
2020-12-17tdf#129961 svx: finish UI for table shadow as direct formatMiklos Vajna
2020-12-17tdf#129961 cui: start UI for table shadow as direct formatMiklos Vajna
2020-10-08rearrange to not use pUndoObject after std::moveTomaž Vajngerl
2020-10-06Make Split Table Cell dialog asyncSzymon Kłos
2020-08-11tdf#100772 sd: add uno:DeleteTable to non-NB menusJustin Luth
2020-07-23Make Table Properties dialog asyncSzymon Kłos
2020-02-26tdf#130483 prevent pasting cell exceeds the border.Mark Hung
2019-11-01Bin code that has been commented-out for ten years.Tor Lillqvist
2019-10-31tdf#128454: Make it possible to delete a table's single row or columnTor Lillqvist
2019-10-21loplugin:virtualdead unused param in CreateSvxFormatCellsDialogNoel Grandin
2019-10-03tdf#125565 always send the graphic selection for the tableTomaž Vajngerl
2019-09-27loplugin:virtualdead in svxNoel Grandin
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-08-30tdf#126959 impress table border resize handle supportTomaž Vajngerl
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-27lok: use cell instead of text selection for tables in impressTomaž Vajngerl
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-02-21tdf#123090 Handle removed column with gridSpan.Gülşah Köse
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin
2018-10-11tdf#117721 draw ui: add .uno::SetMinimal[RowHeight|ColumnWidth]Justin Luth
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-28weld SvxFormatCellsDialogCaolán McNamara
2018-09-27Fix typosAndrea Gelmini
2018-09-22tdf#117721 draw ui: add .uno::SetOptimalRowHeightJustin Luth
2018-09-21tdf#117721 draw ui: add .uno::SetOptimalColumnWidthJustin Luth
2018-09-17New loplugin:externalStephan Bergmann
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin
2018-08-15loplugin:useuniqueptr in OverlayObjectListNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-31tdf#119015: don't call TableModel::optimize in CellCursor::merge()Mike Kaganski
2018-07-18Fix typosAndrea Gelmini
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-21tdf#117581 impress: fix selection overlay after moving tableDaniel
2018-05-09tdf#116977 Correctly handle copy-construct of SdrTableObjArmin Le Grand
2018-05-07loplugin:useuniqueptr in SvxTableControllerNoel Grandin
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-03-23Typo: SplittTable -> SplitTableSamuel Mehrbrodt
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-01-28make SvxTableController constructor take SdrTableObjNoel Grandin
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin