summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-08-24tdf#119303 Preselect text in input field dialogMichael Weghorn1-0/+4
2018-08-24pass DelFormats around using std::vectorNoel Grandin2-16/+11
2018-08-24tdf#91292 docx export: COL_AUTO != cleared fillJustin Luth1-1/+1
2018-08-24tdf#119236 Dimension dialog for Writer and CalcMaxim Monastirsky3-4/+44
2018-08-24Explicitly set line ends for measure linesMaxim Monastirsky1-4/+10
2018-08-23sw: Prefer std::vector to undemanded std::listTakeshi Abe1-3/+3
2018-08-23Related rhbz#1618703: Properly handle failure encoding MS fileStephan Bergmann6-17/+40
2018-08-23loplugin:useuniqueptr in SwXMetaNoel Grandin2-10/+10
2018-08-23loplugin:useuniqueptr in sw dialogsNoel Grandin2-60/+62
2018-08-23loplugin:useuniqueptr in SwFltStackEntryNoel Grandin3-5/+5
2018-08-23related tdf#76683 docx export: use firstLine, not hangingJustin Luth2-1/+9
2018-08-22tdf#119360 - Inconsistent labels protect/protectedheiko tietze1-6/+9
2018-08-22loplugin:useuniqueptr in SwSdrUndoNoel Grandin2-4/+4
2018-08-22loplugin:useuniqueptr in SwTextLineNoel Grandin2-4/+4
2018-08-22loplugin:useuniqueptr in SwContourCacheNoel Grandin2-46/+34
2018-08-22new loplugin:conststringfieldNoel Grandin2-7/+6
2018-08-22loplugin:useuniqueptr in SwFieldPortionNoel Grandin6-47/+42
2018-08-22loplugin:useuniqueptr in SwTextAPIObjectNoel Grandin4-9/+9
2018-08-22tdf#106174 ww8import: bidi - prev adjust? prev bidi?Justin Luth4-0/+54
2018-08-21Fix typosAndrea Gelmini1-1/+1
2018-08-21tdf#118742 - Input field dialog workflowheiko tietze2-33/+17
2018-08-21tdf#57589 writerfilter: support hash-encoded colorsJustin Luth2-0/+8
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov9-105/+57
2018-08-20tdf#116370 cleanup Writer idle job handingJan-Marek Glogowski5-35/+37
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin7-27/+27
2018-08-19Translate German commentsJohnny_M2-3/+3
2018-08-19Translate German variable namesJohnny_M2-3/+3
2018-08-18tdf#116436 doc export: add missing table background fillJustin Luth3-18/+31
2018-08-18tdf#116436 docx export: add missing table background fillJustin Luth4-1/+42
2018-08-17sw: Replace std::list with std::vector for simplicityTakeshi Abe2-6/+3
2018-08-17ofz#9934 null derefCaolán McNamara1-0/+0
2018-08-17loplugin:useuniqueptr in Tcg255Noel Grandin2-8/+5
2018-08-17loplugin:useuniqueptr in SwPagePreviewLayoutNoel Grandin8-56/+45
2018-08-17tdf108064 OOXML export: keep preset dashes in shape outlinesAdam Kovacs2-2/+8
2018-08-17insert->envelope->printer->setup crashesCaolán McNamara1-1/+1
2018-08-17loplugin:useuniqueptr in WW8ListManagerNoel Grandin2-12/+11
2018-08-17loplugin:useuniqueptr in SwPageNumAndTypeOfAnchorsNoel Grandin1-41/+11
2018-08-16sw: save one vcl layout call in SwFntObj::DrawText()Miklos Vajna1-2/+38
2018-08-16std::deque->std::vectorCaolán McNamara1-1/+1
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann8-7/+8
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke2-4/+4
2018-08-16tdf#119224 start and end are expected to exist for the scope of this functionCaolán McNamara1-3/+5
2018-08-16tdf#118385 Avoid crash on loading documentSzymon Kłos1-1/+1
2018-08-16tdf#119294: reimplement fix for tdf#118859Mike Kaganski1-17/+32
2018-08-16remove mempoolNoel Grandin35-148/+1
2018-08-16tdf#113608 DOCX import: don't use numbering of removed paragraphsLászló Németh2-0/+7
2018-08-16pass SfxMedium around by std::unique_ptrNoel Grandin4-14/+12
2018-08-16loplugin:useuniqueptr in SwTOXBaseSectionNoel Grandin6-75/+52
2018-08-16fix bug in SwCTBWrapper::ImportCustomToolBarNoel Grandin1-1/+1
2018-08-16loplugin:returnconstant in DocxAttributeOutputNoel Grandin2-11/+3