summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-07-17tdf#137525 Update ColumnValueSet (and others) to use push/popRMZeroFour1-4/+2
2024-07-03cid#1607629 Uninitialized scalar fieldCaolán McNamara1-0/+1
2024-06-14loplugin:ostr in swNoel Grandin1-34/+34
2023-12-01Related: tdf#158450 use SfxTabPage::GetFrameWeldCaolán McNamara1-1/+1
2023-12-01tdf#158450: fix crash when picking custom colour for column separator lineJulien Nabet1-1/+1
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-03-21jsdialog: enable column dialog (writer)Pranam Lashkari1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2022-11-07sw: prefix members of SwCaptionDialog, SwColumnPage, SwFrameAddPage and ...Miklos Vajna1-1/+1
2022-03-11use more SfxItemSet::GetItemIfSetNoel Grandin1-3/+2
2021-10-10use SfxItemSetFixed in swNoel Grandin1-5/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-5/+5
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin1-4/+1
2021-06-29tdf#143107 related: ensure correct order of which idsMike Kaganski1-4/+3
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-6/+6
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-1/+2
2021-01-22tdf#138546 sw PageDialog: fix bad reset of colwidthJustin Luth1-8/+8
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-4/+4
2020-10-20use tools::Long in swNoel1-33/+33
2020-10-16tdf#136924 draw lines using field text colorJan-Marek Glogowski1-1/+1
2020-07-30loplugin:flatten in sw/ui/dialog..sw/ui/tableNoel Grandin1-14/+14
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara1-2/+2
2020-02-14split out MetricField value conversion functionsCaolán McNamara1-2/+3
2020-01-23tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxxGabor Kelemen1-13/+2
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-3/+3
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-6/+6
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-22/+15
2019-08-05tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*Gabor Kelemen1-0/+1
2019-07-08tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[a-j]*Gabor Kelemen1-0/+3
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+2
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-22weld SwFramePageCaolán McNamara1-12/+12
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-42/+42
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1
2018-10-14weld SwFrameAddPageCaolán McNamara1-1/+1
2018-10-10optimize adding a block of entries at one timeCaolán McNamara1-1/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-4/+1
2018-10-03Related: tdf#120277 inherit from SfxDialogControllerCaolán McNamara1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin1-8/+9
2018-09-30weld SvxLineEndDefTabPageCaolán McNamara1-1/+1
2018-09-24make all the related inheritences formatted the same wayCaolán McNamara1-1/+1
2018-09-20weld CopyDlgCaolán McNamara1-1/+1
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-8/+8
2018-09-17add image support to weld::ComboBoxTextCaolán McNamara1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+2