summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/uiregionsw.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-5/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-188/+188
2015-05-13fixes of SvxParaPrevWindow refactoringTomaž Vajngerl1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+2
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk1-17/+17
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-29convert SVX_ flags to scoped enumNoel Grandin1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-24/+110
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-5/+5
2015-04-17sw: convert new to ::Create.Noel Grandin1-3/+3
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-4/+4
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
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/+74
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-16/+16
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+12
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-3/+2
2015-04-05Filled vector already provides nuber of itemsMatteo Casalin1-15/+16
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-20/+20
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-3/+3
2015-03-01fix end conditionDavid Tardon1-1/+1
2014-12-02loplugin: cstylecastNoel Grandin1-13/+13
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-11/+11
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-18/+18
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-08-22QueryBox QB_CONNECT -> MessageDialog + stringCaolán McNamara1-3/+2
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-2/+3
2014-08-18InfoBox REG_WRONG_PASSWORD and REG_WRONG_PASSWD_REPEAT to StringThomas Arnhold1-3/+4
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-2/+2
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-9/+9
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-7/+7
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-6/+6
2014-06-02Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+5
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl1-1/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-51/+16
2014-05-12fdo#78271: sw: Insert Section dialog: fix editing of nameMichael Stahl1-1/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-40/+40
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-18/+0
2014-04-07WaE: -Werror=uninitializedCaolán McNamara1-1/+1
2014-04-06Use index to get consecutive OUString tokensMatteo Casalin1-6/+8
2014-04-06OUString: constify, remove temporaries and unneeded castsMatteo Casalin1-41/+38