summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-07-22fdo#79221: Wrong rendering of bottom and right character borderZolnai Tamás1-2/+4
2014-07-22Resolves: fdo#52226 swap in graphics on .docx and .rtf exportCaolán McNamara3-11/+37
2014-07-16fdo#80333: .doc has large black rectangles between paragraphsZolnai Tamás3-10/+23
2014-07-14Allow to move only callout handle with shift key (cp#1000084)Matúš Kukan2-5/+7
2014-07-10fix fdo#77844: header wrongly enabled from .docLuke Deller3-2/+60
2014-07-10sw: do more input validation in SwWW8ImplReader::Read_AndMichael Stahl1-1/+3
2014-07-10fix crash loading ooo#93570-3.docCaolán McNamara1-13/+26
2014-07-10DOC import: fix nested commentsMiklos Vajna2-1/+15
2014-07-10coverity#1158240 Dereference before null checkCaolán McNamara1-2/+2
2014-07-06Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-1/+1
2014-07-06fdo#73241 RTF import: ignore page break in tablesMiklos Vajna2-0/+14
2014-07-06error: no matching function for call to 'assertEquals'Matúš Kukan1-1/+1
2014-07-04bnc#884615 VML import: import OLE objects in header with background wrappingMiklos Vajna2-0/+6
2014-07-04fdo#78758: sw: RTF export: don't export multiple \fldrst for one hyperlinkMichael Stahl11-34/+47
2014-07-04fdo#69649 RTF import: don't crash on empty TOC resultMiklos Vajna1-0/+39
2014-07-04Resolves: fdo#80681 widget is not transparentCaolán McNamara1-3/+7
2014-07-03bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna2-0/+9
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2-0/+13
2014-06-29Resolves fdo#54155: Crash when playing with a Group inside a GroupJulien Nabet1-1/+1
2014-06-25MSWord uses \xb for linebreaks in DB fields, take 2 (bnc#878854)Luboš Luňák1-0/+1
2014-06-25fdo#76260 - a better approach for getting element names.Michael Meeks1-9/+9
2014-06-25fdo#76260 - the wrong way to get a 10% win with an N^3 operation.Michael Meeks2-1/+2
2014-06-25fix reading of section margins (bnc#875715)Luboš Luňák3-18/+27
2014-06-24try to fix linker error on Windows caused by last commitLuboš Luňák1-0/+1
2014-06-24fix broken redlines after undoing column count change (cp#1000071)Luboš Luňák5-0/+54
2014-06-20fdo#35105: notify role change through a new UNO a11y eventJacobo Aragunde Pérez1-1/+10
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida5-9/+18
2014-06-18fdo#76633: writerfilter RTF import: disappear the rectangle shapes on imagesMichael Stahl2-0/+47
2014-06-18fdo#77979: Make rtl_TextEncodingToWinCharsetRTF work for non-UnicodeStephan Bergmann1-24/+17
2014-06-18fdo#77979: sw: RTF export: write non-ASCII font names encodedMichael Stahl6-6/+85
2014-06-18Related: #i125072# map given style name to corresponding UI name...Oliver-Rainer Wittmann1-0/+1
2014-06-18add missing code from 0761f816Luboš Luňák1-2/+6
2014-06-16DOCX import: fix additional empty paragraphs around footnote textMiklos Vajna2-0/+11
2014-06-10Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-3/+8
2014-06-10fix fdo#40073 : look for translated frame stylesElie Roux1-0/+1
2014-06-10Resolves: rhbz#1096747 crash/hang on format-page on html documentCaolán McNamara1-0/+7
2014-06-10coverity#736074 Missing break in switchCaolán McNamara1-0/+1
2014-06-10fdo#79384: replace the work-around with a different oneMichael Stahl1-0/+1
2014-06-10fdo#79384: RTF import: fix literal Shift-JIS textMichael Stahl2-0/+17
2014-06-10fdo#79547 fdo#69649 Fix for pre-rendered Table Of ContentsVinaya Mandke4-1/+29
2014-06-10fdo#79384 RTF import: allow { without } in style namesMiklos Vajna1-0/+5
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard8-10/+10
2014-06-10Fix compilation error after conflict mis-resolutionTor Lillqvist2-2/+3
2014-06-10sw: SwAccessibleDocument: fix crashesMichael Stahl1-2/+10
2014-06-10fdo#57197: sw: check that cells are still alive ...Michael Stahl2-18/+27
2014-06-10sw: don't dispose SwAccessibles in SwRowFrm::Cut()Michael Stahl2-23/+2
2014-06-10sw: revert PaintArea change in SwAccessibleFrameMichael Stahl1-4/+3
2014-06-10fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez2-4/+4
2014-06-10Revert SwAccessibleCell::getCurrentValue to return a numeric value againStephan Bergmann1-24/+1
2014-06-10Integrate branch of IAccessible2Steve Yin108-368/+7192