summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmoutputpage.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-11-09formatting improvements in sw/Noel Grandin1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-16convert Link<> to typedNoel Grandin1-12/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-11/+8
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-34/+22
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-4/+4
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29convert WZB_ constants to scoped enumNoel Grandin1-8/+8
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-36/+80
2015-04-17sw: convert new to ::Create.Noel Grandin1-6/+6
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-5/+5
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-4/+4
2015-04-10wrap more stuff in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-7/+7
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+41
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-23/+23
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+6
2015-03-25tdf#80822 Convert MM progress dialogs to modalJan-Marek Glogowski1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-3/+3
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-12-04loplugin: cstylecastNoel Grandin1-4/+4
2014-12-02Revert "loplugin: cstylecast"Kohei Yoshida1-4/+4
2014-12-02loplugin: cstylecastNoel Grandin1-4/+4
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-06use bookmarks to mark mailmerge parts in a mailmerge document (fdo#80823)Luboš Luňák1-7/+48
2014-10-12Typo: compatability->compatibilityJulien Nabet1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-09copy document defaults/properties for separate mailmerge result files #2Luboš Luňák1-0/+3
2014-10-09copy document defaults/properties for separate mailmerge result filesLuboš Luňák1-0/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-09-12MM: refactor cancel handling for dbui dialogsJan-Marek Glogowski1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-06-02Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3