summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
AgeCommit message (Expand)Author
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-12sal_uInt16 to sal_Int32Matteo Casalin
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in swNoel Grandin
2015-04-09Relate: tdf#88045 Edit Numbering Style Button is nonclickable for None EntryHeena Gupta
2015-04-09fdo#88045-Edit Button for Numbering Style in Edit Paragraph StyleHeena Gupta
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-03Resolves: tdf#83977 Push/Pop before/after messing with the cursorCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-23loplugin:constantfunction: swNoel Grandin
2015-02-17tdf#89085 Edit page break does not open proper tabRishabh Kumar
2015-02-04tdf#88854 crash on opening drop capsCaolán McNamara
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin
2014-10-25this is more naturalCaolán McNamara
2014-10-25coverity#1223086 silence Unchecked return valueCaolán McNamara
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-18InfoBox MSG_ILLEGAL_PAGENUM to StringThomas Arnhold
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-01loplugin:literaltoboolconversionStephan Bergmann
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-06-12warning C4138: '*/' found outside of commentStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-23coverity#705519 Dereference null return valueCaolán McNamara
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-05-01break infinite loopLuboš Luňák
2014-04-30sw: sal_Bool->boolNoel Grandin