summaryrefslogtreecommitdiff
path: root/sw/source/uibase/frmdlg
AgeCommit message (Expand)AuthorFilesLines
2016-09-07loplugin:constantparam in swNoel Grandin1-12/+8
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-11/+8
2016-04-22Avoid reserved identifiersStephan Bergmann1-3/+3
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin1-6/+2
2016-02-21tdf#84938 replace FRMMGR_TYPE_ with enumackepenek1-7/+8
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon3-63/+63
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-09-25hackfest 2015: show vertical columns for vertical text layoutCaolán McNamara1-12/+49
2015-09-24move m_bVertical down to SwPageExample from SwPageGridExampleCaolán McNamara1-7/+8
2015-09-24return early on no-op cases, no logic changeCaolán McNamara1-79/+79
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier3-40/+40
2015-05-15refactor SwColumnOnlyExample to use RenderContextTomaž Vajngerl1-33/+35
2015-05-13refactor SvxPageWindow & SvxXMeasurePreview to use RenderContextTomaž Vajngerl1-58/+48
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-12/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+6
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-4/+4
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-02loplugin: cstylecastNoel Grandin3-28/+28
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin2-4/+4
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-16/+16
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-25/+54
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl3-0/+1314