summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-04-07forcepoint #28 missing cell on abw importCaolán McNamara1-2/+5
2018-04-07forcepoint#36 avoid dangling SvTextShapeImportHelper in case of exceptionsCaolán McNamara2-0/+5
2018-04-07ofz#6999 check available data lenCaolán McNamara1-2/+2
2018-04-07ofz#6827 Bad-castCaolán McNamara3-18/+35
2018-04-07forcepoint #24 back() on empty vectorCaolán McNamara1-0/+517
2018-04-07ofz#6827 drop last anchor pos if it will be joinedCaolán McNamara1-0/+15
2018-04-03tdf#107035 Fix field character style DOCX importLuke Deller2-0/+4
2018-04-03tdf#116472: import "auto" border color as blackMike Kaganski2-14/+18
2018-04-03tdf#116179 Support reading "auto" colour from docxLuke Deller4-10/+21
2018-03-23tdf#115861 DOCX import: avoid last-paragraph removal when discarding footerMiklos Vajna2-0/+7
2018-03-23tdf#112118: Use correct border when calculating marginMike Kaganski8-61/+104
2018-03-23tdf#116403: consider borders when updating right-aligned tab in indexMike Kaganski3-0/+31
2018-03-23tdf#112118: DOC: properly import/export border distanceMike Kaganski10-204/+118
2018-03-23tdf#112118: DOCX: properly import/export border distanceMike Kaganski4-66/+154
2018-03-14sw: remove duplicate "MsWordCompTrailingBlanks" view settingMichael Stahl1-14/+1
2018-03-14tdf#104349, tdf#104668 MS Word compatibility trailing blanks optionVitaliy Anderson10-69/+137
2018-03-14avoid crash in 130+ odt export testsCaolán McNamara1-4/+4
2018-03-14tdf#104349 remove the difference between MSO and LO highlight charsVitaliy Anderson1-2/+71
2018-03-14tdf#104668 remove the difference between MSO and LO text alignmentVitaliy Anderson1-2/+22
2018-03-06forcepoint #17 nTextBreak is an index into pKernArray of len rInf.GetLen()Caolán McNamara1-2/+1
2018-03-06forcepoint #10 pop empty stackCaolán McNamara1-0/+193
2018-03-06tdf#88802 disable arrow if database or table or field not selectedekuiitr1-1/+12
2018-03-06ofz#6450 use the rule name, not the rule itselfCaolán McNamara2-6/+5
2018-03-06ofz#6173 check index before useCaolán McNamara1-1/+3
2018-03-06ofz#5435 sw: fix SwCache::Insert() stale pointersMichael Stahl1-7/+25
2018-03-06ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara1-0/+1
2018-03-06ofz#5566 sw: HTML import: ignore <DIV> in table structure elementsMichael Stahl3-13/+25
2018-03-06ofz: check nLevel against maParaSprms sizeCaolán McNamara1-4/+4
2018-03-06ofz#4754 sw: HTML import: fix invalid tables being createdMichael Stahl1-0/+1
2018-03-06ofz#5447 on plcf save force current Fkp to stick in cacheCaolán McNamara2-5/+21
2018-02-12DOCX import: handle horizontal flip of bitmapsMiklos Vajna3-2/+22
2018-02-09tdf#114217: Consider relative width when importing floating tableMike Kaganski2-0/+8
2018-02-06tdf#115132: don't move out from current cell on Backspace/DeleteMike Kaganski2-63/+121
2018-02-06tdf#115088: Pasting multi-line text from external source behaves strangelyTamás Zolnai1-1/+4
2018-01-26tdf115103: find data source if sDataSource/sCommand are emptyAron Budea1-7/+14
2018-01-26Don't create database files in $HOMEMike Kaganski1-1/+6
2018-01-19Resolves: tdf#106322 keep original cell content when assigning number formatEike Rathke1-2/+25
2018-01-19tdf#115013: quote columns with spaces and properly escape charactersMike Kaganski3-4/+47
2018-01-19tdf#115013: write merge field column into docx merge fieldsMike Kaganski3-1/+49
2018-01-17tdf#112352 ooxmlimport: ALWAYS treat 1st nextpage w/cols as contJustin Luth2-0/+11
2018-01-17tdf#114338 don't crash on watermark insert w/ existing headerSzymon Kłos1-4/+13
2018-01-17tdf#114308 DOC import correctly watermark without paddingSzymon Kłos2-0/+8
2018-01-17tdf#114308 Export Watermark size as isSzymon Kłos5-33/+21
2018-01-17tdf#113037 Watermark centered in DOCSzymon Kłos2-3/+8
2018-01-17tdf#113037 Unify Watermark in DOC & DOCXSzymon Kłos2-14/+18
2018-01-17tdf#113037 DOCX Watermark correct ratioSzymon Kłos2-0/+17
2018-01-17tdf#113037 create Watermark with correct ratioSzymon Kłos2-6/+20
2018-01-17Use UTF-8 sequences (VS2013 doesn't accept u8)Mike Kaganski2-2/+2
2017-11-28sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro11-0/+210
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-9/+0