summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-03-24tdf#97362: Convert Java unit test to Python(check_change_color.py)aqcoder4-109/+32
2016-03-24sw: nAnz -> nCountMiklos Vajna1-8/+8
2016-03-23Added Test for tdf#63553 copy/paste of cross referencesVarun Dhall1-0/+263
2016-03-23tdf#90834 Cleanup in-line version control history commentsMuhammet Kara2-47/+35
2016-03-23tdf#88453 sw layout: fix split of nested tables with large amount of rowsMiklos Vajna3-0/+35
2016-03-23sw: -Werror=deprecated-declarationsMichael Stahl1-1/+1
2016-03-23sw: replace boost::noncopyable with C++11 deleteMichael Stahl9-21/+39
2016-03-23loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2016-03-23loplugin:cstylecastStephan Bergmann1-1/+1
2016-03-23loplugin:stringconstantStephan Bergmann2-3/+3
2016-03-23loplugin:nullptrStephan Bergmann2-7/+7
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht10-64/+327
2016-03-22tdf#90834 Cleanup in-line version control history comments: widorp.cxxMuhammet Kara1-15/+12
2016-03-22tdf#95977: fix fly positioning regression from 0c5cbcd7Bjoern Michaelsen1-1/+1
2016-03-22sw/qa: some light on “horrible heuristics”Douglas Mencken1-5/+6
2016-03-22add HAVE_FEATURE_ATL to disable failing tests due to ATLMayank Gupta3-3/+30
2016-03-22loplugin:constantparam in swNoel Grandin176-735/+437
2016-03-22tdf#65642 RTF filter: import \pgnrestart and \pgnucltrMiklos Vajna2-0/+31
2016-03-21sw: load_save_test is not a unit testMichael Stahl1-1/+0
2016-03-21tdf#98787: Crash after showing mailmerge toolbar and showing previewJulien Nabet1-1/+1
2016-03-21Revert "tdf#44282 fix missing space for numbered lists in TOC"jan iversen1-8/+3
2016-03-21clarify confusing code styleDouglas Mencken1-10/+10
2016-03-21sw: MAN_ANZ_PLCF -> MAN_PLCF_COUNTMiklos Vajna2-4/+4
2016-03-21avoid null pointer crash during mail-mergeJustin Luth1-6/+12
2016-03-20-Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2016-03-20tdf#90834: Drop an 'in-line change log' style commentTor Lillqvist1-1/+0
2016-03-20tdf#90834 Turn in-line version control history comments to good comments.Muhammet Kara1-6/+3
2016-03-18sw: restore lost SwMMResultEmailDialog::SendAsHdl_Impl()Miklos Vajna4-64/+62
2016-03-18tdf#44282 fix missing space for numbered lists in TOCMohamed Thabet1-3/+8
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-1/+1
2016-03-18sw: fix loplugin:staticmethods in SwMMResultEmailDialogMiklos Vajna2-2/+2
2016-03-18sw: fix loplugin:staticmethodsMiklos Vajna1-2/+2
2016-03-18-Werror,-Winconsistent-missing-overrideNoel Grandin1-3/+3
2016-03-18sw: fix -Werror,-Winconsistent-missing-overrideMiklos Vajna1-4/+4
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin3-6/+4
2016-03-18SwMMResultPrintDialog: disable from/to numeric fields by defaultMiklos Vajna1-2/+5
2016-03-18SwMMResultSaveDialog: disable from/to numeric fields by defaultMiklos Vajna1-3/+6
2016-03-18SwMailDispatcherListener_Impl: guard against disposed m_pSendMailDialogMiklos Vajna1-1/+2
2016-03-18SwMMResultEmailDialog: disable from/to numeric fields by defaultMiklos Vajna1-2/+5
2016-03-18sw: add back lost tree model for sendas in mmresultemaildialogMiklos Vajna1-0/+31
2016-03-18SwMailMergeWizardExecutor::EndDialogHdl: avoid accessing already deleted viewMiklos Vajna1-5/+1
2016-03-18CppunitTest_sw_mailmerge: fix testMissingDefaultLineColorMiklos Vajna1-1/+1
2016-03-18mailmerge: Create the documents for printing.Jan Holesovsky1-33/+31
2016-03-18mailmerge: Create the target view independantly of the mailmerge execution.Jan Holesovsky3-33/+55
2016-03-18mailmerge: nStartingPageNo and sStartingPageDesc shouldn't be return values.Jan Holesovsky2-10/+8
2016-03-18mailmerge: bPageStylesWithHeaderFooter should not be a return value.Jan Holesovsky2-18/+12
2016-03-18This assert is useless.Jan Holesovsky1-2/+1
2016-03-18mailmerge: Kill SwMailMergeChildWindow.Jan Holesovsky15-285/+1
2016-03-18mailmerge: Create the layout when pressing Finish.Jan Holesovsky1-2/+2
2016-03-18mailmerge: Remove "Edit document" page, fuctionality available via toolbar.Jan Holesovsky10-621/+20