summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
AgeCommit message (Expand)Author
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin
2023-05-05tdf#131759 - Remember last used option in split table dialogAndreas Heinisch
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-09make default selected table style to Default Table Style for only onlineMert Tumer
2023-02-09sw: change inserttable style option default to 1Mert Tumer
2022-12-05sw: prefix members of SwFootNotePage, SwFormatTablePage, ...Miklos Vajna
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-10-17sw: prefix members of SwSvxNumBulletTabDialog, SwTableTabDlg, ...Miklos Vajna
2022-10-10sw: prefix members of SwOutlineTabDialog, SwSplitTableDlg, ...Miklos Vajna
2022-10-07set the background before setting the DrawModeCaolán McNamara
2022-09-26sw: prefix members of SwInsTableDlg, SwRenameXNamedDlg, SwSaveLabelDlg ...Miklos Vajna
2022-08-29sw: prefix members of SwAuthorMarkPane, SwCaptionDialog, ...Miklos Vajna
2022-03-24Resolves tdf#140439 - AutoFormat Table preview not using DOCCOLORHeiko Tietze
2022-03-24loplugin:constantparamNoel Grandin
2022-03-11use more SfxItemSet::GetItemIfSetNoel Grandin
2022-02-24use more TypedWhichIdNoel Grandin
2022-01-05Fixed tdf#143142 when unable to scroll table column width properties.alt
2021-10-08tdf#143142 Solve the button cannot be used when table column is 6Verne-Lai
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin
2021-05-26fix another leak in SwInsTableDlgNoel Grandin
2021-05-26fix leak in SwInsTableDlgNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-26loplugin:flattenNoel
2021-01-01Typo in code 'Reapeat'->'Repeat'Julien Nabet
2020-12-29tdf#134881 sw table dlg: make column change %-proportionalJustin Luth
2020-11-19tdf#134779 Warning generated if the table size exceeds a particular limitAnshu
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer
2020-10-20use tools::Long in swNoel
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-31duplicate lineCaolán McNamara
2020-08-14tdf#135693 rerun the callbacks on inconsistency just onceCaolán McNamara
2020-08-05tdf#134914 reset table width/left/right range to initial conditionsCaolán McNamara
2020-08-05dito->dittoCaolán McNamara
2020-08-05tdf#134925 keep a copy of the original SwTableRep to Reset back toCaolán McNamara
2020-08-04tdf#134930 remaining space is for display only purposesCaolán McNamara
2020-08-04tdf#134925 operate on a copy of the original SwTableRepCaolán McNamara
2020-07-30loplugin:flatten in sw/ui/dialog..sw/ui/tableNoel Grandin
2020-07-28tdf#135021 if the input width is changed, rerun the callbacksCaolán McNamara
2020-05-22Don't show styles frame in insert table in onlineSzymon Kłos
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-08tdf#130475 Remove mysterious grab focusJim Raykowski
2020-01-23tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxxGabor Kelemen
2019-12-11convert SwFrameSize to scoped enumNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann