summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog
AgeCommit message (Expand)AuthorFilesLines
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier5-263/+263
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-19Remove include stdio (part3)Julien Nabet1-1/+0
2015-05-13fixes of SvxParaPrevWindow refactoringTomaž Vajngerl1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-2/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-2/+3
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk1-17/+17
2015-04-30Gradually typed LinkStephan Bergmann3-9/+9
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert SVX_ flags to scoped enumNoel Grandin1-2/+2
2015-04-29convert SW_BORDER_MODE constants to scoped enumNoel Grandin2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks9-106/+293
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks2-6/+6
2015-04-17sw: convert new to ::Create.Noel Grandin4-77/+76
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-7/+7
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: some small fixesNoel Grandin1-2/+2
2015-04-10re-insert erroneously converted delete calls.Michael Meeks2-1/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin6-9/+9
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin9-5/+174
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-16/+16
2015-04-09vcl: VclPtr conversion in swNoel Grandin2-0/+18
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-10V668 no sense in testing the result of new against nullCaolán McNamara1-3/+1
2015-03-01fix end conditionDavid Tardon1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-02loplugin: cstylecastNoel Grandin3-16/+16
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin4-15/+15
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-06SwFrmDlg ctor: turn sRestype into an OUStringMiklos Vajna2-2/+2
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+0
2014-10-01MM: export the SwDocShell mail merge via UNOJan-Marek Glogowski2-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin10-113/+113
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-19/+19
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-09-03Use enum type DBManagerOptions for merge type constantsEilidh McAdam2-2/+2
2014-08-22QueryBox RID_QB_SPELL_CONTINUE -> MessageDialog + stringCaolán McNamara1-4/+2
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