summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2014-10-12fdo#76565 Allow pasting into input fieldsJan-Marek Glogowski1-4/+2
2014-09-29map FRAME to VML's textLuboš Luňák1-2/+2
2014-09-29map PAGE_PRINT_AREA to VML's marginLuboš Luňák1-2/+2
2014-09-29proper reading of mso-position-(horizontal|vertical)(-relative)Luboš Luňák1-2/+6
2014-09-29export in .docx also vml mso-position-(horizontal|vertical)(-relative)Luboš Luňák1-83/+83
2014-09-29docx ST_VAnchor does not know "column", it should be "text"Luboš Luňák1-1/+1
2014-09-23Do not link html images only when pasting from clipboard (bnc#580834)Matúš Kukan1-1/+2
2014-09-23bnc#580834: HTML import: Embed images if source URL is a local file.Matúš Kukan1-7/+15
2014-09-17fdo#65836 bnc#621241 Do not compress WMF / EMF file incase of OOXML exportNikhil Walvekar1-1/+1
2014-09-11abi#10076 RTF export: handle frames without a valid anchor pointMiklos Vajna1-4/+3
2014-09-08abi#10039 RTF export: support page-anchored framesMiklos Vajna1-7/+15
2014-09-08fdo#32613 RTF export: implemented anchored picture exportMiklos Vajna1-4/+73
2014-08-21avoid crash on document ending before contained table endsCaolán McNamara1-0/+2
2014-08-21sw: ww8: fix another ~SwIndexReg() assertionMichael Stahl1-2/+4
2014-08-21fix reading a .doc that has frame anchored to the end of page (bnc#787942)Luboš Luňák2-1/+15
2014-08-21Resolves: fdo#81046 don't crash on compilers that enforce exception specsCaolán McNamara1-5/+13
2014-08-21SwDoc::CopyPageDesc(): probably sending Modify for first too cannot hurtMichael Stahl1-0/+6
2014-08-21fdo#69282: sw: fix updating of page styles via SwDocShell::_LoadStyles()Michael Stahl1-0/+16
2014-08-21Related: fdo#81641 create new styles with an initial nameCaolán McNamara1-1/+5
2014-07-27Fix for Footer is missing if fisrt page different header/footer is setRohit Deshmukh1-1/+1
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ás1-10/+14
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 Deller1-2/+13
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-04fdo#78758: sw: RTF export: don't export multiple \fldrst for one hyperlinkMichael Stahl9-34/+28
2014-07-04Resolves: fdo#80681 widget is not transparentCaolán McNamara1-3/+7
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
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 Meeks1-1/+1
2014-06-25fix reading of section margins (bnc#875715)Luboš Luňák1-18/+19
2014-06-24fix broken redlines after undoing column count change (cp#1000071)Luboš Luňák2-0/+8
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#77979: Make rtl_TextEncodingToWinCharsetRTF work for non-UnicodeStephan Bergmann1-24/+17
2014-06-18fdo#77979: sw: RTF export: write non-ASCII font names encodedMichael Stahl4-6/+78
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-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-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard8-10/+10