summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmoutputtypepage.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin1-2/+2
2018-03-21coverity#1430229 Unchecked return valueCaolán McNamara1-1/+1
2018-03-20weld SwSendWarningBoxCaolán McNamara1-23/+12
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara1-1/+4
2018-03-01give ok, cancel, help buttons those namesCaolán McNamara1-1/+1
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-1/+1
2018-02-22weld native message dialogsCaolán McNamara1-0/+1
2018-02-13tdf#103919 mailmerge: prevent premature end of emailingAlex McMurchy19171-19/+25
2018-02-06m_bDesctructionEnabled->m_bDestructionEnabledNoel Grandin1-2/+2
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen1-1/+0
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-2/+2
2017-08-07loplugin:constparams in sw part10Noel Grandin1-3/+3
2017-07-31loplugin:unusedfields in swNoel Grandin1-3/+0
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-06-21loplugin:unusedfields in sw part2Noel Grandin1-1/+0
2017-06-21loplugin:unusedfields in sw part3Noel Grandin1-13/+4
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-6/+6
2017-04-27remove sw bitmaps from .src filesCaolán McNamara1-2/+3
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2016-12-20unwind ILIST ImageListCaolán McNamara1-3/+2
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann1-5/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-06-15tdf#98797 sw: try to fix crash in SwMailDispatcherListener_ImplMichael Stahl1-2/+4
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-03-18SwMailDispatcherListener_Impl: guard against disposed m_pSendMailDialogMiklos Vajna1-1/+2
2016-03-18mailmerge: Create toolbar buttons for the Save/Print/Email dialogs.Jan Holesovsky1-15/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-09-14Avoid getTokenCount in (SwMailMergeOutputTypePage) TypeHdl_Impl linkMatteo Casalin1-9/+6
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-5/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-7/+4
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-2/+2
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-2/+2
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-10/+10
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+42