summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-09-19fdo#41833: fix visual cursor position after resizingIvan Timofeev1-1/+1
2013-09-11CID#736212 clip word 2 pap boundsCaolán McNamara6-1/+13
2013-09-03bDel is unused uninitializedCaolán McNamara1-0/+1
2013-09-01fdo#67358: sw: "fix" line painting artifacts when resizing columnsMichael Stahl1-1/+3
2013-09-01fdo#66215: sw: fix clicking on text above background flyMichael Stahl2-4/+43
2013-08-29fdo#63273 sw: let word count not update stat. fieldsMiklos Vajna4-15/+21
2013-08-23fdo#68076 RTF import: default font had priority over the specified oneMiklos Vajna2-0/+27
2013-08-21fdo#66145: revert change to CopyMasterHeaderMichael Stahl1-0/+4
2013-08-21fix undetected(?) merge conflictMichael Stahl1-2/+0
2013-08-20fdo#66145: fix Undo invalidation in SwDoc::ChgPageDesc()Michael Stahl1-3/+3
2013-08-20fdo#66145: fix copying of header/footer when un-sharingMichael Stahl1-2/+12
2013-08-20fdo#66145: do not check IsFirstShared() in SwPageDesc::GetLeftFmt()Michael Stahl1-2/+2
2013-08-15Resolves: fdo#67554 avoid ooxml import crashCaolán McNamara1-10/+9
2013-08-14fdo#58040: sw: fine tune async word countMichael Stahl2-10/+12
2013-08-14fdo#68064: Do not insert aTempEntry multiple timesStephan Bergmann1-4/+8
2013-07-29fdo#67467: fix crash when renaming table in AutoFormat dialogIvan Timofeev3-8/+6
2013-07-28fdo#67303: sw: speed up setting IsHidden property on stylesMichael Stahl2-1/+22
2013-07-12bnc#828598 fdo#59643 SwFormatClipboard: fix undo of paragraph attributesMiklos Vajna1-12/+1
2013-07-10fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna3-1/+47
2013-07-08fdo#65932: sw: remove SwDoc::ShareLayoutMichael Stahl4-21/+0
2013-07-02fdo#65650: fix Writer ODF import of list style with bullets and colorMichael Stahl1-5/+1
2013-07-02fdo#66165: WW8 export: fix duplicated paragraph breaksMichael Stahl1-1/+0
2013-06-29fdo#66101: lowriter crashed when trying to open .docx fileJulien Nabet1-1/+1
2013-06-28resolved fdo#35756 import more than 64k HTML table cellsEike Rathke18-39/+40
2013-06-27fdo#58029: replace quadratic child window loop with linearMichael Stahl1-26/+2
2013-06-27fdo#43765, fdo#57884, fdo#58052, fdo#63949: disappearing form controlsMichael Stahl1-33/+41
2013-06-20fdo#62536: sw: fix AutoCorrect bold/underline on existing AUTOFMTMichael Stahl2-0/+26
2013-06-19fdo#65666 keep tabs in footnote settings of sections (backport)László Németh1-8/+18
2013-06-18Revert "fdo#65666 keep tab characters in footnote settings of sections, too"Andras Timar1-6/+6
2013-06-18fdo#65666 keep tab characters in footnote settings of sections, tooLászló Németh1-6/+6
2013-06-18fdo#65882 - fix intermittent writer unit test failure on exit.Michael Meeks1-16/+23
2013-06-17fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl2-10/+12
2013-06-13i#10000 adapt to old String APIDavid Tardon1-2/+6
2013-06-13fdo#65666 keep tab characters in footnote settings (Begin/After)László Németh1-4/+4
2013-06-06fdo#61923: sw: word completion: do not add trailing '.'Michael Stahl1-1/+1
2013-06-05Resolves: fdo#64151 increase checkbox size to fit last 'h' into itCaolán McNamara1-2/+2
2013-06-04fdo#62044 RTF import: don't overwrite existing styles when pastingMiklos Vajna3-0/+28
2013-05-27fix fdo#64872 infinite loop saving as docLuke Deller2-21/+7
2013-05-27fix backport (OUString::number -> valueOf)Luboš Luňák1-1/+1
2013-05-27fdo#64671 Some special RTF characters were not skipped correctlyUrmas2-0/+11
2013-05-27Fix style renaming confusion in ww8 filter (solves fdo#63603)Luke Deller2-2/+28
2013-05-24fdo#43105: apply old sw-nested-positionned-tables-ww8-import-fix.diffBjoern Michaelsen1-84/+88
2013-05-21fdo#47951 work around underlying causeLionel Elie Mamane1-8/+8
2013-05-17fdo#60967: re-enable deletion of paragraph following tableMichael Stahl3-1/+40
2013-05-16fdo#62977 allow SAL_MAX_INT16..SAL_MAX_UINT16 when importing RTF_UMiklos Vajna2-0/+32
2013-05-15fdo#36876 WW8 filter: fix export of table marginsMiklos Vajna1-1/+3
2013-05-10fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright1-1/+1
2013-05-06fdo#42144 WW8 export: avoid writing pointless empty footersMiklos Vajna3-1/+10
2013-05-03SwPostItMgr::Delete: fix crash when layout is not yet readyMiklos Vajna1-1/+1
2013-04-29fdo#62336 - fix horribly coupled table rendering code to not crash.Michael Meeks1-1/+11