summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-04-29coverity#1210401 Non-virtual destructorCaolán McNamara1-1/+1
2014-04-28writerfilter: fix indentation in rtfreferencetableMiklos Vajna2-19/+23
2014-04-28Typo: becase -> becauseJulien Nabet1-1/+1
2014-04-27writerfilter: fix indentation in rtftokenizerMiklos Vajna2-137/+142
2014-04-27fix "transparency" of floating tables in docx import (fdo#77723)Luboš Luňák1-1/+3
2014-04-26writerfilter: fix indentation in rtfcharsetsMiklos Vajna2-14/+19
2014-04-26writerfilter: unused appendToInteropGrabBag() versionMiklos Vajna2-9/+0
2014-04-24Blind fix: writerfilter::TableManager used without template parametersTor Lillqvist1-1/+1
2014-04-24writerfilter: fix indentation in rtflookaheadMiklos Vajna2-39/+43
2014-04-24fdo#39056 fdo#75431 Section Properties if section starts with tableVinaya Mandke5-3/+108
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold1-0/+3
2014-04-23handle w:gridBefore by faking cells (fdo#38414)Luboš Luňák4-2/+96
2014-04-22writerfilter: fix indentation in rtfskipdestinationMiklos Vajna2-21/+25
2014-04-22Resolves: rhbz#1089377 crash on loading a specific rtfCaolán McNamara3-13/+1759
2014-04-22Accidentally removed "s"Stephan Bergmann1-1/+1
2014-04-22loplugin:passstringbyrefStephan Bergmann1-1/+1
2014-04-22-Werror,-Wparentheses-equalityStephan Bergmann1-2/+2
2014-04-22Related: fdo#77600 RTF import: RTFValue::equals: compare attribute contentMiklos Vajna3-0/+14
2014-04-22fod#77122 DOCX filter: link between textboxes is not being preservedumeshkadam3-3/+105
2014-04-21handle properly page breaks even if a page contains only a frame (fdo#55381)Luboš Luňák2-7/+24
2014-04-21writerfilter: fix indentation in rtfsdrimportMiklos Vajna2-155/+160
2014-04-20writerfilter: fix indentation in rtfvalueMiklos Vajna2-107/+109
2014-04-19writerfilter: fix indentation in rtfsprmMiklos Vajna2-76/+96
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold76-196/+196
2014-04-18fdo#75735 RTF import: fix COW when writing a nested structureMiklos Vajna3-3/+7
2014-04-17fdo#77219 Image property Z-index [behindDoc] not preserved after RTRavindra Vidhate1-6/+25
2014-04-16writerfilter: Hide more debug strings we don't need in production builds.Jan Holesovsky4-1/+7
2014-04-16fdo#74652 : Extra image gets added to the document body after RT.Tushar Bende1-0/+10
2014-04-15Line spacing is not preserved for styles.PriyankaGaikwad1-1/+2
2014-04-15Properly #ifdef debug-only codeStephan Bergmann1-0/+2
2014-04-14update_pchThomas Arnhold1-2/+13
2014-04-14writerfilter: QNameToString is for debugging, avoid using that in real code.Jan Holesovsky7-16/+47
2014-04-14Compile the debugging strings in only if we are about to use them.Jan Holesovsky2-4/+4
2014-04-14fdo#77267 RTF import: pard should reset current paragraph styleMiklos Vajna1-0/+3
2014-04-14fdo#76741 [DOCX] Table Alignment and width typeVinaya Mandke1-1/+17
2014-04-13RTFTokenizer::resolveParse: use SvStream::remainingSize()Miklos Vajna1-3/+1
2014-04-12fdo#74599 RTF import: enable StylesNoDefault compat settingMiklos Vajna2-3/+3
2014-04-11writerfilter: remove no longer needed WRITERFILTER_WRITERFILTER_DLLPUBLICMiklos Vajna34-70/+4
2014-04-11fdo#76635 : Table borders not preserved after RTRajashri1-5/+9
2014-04-11test cases for CVE-2014-1761Caolán McNamara2-0/+0
2014-04-11check that stacks are not empty before top()Caolán McNamara1-1/+6
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist3-31/+29
2014-04-11writerfilter: clean up duplicated PROP_PARA_*_MARGIN_*_AUTO_SPACING insertionsMiklos Vajna1-4/+2
2014-04-11fdo#76597: Fix preservation issue of Spacing between paragraphRohit Deshmukh1-2/+12
2014-04-10writerfilter: remove dead doctok detection codeMiklos Vajna1-41/+13
2014-04-10It's "its", not "it's"Tor Lillqvist3-3/+3
2014-04-10loplugin:bodynotinblockStephan Bergmann1-1/+1
2014-04-10fdo#77051: Preservation of Index field flag '\f'.YogeshBharate3-0/+10
2014-04-09WaE: passing OUString by value, rather pass by referenceTor Lillqvist2-2/+3
2014-04-09fdo#76583 DOCX import: Floating table information is not preserved in RT file.umeshkadam3-1/+13