summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Column Dialog sort and sizegroup fixandreas kainz1-11/+17
2019-10-20loplugin:virtualdead unused param in Task::UpdateMinPeriodNoel Grandin2-3/+2
2019-10-20fix "invalid cast from 'GtkImage' to 'GtkLabel'" warningsCaolán McNamara1-0/+2
2019-10-20loplugin:virtualdead unused param in RedlineAdjustStartNodeCursorNoel Grandin4-6/+5
2019-10-19MM dialogs: Simplify code for from/to range a little bitMichael Weghorn1-29/+16
2019-10-19SwMMResultSaveDialog: Move some common code one level upMichael Weghorn1-14/+8
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann5-8/+8
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann6-25/+25
2019-10-19Avoid -fsanitize=nullptr-with-nonzero-offsetStephan Bergmann2-4/+8
2019-10-19Fix typo and dotsAndrea Gelmini1-1/+1
2019-10-19tdf#128232: fix crash when trying to delete unused User FieldJulien Nabet1-2/+1
2019-10-19loplugin:unusedmethodsNoel Grandin2-30/+0
2019-10-18tdf#127927 Character Dialog hyperlink tab updateandreas kainz1-6/+32
2019-10-18use a size group to give all labels the same widthCaolán McNamara1-6/+8
2019-10-18Use const references to avoid copyingMichael Weghorn1-4/+4
2019-10-18Properly restore DMLAndVMLDrawingOpenMike Kaganski1-6/+2
2019-10-18mnFontCacheIdCounter is only used in SwFntAccess::NewObjStephan Bergmann2-4/+3
2019-10-18loplugin:virtualdead unused param in IDocumentLinksAdministration::SetDataNoel Grandin4-7/+6
2019-10-18tdf#127880 Columns in Writer dialog is HIG conformandreas kainz1-262/+277
2019-10-18lopligin:virtualdead unused params in IDocumentRedlineAccessNoel Grandin4-8/+8
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák4-22/+29
2019-10-18loplugin:virtualdead unused param in SwFlowFrame::ShouldBwdMovedNoel Grandin8-10/+10
2019-10-18loplugin:virtualdead unused param in SwImpBlocks::RenameNoel Grandin4-4/+4
2019-10-18loplugin:virtualdead unused params in SvXMLExportItemMapper::handleElementItemNoel Grandin3-29/+7
2019-10-18loplugin:virtualdead unused param in SvXMLImportItemMapper::handleSpecialItemNoel Grandin3-10/+5
2019-10-18tdf#86188 Compatibility setting enabling comments to footnotesKelemen Gábor1-0/+6
2019-10-18loplugin:virtualdead unused params in IMailDispatcherListenerNoel Grandin4-41/+12
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara6-6/+6
2019-10-17rename TextEncodingBox back to SvxTextEncodingBoxCaolán McNamara2-2/+2
2019-10-17tdf#121657 Show warning when no hyphenation info available for current langSamuel Mehrbrodt1-0/+7
2019-10-17Remove some memset callsMike Kaganski14-71/+31
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-5/+2
2019-10-17writerfilter: clean up now redundant PROP_LAYOUT_IN_CELLMiklos Vajna1-3/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann81-232/+232
2019-10-17tdf#108350 writerfilter: restore TimesNewRoman as default fontJustin Luth4-0/+60
2019-10-16dbmgr.hxx: Drop "extra ';' after member function definition"Michael Weghorn1-2/+2
2019-10-16tdf#112103 DOCX cleanup: don't export redundant table bkground color "auto"Szabolcs Toth3-1/+12
2019-10-16SwMergeDescriptor::bCreateSingleFile only affects "FILE" modeMichael Weghorn1-2/+2
2019-10-16Mail merge README: Printing separate files not supportedMichael Weghorn1-5/+5
2019-10-16tdf#106843 DOCX: export/import change tracking protectionLászló Németh4-14/+112
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin7-48/+48
2019-10-16tdf#128156 DOCX import: fix losing redline at page breakLászló Németh2-0/+7
2019-10-16convert some Buffer.append to +Noel Grandin1-6/+2
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin5-25/+19
2019-10-15tdf#128148 Add unit testMichael Weghorn2-0/+47
2019-10-15tdf#128148 SwDoc::Append: Copy page descs if any has header/footerMichael Weghorn1-7/+26
2019-10-15new loplugin:bufferaddNoel Grandin9-33/+24
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák5-2/+8
2019-10-14remove -bigobj usage from sw rtf unittestsLuboš Luňák6-36/+0
2019-10-14tdf#128139: add missing nullptr checkMike Kaganski1-1/+1