summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-07-23fdo#64637 RTF import: handle multiple RTF_COMPANYMiklos Vajna1-2/+7
2013-07-22n#825976: handle TOC \h field for illustrations tables in writerfilterCédric Bosdonnat1-39/+63
2013-07-22fdo#65632 RTF import: send NS_ooxml::LN_trackchange only once for one rangeMiklos Vajna6-19/+43
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+1
2013-07-15fdo#54900 RTF import: support setting para align after textMiklos Vajna1-0/+1
2013-07-10fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna1-2/+5
2013-07-10rhbz#960019 : RTF import: handle extra groups in listoverride entryMichael Stahl2-2/+24
2013-07-10writerfilter: not every field has a Content propertyMichael Stahl1-3/+6
2013-07-09fdo#66565 RTF import: don't produce cell widths smaller than MINLAYMiklos Vajna1-2/+3
2013-07-08n#825976: Fixed the import of Table of FiguresCédric Bosdonnat3-2/+19
2013-07-08n#825976: Added common flags support for SEQ field importCédric Bosdonnat1-3/+26
2013-07-08fdo#39001 RTF import: fix fake empty page at the end of the docMiklos Vajna1-5/+7
2013-07-04bnc#820504 VML import: don't anchor shapes TO_PAGEMiklos Vajna1-1/+1
2013-07-04n#820503: initial MCE support in writerfilter ooxml tokenizerCédric Bosdonnat4-8/+67
2013-06-28bnc#823655 fix RTF import of freeform shape coordinatesMiklos Vajna1-7/+7
2013-06-28bnc#823655 RTF import: ignore styles without a typeMiklos Vajna1-0/+3
2013-06-23fdo#43641 writerfilter: tokenize lc:lockedCanvasMiklos Vajna2-0/+24
2013-06-19fix rtf import on big endianDavid Tardon1-27/+15
2013-06-18bnc#825305 RTF import of fFilled shape propertyMiklos Vajna1-0/+5
2013-06-18n#820504: default color hidden by Default style in writerfilterCédric Bosdonnat1-2/+1
2013-06-11Related fdo#33895 add some checks against NULL derefsJulien Nabet1-1/+6
2013-06-10fdo#64656 RTF import: handle levelnumbers without leveltextMiklos Vajna2-0/+11
2013-06-06add some checks against NULL derefsCaolán McNamara2-0/+6
2013-06-06valgrind: uninit variableCaolán McNamara1-2/+3
2013-06-06Related: #i119607#, text font spacing in comments doesn't expand/condense...Jian Fang Zhang3-4/+19
2013-06-06Related #i120832#, the style and color set on table text by user...Jian Fang Zhang1-6/+0
2013-06-05bnc#820509 DOCX import: handle M.d.yyyy date format in w:sdtMiklos Vajna1-2/+3
2013-06-05bnc#820509 DOCX import: try harder to disable form design modeMiklos Vajna5-5/+24
2013-06-04fdo#62044 RTF import: don't overwrite existing styles when pastingMiklos Vajna3-8/+11
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-22/+13
2013-05-30bnc#817956 DOCX import of page border shadowMiklos Vajna7-6/+40
2013-05-30bnc#817956 DOCX import: missing last character of shape textMiklos Vajna1-1/+4
2013-05-27bnc#817956 DOCX import of document background colorMiklos Vajna4-1/+10
2013-05-27fdo#64671 Some special RTF characters were not skipped correctlyUrmas1-1/+1
2013-05-21bnc#818997 RTF import: don't ignore page breaks between shapesMiklos Vajna5-0/+35
2013-05-21fdo#46808, Use service constructorsNoel Grandin1-14/+4
2013-05-20#i121134#, more fix for i119657, fallback to old logic to use current Abstrac...Jian Fang Zhang1-0/+2
2013-05-20Related: #i119657#, importing docx, add code to handle the problem...Jian Fang Zhang4-3/+56
2013-05-16bnc#779630 DOCX import: improve w:sdt size guessingMiklos Vajna1-1/+6
2013-05-15fdo#62977 allow SAL_MAX_INT16..SAL_MAX_UINT16 when importing RTF_UMiklos Vajna1-1/+4
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-14fdo#64249: make sure we have matching start/end level for table in shapesCédric Bosdonnat1-7/+6
2013-05-12cppcheck: fix redundantAssignInSwitchJulien Nabet1-4/+4
2013-05-11Resolves: #i119161# copy sStyleIdentifierI and sStyleIdentifierD...Jürgen Schmidt1-0/+2
2013-05-07oox: remove Package_generated and Package_tokensMichael Stahl2-3/+5
2013-05-07writerfilter: remove Package_sprmidsMichael Stahl2-34/+0
2013-05-07fdo#64256 writerfilter: handle void GraphicURL in ListsManager::lcl_sprmMiklos Vajna1-1/+3
2013-05-02handle graphic bullets in .docx also when saved as <w:pict>Luboš Luňák4-2/+23
2013-05-02Fix out-of-bonds Sequence access in NumberingManager with page numberingFridrich Štrba1-1/+2
2013-05-02bnc#779630 initial DOCX import of w:sdt's w:dateMiklos Vajna7-67/+246