summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-04-19tdf#106929 sw: SwCursorShell::Pop() ensure cursor ring is recreatedMichael Stahl2-0/+7
2017-04-19sw lok: Don't open the separate formula input bar in writer tables.Jan Holesovsky1-2/+6
2017-04-18ofz: header has to be at least 1 pair longCaolán McNamara1-1/+9
2017-04-18tdf#106970 DOCX import: don't collapse para auto space for different numsMiklos Vajna2-0/+9
2017-04-18Resolves: tdf#106078 get bounding box of commented region for gtk3 tooltipsCaolán McNamara1-1/+19
2017-04-13Don't crash when deleting a non-existing comment.Jan Holesovsky1-1/+1
2017-04-12tdf#106690 DOCX import: fix automatic spacing before/after numbered para blockMiklos Vajna2-0/+9
2017-04-12ofz: treat short properties as run endCaolán McNamara1-60/+68
2017-04-12tdf#106692 writerfilter: RTF import: fix \'0d in \leveltextMichael Stahl1-0/+6
2017-04-12rhbz#1438179 sw: fix toolbar "Next Track Change" / "Previous..."Michael Stahl2-25/+4
2017-04-12Resolves: tdf#102286 lets not crash on null pFrameCaolán McNamara1-2/+5
2017-04-07lok: Make getPart() always return 0 in Writer.Jan Holesovsky1-8/+1
2017-04-07tdf#106974 docx export: Crop is "long", not sal_Int16Justin Luth3-4/+14
2017-04-07ofz: treat short properties as run endCaolán McNamara1-1/+1
2017-04-07tdf#106237 sw: do some basic sanity checking on layout-cacheMichael Stahl2-10/+55
2017-04-07ofz: check olst sprm for valid ANLD payload lenCaolán McNamara1-0/+8
2017-04-07ofz: guard against bogus sprm lenCaolán McNamara1-0/+5
2017-04-07ofz: check anldPap sprm for valid ANLD payload lenCaolán McNamara1-0/+7
2017-04-07ofz: check anlv text boundsCaolán McNamara3-7/+26
2017-04-04sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl1-0/+12
2017-04-04tdf#101627 disable shrinking for footer textboxesPatrick Jaap1-2/+6
2017-03-30tdf#106694 RTF import: fix missing paragraph tab positionMiklos Vajna2-0/+18
2017-03-29tdf#105625 related: don't duplicate dummy character on copyMike Kaganski1-0/+9
2017-03-29tdf#105625 related: fix pointer variable prefixMike Kaganski1-3/+3
2017-03-29tdf#105625: Allow Delete/Backspace to delete whole fieldmarkMike Kaganski2-3/+33
2017-03-29tdf#105625 related: also check selection across field boundariesMike Kaganski4-6/+15
2017-03-29tdf#105625: allow editing around field marksMike Kaganski4-38/+54
2017-03-29tdf#106799 WW8: Accept TTP Mark without Cell MarkMike Kaganski3-1/+18
2017-03-29tdf#106291: WW8 import: Properly treat column spansMike Kaganski3-15/+82
2017-03-29tdf#106377 sw: fix Undo of delete of ToXMark from dialogMichael Stahl1-15/+27
2017-03-28tdf#58624 sw: fix ~SwAccessibleContext() use-after-free raceMichael Stahl32-74/+129
2017-03-24sw lok: Avoid double declaration of variablePranav Kant1-1/+0
2017-03-24tdf#104447 sw: make lcl_DebugMarks output more readable, pos. at the startMichael Stahl1-10/+10
2017-03-23sw lok: Use unique redline identifier, instead of array indicesPranav Kant10-44/+95
2017-03-23sw lok: Notify when redline position is changed + unit testPranav Kant4-8/+56
2017-03-23sw: Simplify - no need to create a pointer herePranav Kant2-12/+12
2017-03-23lok: Do not use UNO for fetching tracked changesPranav Kant6-21/+68
2017-03-23lok: Create change tracking position tooPranav Kant1-2/+27
2017-03-23lok: Allow changing comment text of document redlinesPranav Kant2-2/+34
2017-03-23sw: Bin unused vectorPranav Kant1-3/+0
2017-03-18tdf#106001: Clamp CharScaleWidth outliers when exporting to DOCXAron Budea3-1/+14
2017-03-17tdf#105729 RTF import: \ltrpar should not override \qc from styleMiklos Vajna2-0/+15
2017-03-17tdf#103931 DOCX import: fix lost section breakMiklos Vajna2-0/+8
2017-03-16Resolves: rhbz#1431540 crash in SwDBManager::releaseRevokeListenerCaolán McNamara1-2/+5
2017-03-14ODT export: test that the PDF replacement image is a bitmapMiklos Vajna1-1/+19
2017-03-14vcl pdf import: change test documents to test bitmap fallbackMiklos Vajna1-0/+0
2017-03-14vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna2-3/+3
2017-03-14Related: tdf#105093 sw PDF export: handle embedded videosMiklos Vajna1-2/+11
2017-03-14Related: tdf#104841 sw PDF export: handle linked videos on non-first pagesMiklos Vajna1-2/+5
2017-03-14Related: tdf#104841 sw PDF export: handle linked videosMiklos Vajna1-2/+29