summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui
AgeCommit message (Expand)AuthorFilesLines
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-7/+7
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara1-1/+0
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann4-7/+7
2016-09-23MM don't crash on canceled SHELL documentsJan-Marek Glogowski1-6/+7
2016-09-23tdf#94987 Create directories for temp filenamesJan-Marek Glogowski1-13/+16
2016-09-23MM account next record fields for progress dialogJan-Marek Glogowski1-9/+30
2016-09-23MM just increment after a successful next recordJan-Marek Glogowski1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-6/+6
2016-09-08loplugin:constantparam in swNoel Grandin1-5/+3
2016-09-08loplugin:constantparam in swNoel Grandin1-6/+5
2016-09-07loplugin:constantparam in swNoel Grandin1-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann2-2/+2
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-4/+4
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-5/+4
2016-08-29MM don't keep undo informationJan-Marek Glogowski1-0/+3
2016-08-29MM block idle-handling of generated documentsJan-Marek Glogowski1-0/+2
2016-08-29Add SAL_INFOs to dump the SwPageFrame lifecycleJan-Marek Glogowski1-0/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-3/+3
2016-08-26tdf#100002 MM: directly try filename from columnJan-Marek Glogowski1-1/+1
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin1-22/+22
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-1/+0
2016-08-09Resolves: tdf#101382 turn SetMailMergeConfigItem into a shared_ptrCaolán McNamara3-29/+39
2016-08-04add more nullptr checks, related tdf#100820Markus Mohrhard1-4/+4
2016-07-30tdf#95251 MM just allow print as single documentJan-Marek Glogowski1-21/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-26Resolves: tdf#98984 make MailMerge listen for database changeCaolán McNamara1-2/+77
2016-07-26return early and drop a level of indentCaolán McNamara1-32/+32
2016-07-15new loplugin unnecessary overrideNoel Grandin1-16/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann3-24/+28
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