summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-04-23ofz: header has to be at least 1 pair longCaolán McNamara1-1/+9
2017-04-23ofz: treat short properties as run endCaolán McNamara1-1/+1
2017-04-23ofz: check olst sprm for valid ANLD payload lenCaolán McNamara1-0/+8
2017-04-23ofz: guard against bogus sprm lenCaolán McNamara1-0/+5
2017-04-23ofz: check anldPap sprm for valid ANLD payload lenCaolán McNamara1-0/+7
2017-04-23ofz: check anlv text boundsCaolán McNamara3-7/+26
2017-03-22disable generation of ole previews in ODF format until after loadCaolán McNamara6-41/+55
2016-07-08tdf#95367 inherit page style if no new one importedJustin Luth2-0/+5
2016-07-08tdf#96750 docx - ensure all styles are initializedJustin Luth2-0/+6
2016-07-08tdf#93640 Fix import of linked left page header/footerLuke Deller2-0/+100
2016-07-04tdf#76322 writer: allow column breaks in headers/footersJustin Luth3-1/+7
2016-07-04tdf#76349 writer: treat single-column break as page breakJustin Luth2-4/+13
2016-07-04tdf#90697 docx - don't change continuous break into page breakJustin Luth2-0/+17
2016-06-22tdf#95775: Allow zero shape width/height; fix setting width/height relationMike Kaganski3-0/+11
2016-06-22tdf#92157: allow both dimensions of a graphic to be 0Mike Kaganski3-4/+6
2016-06-06SwXDispatchProviderInterceptor: implement frame::XInterceptorInfoMiklos Vajna2-1/+16
2016-05-25lok don't supress start/end when there is selectionAshod Nakashian1-2/+1
2016-05-25bccu#1811 - Writer comment focusing / selection / cursor issueAshod Nakashian9-18/+29
2016-05-22o3tl: add make_unique template till we can't use std::make_uniqueMiklos Vajna2-2/+3
2016-05-15LOK: ensure KeyInput is handled with the correct MapModeAshod Nakashian1-0/+5
2016-05-15LOK: invalidate annotation window upon showingAshod Nakashian1-0/+6
2016-05-08-Werror=missing-field-initializers.Tor Lillqvist1-1/+1
2016-05-07sw: add AnchorType parameter to .uno:PasteMiklos Vajna5-17/+22
2016-05-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna5-5/+0
2016-05-04this unit test fails on MACOSX, reason unknown, disableAndras Timar1-1/+1
2016-05-02tdf#99074 DOCX import: handle <w:view w:val="web"/>Miklos Vajna3-0/+24
2016-05-02tdf#99135 VML import: handle image cropMiklos Vajna2-0/+6
2016-05-02Related: tdf#65642 RTF filter: import \pgnucrmMiklos Vajna2-0/+29
2016-05-02Related: tdf#65642 RTF filter: import \pgnlcrmMiklos Vajna2-0/+29
2016-05-02tdf#90097 RTF import: handle fRelFlipV property for line shapesMiklos Vajna2-0/+181
2016-05-02Related: tdf#65642 RTF filter: import \pgndecMiklos Vajna2-0/+29
2016-05-02tdf#94449: special text attributes are not removed with paragraph styleOliver Specht1-1/+2
2016-04-23lokit: add getPartHashHenry Castro3-0/+26
2016-04-21Resolves: tdf#96172 crashtesting: avoid crash in layoutCaolán McNamara1-3/+3
2016-04-21tdf#99140 DOCX import: fix table at the bottom of the page to span over ...Miklos Vajna2-0/+15
2016-04-21tdf#65642 RTF filter: import \pgnrestart and \pgnucltrMiklos Vajna2-0/+31
2016-04-10tdf#99100 DOC import: handle subset of STYLEREF nativelyMiklos Vajna7-3/+63
2016-04-10tdf#97601 sw: don't mark an already modified chart as modifiedMiklos Vajna3-2/+31
2016-04-08lok context menu: Expose context menuPranav Kant2-3/+10
2016-04-04tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna14-7/+118
2016-04-04tdf#96326 RTF import: handle checkbox form field undefined resultMiklos Vajna2-0/+42
2016-04-04tdf#98882 DOCX import: set default para properties on the Standard para styleMiklos Vajna2-0/+8
2016-04-04tdf#88453 sw layout: fix split of nested tables with large amount of rowsMiklos Vajna4-1/+62
2016-04-04tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna3-0/+19
2016-04-04tdf#95977: fix fly positioning regression from 0c5cbcd7Bjoern Michaelsen1-1/+1
2016-04-04tdf#98458 sw: Fix performance problem when searching in large documents.Jan Holesovsky1-4/+4
2016-03-17tdf#97139: prevent loop while formatting small text linesOliver Specht1-1/+5
2016-03-17Resolves: tdf#82781 avoid dereferencing invalid iteratorsCaolán McNamara1-4/+9
2016-03-10tdf#87034 RTF import: fix multiple superscripts after footnote ...Miklos Vajna2-0/+20
2016-03-10basic: tdf#87530 don't copy storage that doesn't existMichael Stahl1-0/+86