summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tdf#100495 sw: Exchange Database shouldn't delete the created odb fileMichael Stahl1-1/+0
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin1-2/+2
2016-06-16Remove the :: prefix in ::std for swMark Page3-14/+14
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-02loplugin:unuseddefaultparamsNoel Grandin1-2/+2
2016-05-31tdf#94205 Use o3tl::make_unique instead of new + std::movekrishna keshav1-2/+2
2016-05-31Don't use pInsert after it has been movedStephan Bergmann1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-05-23loplugin:unusedmethods in swNoel Grandin1-19/+0
2016-05-19tdf#98985 create merge results at the right timeOliver Specht2-2/+40
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin2-2/+2
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-9/+5
2016-04-14loplugin:passstuffbyref in swNoel Grandin2-2/+2
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2016-04-04loplugin:constantparam in svxNoel Grandin1-1/+0
2016-04-04cppcheck:passedByValueNoel Grandin1-1/+1
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet1-4/+0
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock1-0/+4
2016-03-25loplugin:defaultparams,staticcall,literaltoboolconversionStephan Bergmann1-12/+15
2016-03-24MM: fix debug document dumpingJan-Marek Glogowski1-2/+17
2016-03-24MM: remove lock from saved documentsJan-Marek Glogowski1-5/+6
2016-03-24MM: remove multiple unneeded indention levelsJan-Marek Glogowski1-430/+423
2016-03-24MM: rename MergeNew => MergeJan-Marek Glogowski1-2/+2
2016-03-24MM: don't try to save the source MM documentJan-Marek Glogowski1-36/+53
2016-03-24MM: just show the print progress dialog for printJan-Marek Glogowski1-4/+4
2016-03-24MM: fix silent mode on merge startJan-Marek Glogowski1-5/+6
2016-03-24MM: move mail creation into a local functionJan-Marek Glogowski1-61/+64
2016-03-24MM: don't register files in recently used...Jan-Marek Glogowski1-1/+5
2016-03-24MM: use working doc DB manager on saveJan-Marek Glogowski1-0/+10
2016-03-24tdf#96914 MM: don't round trip the source documentJan-Marek Glogowski1-117/+98
2016-03-24tdf#95292 MM: cleanup bEndOfDB handlingJan-Marek Glogowski1-45/+27
2016-03-24MM: move SwPageDesc handling into SwDoc::AppendDocJan-Marek Glogowski1-72/+1
2016-03-24MM: merge cancel and error variableJan-Marek Glogowski1-25/+23
2016-03-24MM: cleanup of comments and assertsJan-Marek Glogowski2-28/+90
2016-03-24MM: a failing print job is an errorJan-Marek Glogowski1-0/+3
2016-03-24MM: don't send email if document generation failedJan-Marek Glogowski1-1/+1
2016-03-24MM: some assertion on MM inputJan-Marek Glogowski1-1/+13
2016-03-24MM: abort email MM without an email DB columnJan-Marek Glogowski1-21/+26
2016-03-24MM: move email subject and address into descriptorJan-Marek Glogowski1-34/+44
2016-03-24MM: cleanup bCreateSingleFile finishJan-Marek Glogowski1-31/+20
2016-03-24MM: rename and constify variablesJan-Marek Glogowski1-66/+78
2016-03-24MM: refactor DBManager related duplicated codeJan-Marek Glogowski1-179/+170
2016-03-24tdf#93236 Revert "support fast MM printing in...Jan-Marek Glogowski1-36/+4
2016-03-24Revert "tdf93236 N-UP printing in combination 1/4"Jan-Marek Glogowski1-528/+421