summaryrefslogtreecommitdiff
path: root/svx/source/table/tablecontroller.cxx
AgeCommit message (Expand)Author
2022-06-27tdf#148522 svx: fix undo of cell border changes text alignment in other cellsMiklos Vajna
2021-10-08loplugin:moveparam in svxNoel Grandin
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-09-19allocate this SfxItemSet on stackNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-07-20no need to allocate the selectionOverlay separately in SvxTableControllerNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-04Implemented Delete key deletes the table when all the cells are selectedmerttumer
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-04tdf#139500 svx: fix crash on changing table properties during active text editMiklos Vajna
2021-05-03Implemented CTRL + A selects all the cellsmerttumer
2021-05-03Fix ESC key selects all the cells of the table objectmerttumer
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2020-12-15tdf#129961 svx: finish UI for table shadow as direct formatMiklos Vajna
2020-12-14tdf#129961 cui: start UI for table shadow as direct formatMiklos Vajna
2020-11-13Make Split Table Cell dialog asyncSzymon Kłos
2020-11-04Fix typo in codeAndrea Gelmini
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-10-02rearrange to not use pUndoObject after std::moveTomaž Vajngerl
2020-09-30loplugin:reducevarscope in svxNoel
2020-09-21Make Table Properties dialog asyncSzymon Kłos
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-06loplugin:flatten in svxNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-07tdf#100772 sd: add uno:DeleteTable to non-NB menusJustin Luth
2020-06-05Upcoming loplugin:elidestringvar: svxStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-03-19add operator* to tools::WeakReferenceNoel Grandin
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-02-15tdf#130483 prevent pasting cell exceeds the border.Mark Hung
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
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