summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/paragrph.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-27/+27
2015-05-13fixes of SvxParaPrevWindow refactoringTomaž Vajngerl1-8/+8
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+91
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-3/+3
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-8/+8
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+99
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-16/+0
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-18/+3
2014-11-27fdo#70861: cui: fix crash in SvxExtParagraphTabPageMichael Stahl1-1/+1
2014-10-30Remove checks for HTMLMODE_SOME_STYLESHarri Pitkänen1-19/+5
2014-10-23loplugin: cstylecastNoel Grandin1-46/+46
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-32/+32
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-17/+17
2014-08-12fdo#41350 "Expand Single Word" only shown active for "Last line: Justified"Joren De Cuyper1-3/+7
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-11/+8
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-12/+12
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-45/+45
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-47/+47
2014-05-20(related: fdo#62176) Revert "reset min/max values in paragraph ...Michael Stahl1-2/+4
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-3/+3
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-25/+25
2014-04-27constLuboš Luňák1-8/+8
2014-04-16cui: sal_Bool->boolNoel Grandin1-55/+55
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-03-13coverity#708786 Unused pointer valueCaolán McNamara1-2/+0
2014-03-12coverity#705462 Dereference null return valueCaolán McNamara1-0/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-5/+5
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-8/+8
2014-02-27editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-53/+53
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-17/+17
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-8/+8
2014-01-28bool improvementsStephan Bergmann1-60/+60
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner1-1/+1
2013-10-24Bin ASCII graphics and superfluous vertical whitescapeTor Lillqvist1-86/+3
2013-10-01convert CUI module from String to OUStringNoel Grandin1-7/+7
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl1-4/+3
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl1-3/+4
2013-07-09reset min/max values in paragraph dialog before setting the actual valueLuboš Luňák1-1/+2
2013-06-19expand scheme to share sizes for paragraph dialog preview widgetsCaolán McNamara1-28/+1
2013-06-08Resolves: fdo#65536 check if builder is NULLCaolán McNamara1-1/+1
2013-05-31some cunning to get these tabpages previews in the same placeCaolán McNamara1-0/+32