summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-04-11sw lok: followup commit for change about scrolling to visible cursorTamás Zolnai1-10/+3
2018-04-10sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai3-6/+110
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-06sw lok: Don't try to open TOC marks in a new window, jump instead.Jan Holesovsky1-3/+4
2018-04-03tdf#116472: import "auto" border color as blackMike Kaganski2-14/+18
2018-04-02tdf#116179 Support reading "auto" colour from docxLuke Deller4-10/+21
2018-04-02tdf#107035 Fix field character style DOCX importLuke Deller2-0/+4
2018-03-29Remove second part of these redlining related tests.Tamás Zolnai1-54/+0
2018-03-23lok: don't post events on disposed windowPranav Kant1-1/+1
2018-03-23tdf#115861 DOCX import: avoid last-paragraph removal when discarding footerMiklos Vajna2-0/+7
2018-03-19tdf#112118: Use correct border when calculating marginMike Kaganski8-61/+104
2018-03-19tdf#116403: consider borders when updating right-aligned tab in indexMike Kaganski3-0/+31
2018-03-19tdf#112118: DOC: properly import/export border distanceMike Kaganski10-204/+118
2018-03-19tdf#112118: DOCX: properly import/export border distanceMike Kaganski4-66/+154
2018-03-19lokdialog: Set parent for AutoCorrect Options... so that it can be tunneled.Jan Holesovsky1-1/+1
2018-03-16coverity#1427648 Dereference after null checkCaolán McNamara1-3/+6
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-14lokdialog: more, convert the dialog to async execHenry Castro1-3/+2
2018-03-13bccu#3100: Writer: Change tracking boxes aren't repositioned with editingTamás Zolnai8-1/+767
2018-03-13lokdialog: Guard the SetLOKNotifier to be used only with LibreOfficeKit.Jan Holesovsky1-1/+4
2018-03-12lokdialog: Tunnel the spell-checking context menu with recommendations.Jan Holesovsky1-3/+3
2018-03-12Revert "lok: Don't freeze the LibreOfficeKit via the spell-checking popup..."Jan Holesovsky1-7/+2
2018-03-08oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky1-0/+11
2018-03-07oox: unit-tests for custom package preservationAshod Nakashian1-2/+19
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-03-02tdf#116070: Use a valid PaM when confirming the dialog.Jan Holesovsky1-2/+2
2018-03-01sw: Add a few missing processEventsToIdle()'s in the tests.Jan Holesovsky1-0/+3
2018-02-24lok: All mouse,key events asyncPranav Kant3-28/+56
2018-02-22Revert posting key events on the main threadPranav Kant1-2/+2
2018-02-21lokdialog: Convert InfoReadonlyDialog -> execute asyncPranav Kant1-2/+3
2018-02-21lok: Factor out the code for finding vcl::Window of a documentPranav Kant1-12/+11