summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-08-13DOCX import of paragraph border drop shadowMiklos Vajna5-8/+24
2013-08-13RTF import: handle rotation on groupshapesMiklos Vajna5-7/+32
2013-08-12fdo#63428 writerfilter: fix paste of commented text rangesMiklos Vajna1-4/+9
2013-08-12OSL_FAIL -> SAL_WARNMiklos Vajna1-2/+2
2013-08-09fdo#53556 RTF import: fix handling of default shapeTypeMiklos Vajna1-0/+7
2013-08-09fdo#53556 RTF import of fFilled shape property for drwainglayer shapesMiklos Vajna2-11/+20
2013-08-06compatibility setting for MS Word wrapping text in less space (bnc#822908)Luboš Luňák3-0/+5
2013-08-06fdo#47440 import RTF_SHPBX/YPAGE for Writer pictures, tooMiklos Vajna2-9/+18
2013-08-05fdo#67498 RTF import: fix missing margins vs continuous section breaksMiklos Vajna2-19/+30
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-07-27fdo#67365 fix RTF import of RTF_QC in table cells wrt unusual group stackMiklos Vajna1-0/+1
2013-07-27fdo#67365 fix RTF import of inherited cell widthsMiklos Vajna1-2/+0
2013-07-27fdo#67365 fix RTF import of inherited row props wrt unusual group stackMiklos Vajna1-0/+5
2013-07-26fdo#66474 DOCX import: fix handling of mixed fixed/auto cell widthsMiklos Vajna1-4/+11
2013-07-26RTF import: fix groupshape import when shapes don't contain textMiklos Vajna2-1/+5
2013-07-26Related: bnc#820504 RTF import: don't anchor shapes TO_PAGEMiklos Vajna1-0/+2
2013-07-24fdo#66781 : fix bullets with level 0Adam Co1-2/+12
2013-07-24writerfilter: import w:mirrorIndents as a grab bag propertyMiklos Vajna5-11/+40
2013-07-24Keep passing XComponentContext into officecfg:: wrapper fns, where availableStephan Bergmann1-1/+1
2013-07-24fdo#46037: no more comphelper/configurationhelper.hxx in fpickerJulien Nabet1-1/+1
2013-07-24Revert "fdo#46037: no more comphelper/configurationhelper.hxx in fpicker"Fridrich Štrba1-1/+1
2013-07-24Trying to fix the windows buildFridrich Štrba1-1/+1
2013-07-23fdo#46037: no more comphelper/configurationhelper.hxx in writerfilterJulien Nabet3-20/+3
2013-07-23fdo#64637 RTF import: handle multiple RTF_COMPANYMiklos Vajna1-2/+7
2013-07-22fdo#66145: fix for FirstIsShared flagAdam Co3-0/+7
2013-07-22n#825976: handle TOC \h field for illustrations tables in writerfilterCédric Bosdonnat1-39/+63
2013-07-22writerfilter: make sure the redline stack always has at least one elementMiklos Vajna1-0/+5
2013-07-18fdo#65632 RTF import: send NS_ooxml::LN_trackchange only once for one rangeMiklos Vajna2-3/+13
2013-07-17Related: fdo#65632 DOCX import: make start/end of trackchange both be an sprmMiklos Vajna3-7/+9
2013-07-17Related: fdo#65632 DOCX filter: fix import of non-redlined footnoteMiklos Vajna2-9/+16
2013-07-17Mark as constTakeshi Abe5-8/+8
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-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-10fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna1-1/+4
2013-07-10writerfilter: move the crash test file to "pass" directoryMichael Stahl1-0/+12
2013-07-10rhbz#960019 : RTF import: handle extra groups in listoverride entryMichael Stahl1-2/+12
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-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-0/+12
2013-07-08Related: fdo#66040 RTF import: by default, do create a group shape for \shpgrpMiklos Vajna3-3/+21
2013-07-08RTFSdrImport: support stacking of parentsMiklos Vajna2-4/+22
2013-07-05writerfilter: add RTFLookahead to be able to look ahead during importMiklos Vajna4-2/+194
2013-07-05RTFTokenizer: remember start pos of current groupMiklos Vajna2-1/+10
2013-07-05RTF import: extract RTFListener out of RTFDocumentImplMiklos Vajna6-176/+240
2013-07-05fdo#39001 RTF import: fix fake empty page at the end of the docMiklos Vajna1-5/+7
2013-07-05writerfilter: PropertyMap::Insert's bIsTextProperty parameter is unusedMiklos Vajna12-231/+227
2013-07-04Fixed bad cherry-pick conflict handling in writerfilterCédric Bosdonnat1-2/+2
2013-07-04n#825976: Fixed the import of Table of FiguresCédric Bosdonnat3-2/+19
2013-07-04n#825976: Added common flags support for SEQ field importCédric Bosdonnat1-3/+26