summaryrefslogtreecommitdiffstats
path: root/cui/source/tabpages
Commit message (Expand)AuthorAgeFilesLines
* rhbz#1878275 should use value_changed for spinbutton changesCaolán McNamara2020-09-161-1/+6
* tdf#127802 support tristate for hidden/unhidden textCaolán McNamara2020-08-261-18/+59
* Resolves: tdf#125981 use original label, not current labelCaolán McNamara2020-06-091-2/+2
* Resolves: tdf#130486 setting distributed results that justified cannot be setCaolán McNamara2020-02-111-4/+9
* Resolves: tdf#130548 click is sent to the other member of the groupCaolán McNamara2020-02-111-0/+8
* tdf#127112 repair "sticky" levels in Customize numbering style dialogSeth Chaiklin2020-01-281-5/+24
* Resolves: tdf#127417 delete-all tabs doesn't workCaolán McNamara2020-01-111-1/+1
* Fix SfxPoolItem use-after-freeStephan Bergmann2020-01-081-6/+6
* tdf#129300 If it would create no change, don't force itCaolán McNamara2019-12-111-0/+5
* Resolves: tdf#128923 should be able to change attributes of multiple lines...Caolán McNamara2019-12-071-0/+1
* tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt2019-12-071-0/+9
* Resolves: tdf#128811 Alignment option "Distributed" not working in calcCaolán McNamara2019-11-201-0/+2
* tdf#125449 Fix custom gradient fill settings being lostGabor Kelemen2019-11-191-2/+2
* Revert "tdf#126128 Reduce page properties dialog's height."Heiko Tietze2019-11-154-13/+4
* tdf#126128 Reduce page properties dialog's height.Gülşah Köse2019-11-014-4/+13
* tdf#84257: Consistent 'slide' naming in Impress UIMuhammet Kara2019-10-311-0/+5
* Avoid C++20 operator overloading ambiguityStephan Bergmann2019-10-221-1/+1
* Replace some uses of OUStringChar with string literalsStephan Bergmann2019-10-191-2/+2
* rename LanguageBox back to SvxLanguageBoxCaolán McNamara2019-10-173-12/+12
* tdf#125508 remove border frame from shadows and presetsCaolán McNamara2019-10-171-2/+2
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-2/+2
* Related: tdf#123765 fix up some screenshottingCaolán McNamara2019-10-091-6/+9
* loplugin:redundantpointerops simplify *p.get()Noel Grandin2019-10-081-1/+1
* Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara2019-10-064-7/+10
* Convert SID_PAPER_START/END to SfxUInt16ItemNoel Grandin2019-10-051-3/+3
* Convert SID_ENUM_PAGE_MODE to SfxUInt16ItemNoel Grandin2019-10-051-2/+2
* use SfxUInt16Item for SID_ATTR_TRANSFORM_SIZE_POINTNoel Grandin2019-10-052-2/+2
* use SfxUInt16Item for SID_METRIC_ITEMNoel Grandin2019-10-041-2/+2
* autocorrect dialog width grows on change of new to replaceCaolán McNamara2019-10-011-0/+8
* loplugin:stringadd in basctl..cuiNoel Grandin2019-10-014-8/+4
* TODO rename to GetFrameWeldCaolán McNamara2019-09-2614-59/+59
* now drop TabPageParent intermediateCaolán McNamara2019-09-2631-243/+234
* disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara2019-09-2631-438/+155
* copy to clipboard without intermediate vcl::WindowCaolán McNamara2019-09-241-1/+1
* get environment RTL mode without vcl::WindowCaolán McNamara2019-09-241-1/+2
* use GetDefDialogParent as an arbitrary parent for temp widgetCaolán McNamara2019-09-241-1/+2
* set correct parentCaolán McNamara2019-09-242-2/+2
* getDrawPreviewOptimalSize can take an OutputDevice argCaolán McNamara2019-09-244-4/+4
* should use the controller hereCaolán McNamara2019-09-244-5/+5
* now guaranteed to have a controller and not a vcl::DialogCaolán McNamara2019-09-241-3/+0
* LogicToLogic is a static memberCaolán McNamara2019-09-242-7/+7
* replace LogicToPixel uses in SfxTabPagesCaolán McNamara2019-09-241-2/+4
* remove SvxLineEndDefTabPage::ResizeCaolán McNamara2019-09-241-7/+0
* get text colour without vcl::WindowCaolán McNamara2019-09-241-1/+3
* approximate_char_width -> get_approximate_digit_widthCaolán McNamara2019-09-241-1/+1
* should use DialogController hereCaolán McNamara2019-09-231-4/+3
* tdf#126527 Fix widow and orphan lines being added to searchJim Raykowski2019-09-211-2/+2
* tdf#109158 improve sorting when loading large autocorrect fileNoel Grandin2019-09-201-7/+9
* use unique_ptr in DoConvertToPolyObjNoel Grandin2019-09-061-6/+6
* loplugin:constmethod in cuiNoel Grandin2019-09-054-4/+4