summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* a -> r prefix for referencesMiklos Vajna2014-03-231-16/+16
* WaE: -Werror=maybe-uninitializedCaolán McNamara2014-03-231-1/+1
* include vectorCaolán McNamara2014-03-231-0/+2
* fdo#76356 : Docx file contianing chart in footer/header gets corrupted.sushil_shinde2014-03-234-17/+79
* WaE: passing OUString by value, rather pass by reference [loplugin]Tor Lillqvist2014-03-232-2/+2
* ooxml: preserve rich text sdt controlsJacobo Aragunde Pérez2014-03-223-1/+10
* ooxml: preserve text sdt propertyJacobo Aragunde Pérez2014-03-222-1/+3
* ooxml: Make SdtHelper grab bag more genericJacobo Aragunde Pérez2014-03-223-38/+37
* coverity#705975 Dereference before null checkCaolán McNamara2014-03-211-6/+3
* coverity#705974 Dereference before null checkCaolán McNamara2014-03-211-9/+3
* DOCX import: implement progressbarMiklos Vajna2014-03-215-8/+75
* Remove unnecessary dynamic_castMiklos Vajna2014-03-216-15/+14
* coverity#736084 Missing break in switchCaolán McNamara2014-03-211-0/+2
* Missing includesStephan Bergmann2014-03-211-0/+6
* coverity#705442 Improper use of negative valueCaolán McNamara2014-03-211-0/+2
* writerfilter: remove unused OutputWithDepthMiklos Vajna2014-03-213-226/+0
* Don't duplicate relationship sequences while walking them.Michael Meeks2014-03-201-2/+2
* Handle altname in docx's fonttable.xmlChris Sherlock2014-03-201-3/+5
* ooxml: preserve dataBinding tag in SDT propertiesJacobo Aragunde Pérez2014-03-202-1/+15
* fdo#76327: only enclose the checkbox in the sdt block.Jacobo Aragunde Pérez2014-03-205-3/+13
* ooxml: import combobox sdt controlJacobo Aragunde Pérez2014-03-202-14/+2
* ooxml: preserve checkbox sdt controlJacobo Aragunde Pérez2014-03-202-1/+47
* ooxml: preserve docPartList property in sdt blocksJacobo Aragunde Pérez2014-03-201-0/+1
* coverity#738947 Uninitialized pointer fieldCaolán McNamara2014-03-191-0/+1
* fdo#72775 : LibreOffice hang while opening some documentsTushar Bende2014-03-181-5/+9
* writerfilter: fix indentation in SdtHelperMiklos Vajna2014-03-181-2/+2
* ooxml: preserve several simple types of sdtJacobo Aragunde Pérez2014-03-172-4/+8
* fdo#76109: LO Crashes while opening the docx file containing three fieldsDinesh Patil2014-03-171-0/+1
* ooxml: preserve w:sdt blocks containing w:docPartObj propertiesJacobo Aragunde Pérez2014-03-176-0/+79
* writerfilter: prefer passing OUString by referenceNoel Grandin2014-03-1730-80/+81
* writerfilter: remove unused analyzer*Miklos Vajna2014-03-152-27/+0
* unused WW8BinaryObjHandlerMiklos Vajna2014-03-153-97/+0
* rtftok: OPEN_M_TOKEN -> RTFTokenizer::lookupMathKeyword()Miklos Vajna2014-03-151-54/+16
* rtftok: add static array that maps between rtf and ooxml math tokensMiklos Vajna2014-03-156-137/+231
* RTF import: fix ordering of old-style dhght in case of equal valuesMiklos Vajna2014-03-145-10/+14
* RTF import: anchor drawing objects at-character by defaultMiklos Vajna2014-03-141-0/+4
* writerfilter: unused WW8TableDataHandlerMiklos Vajna2014-03-141-88/+0
* RTF import: fix dobxpage before dptxbxMiklos Vajna2014-03-141-1/+15
* fdo#69289 RTF import: handle cells with zero widthMiklos Vajna2014-03-141-0/+3
* fdo#74775: Preseved Citation after round trip.Rohit Deshmukh2014-03-143-2/+86
* Missing includeStephan Bergmann2014-03-131-0/+4
* writerfilter: assert that substream doesn't leave extra contextsMichael Stahl2014-03-122-17/+39
* bnc#865381 DOCX import: fix w:trHeight for cells with btLr text directionMiklos Vajna2014-03-123-4/+18
* bnc#865381 DOCX import: fix btLr cell direction when having vertical mergeMiklos Vajna2014-03-121-4/+8
* ignore large twips values like MSO does (cp#1000043)Luboš Luňák2014-03-121-2/+5
* rhbz#1075124: writerfilter: fix tables with negative left marginMichael Stahl2014-03-112-14/+14
* SdtHelper: fix indentationMiklos Vajna2014-03-111-2/+2
* ooxml: preserve locale attribute in date controlsJacobo Aragunde Pérez2014-03-104-1/+17
* ooxml: preserve dateFormat for unchanged date controlsJacobo Aragunde Pérez2014-03-102-1/+21
* writerfilter: DateFormat member in SdtHelper as a string.Jacobo Aragunde Pérez2014-03-103-18/+18