summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/align.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)1-7/+7
2022-11-22loplugin:unusedfields update the post-process scriptNoel Grandin1-1/+0
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin1-6/+6
2022-03-01use SfxItemSet::GetItemIfSet in cuiNoel Grandin1-18/+14
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin1-6/+6
2021-11-01tdf#138698 remove/ignore 'distributed' if feature is unknownCaolán McNamara1-15/+44
2021-11-01Provide values for debug in cuiJulien Nabet1-9/+9
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski1-3/+3
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin1-13/+11
2021-06-08Addendum to: Remove SfxItemState::READONLYArmin Le Grand (Allotropia)1-6/+0
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-7/+6
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-5/+5
2020-02-13Revert "Related tdf#130428: let's add some asserts"Armin Le Grand (Collabora)1-26/+18
2020-02-09Resolves: tdf#130486 setting distributed results that justified cannot be setCaolán McNamara1-4/+7
2020-02-05Related tdf#130428: let's add some assertsJulien Nabet1-0/+7
2020-02-04tdf#130428 SfxItemState::UNKNOWN replacementsArmin Le Grand1-18/+19
2020-01-25Related: tdf#128942 remove the scrolledwindow frames from all the dialcontrolsCaolán McNamara1-1/+1
2020-01-17Resolves: tdf#130045 dial control frame not hidden along with the controlCaolán McNamara1-10/+12
2020-01-17show degree symbol in DialControl linked spinbuttonsCaolán McNamara1-1/+1
2020-01-06tdf#42949 Fix IWYU warnings in cui/Gabor Kelemen1-2/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-6/+6
2019-12-11Related: tdf#129300 clear properties that are set back to their original stateCaolán McNamara1-7/+42
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara1-1/+6
2019-12-11Related: tdf#129300 add ScHyphenateCell to provide a descriptionCaolán McNamara1-1/+6
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara1-1/+6
2019-12-11Related: tdf#129300 add ScVerticalStackCell to provide a descriptionCaolán McNamara1-1/+6
2019-12-11Related: tdf#129300 make Automatic/Distributed state what is automaticCaolán McNamara1-1/+0
2019-12-11tdf#129300 If it would create no change, don't force itCaolán McNamara1-0/+5
2019-12-10Related: tdf#129300 add ScShrinkToFitCell to provide a descriptionCaolán McNamara1-4/+9
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara1-2/+8
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara1-0/+1
2019-11-20Resolves: tdf#128811 Alignment option "Distributed" not working in calcCaolán McNamara1-0/+2
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-17/+2
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-8/+0
2019-05-20Related: tdf#124467 make the wrap handler act as it did beforeCaolán McNamara1-1/+1
2019-05-18Resolves: tdf#124467 enable wrap text to return to TRISTATE_INDETCaolán McNamara1-9/+39
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-4/+4
2019-01-24tdf#122904: missing images in the format->paragraph->border valuesetsCaolán McNamara1-3/+3
2019-01-18use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-13/+6
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-3/+3
2018-10-14weld SwFrameAddPageCaolán McNamara1-1/+1
2018-10-04weld SbaSbAttrDlgCaolán McNamara1-0/+2
2018-09-22unwind ItemWrapperHelperCaolán McNamara1-1/+0
2018-09-22weld AlignmentTabPageCaolán McNamara1-187/+449
2018-06-20loplugin:useuniqueptr in AlignmentTabPageNoel Grandin1-3/+2