summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui
AgeCommit message (Expand)AuthorFilesLines
2015-03-19tdf#70346 MM: don't restore section visibilityJan-Marek Glogowski1-5/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-12Don't store temporary mail merge file if mail merge job was cancelledChristoph Lutz1-19/+22
2015-03-11sw: MacOSX has CUPS but no psp::PrinterInfoManagerMichael Stahl1-3/+5
2015-03-11WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2015-03-11fix indentCaolán McNamara1-32/+32
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-2/+3
2015-03-11SwDBManager::MergeMailFiles: merge two bCreateSingleFile blocksMiklos Vajna1-3/+2
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák1-11/+44
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák1-1/+39
2015-03-11avoid creating temporary document copies in non-singlefile MM modeLuboš Luňák1-10/+36
2015-03-11do not create temp file(s) during MM if not neededLuboš Luňák1-12/+16
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1
2015-03-02V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-16MM: don't read column content twice to fill SwCalcJan-Marek Glogowski1-50/+54
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann1-0/+2
2015-02-04sw: convert legacy assertions in mmconfigitem.cxxMichael Stahl1-9/+9
2015-01-15rhbz#1175027: sw: fix life cycle of SwConnectionDisposedListener_ImplMichael Stahl1-14/+27
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann1-1/+1
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann2-7/+6
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+4
2014-12-02loplugin: cstylecastNoel Grandin3-4/+4
2014-11-16Misused sal_True/sal_False to integerMatteo Casalin1-1/+1
2014-11-16sw: convert 'a ? sal_False : sal_True' to '!a'Matteo Casalin1-5/+1
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-3/+3
2014-11-06name of mailmerge marks is actually irrelevantLuboš Luňák1-1/+2
2014-11-06do not repeatedly relayout mailmerge document after each changeLuboš Luňák1-2/+1
2014-11-06compute page offset for mailmerge based on source document rather than targetLuboš Luňák1-1/+10
2014-11-06use bookmarks to mark mailmerge parts in a mailmerge document (fdo#80823)Luboš Luňák1-6/+3
2014-11-01coverity#735646 Division or modulo by zeroCaolán McNamara1-1/+1
2014-10-31SwDBManager::MergeMailFiles: set unique fly names at the end of the mergeMiklos Vajna1-0/+8
2014-10-15sw: fix temp file leak in SwIoSystem::GetFileFilter()Michael Stahl1-1/+1
2014-10-15sw: simplify the temp-file leaking debug code in mail-mergeMichael Stahl1-6/+5
2014-10-12Typo: compatability->compatibilityJulien Nabet1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-10-09copy document defaults/properties for separate mailmerge result filesLuboš Luňák1-28/+2
2014-10-05do not copy properties from oneselfLuboš Luňák1-1/+1
2014-10-03long live code duplicationLuboš Luňák1-47/+2
2014-10-02typo: fix build: wrong parameter was usedMatúš Kukan1-1/+3
2014-10-02fdo#84315: quick fix for sw tooMatúš Kukan1-3/+1
2014-10-01dbmgr: consistently initialize colum type to DataType::SQLNULLGiuseppe Bilotta1-2/+2
2014-10-01MM: add non-UI LoadAndRegisterDataSource functionJan-Marek Glogowski1-67/+109
2014-10-01MM: export the SwDocShell mail merge via UNOJan-Marek Glogowski1-30/+28
2014-10-01MM: dump debug documents based on environment varJan-Marek Glogowski1-19/+18