summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/align.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-11Resolves: tdf#130486 setting distributed results that justified cannot be setCaolán McNamara1-4/+9
2019-12-11tdf#129300 If it would create no change, don't force itCaolán McNamara1-0/+5
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
2018-04-23tdf#113959 Use simple SvxResId calls hereGabor Kelemen1-4/+4
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt1-1/+1
2018-01-04drop FrameDirListBox typedefNoel Grandin1-1/+1
2017-12-09tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBoxGabor Kelemen1-4/+5
2017-10-23loplugin:includeform: cuiStephan Bergmann1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-8/+8
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-05-18can drop CUI_RESSTR nowCaolán McNamara1-3/+3
2017-04-25remove bitmaps from .src filesCaolán McNamara1-3/+4
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-3/+3
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-9/+9
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-7/+7
2016-12-21unroll IL_LOCK_BMPS ImageListCaolán McNamara1-14/+14
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-26convert ITEMCONN_ constants to scoped enumNoel Grandin1-16/+16
2016-08-17convert SvxCellJustifyMethod to scoped enumNoel Grandin1-5/+5
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-3/+3
2016-03-21tdf#97251 Always show the text direction alignment controlYousuf Philips1-13/+3
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-3/+2
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+6
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+1