summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2013-07-27fdo#67365 fix RTF import of RTF_QC in table cells wrt unusual group stackMiklos Vajna
2013-07-27fdo#67365 fix RTF import of inherited cell widthsMiklos Vajna
2013-07-27fdo#67365 fix RTF import of inherited row props wrt unusual group stackMiklos Vajna
2013-07-26fdo#66474 DOCX import: fix handling of mixed fixed/auto cell widthsMiklos Vajna
2013-07-26RTF import: fix groupshape import when shapes don't contain textMiklos Vajna
2013-07-26Related: bnc#820504 RTF import: don't anchor shapes TO_PAGEMiklos Vajna
2013-07-24fdo#66781 : fix bullets with level 0Adam Co
2013-07-24writerfilter: import w:mirrorIndents as a grab bag propertyMiklos Vajna
2013-07-24Keep passing XComponentContext into officecfg:: wrapper fns, where availableStephan Bergmann
2013-07-24fdo#46037: no more comphelper/configurationhelper.hxx in fpickerJulien Nabet
2013-07-24Revert "fdo#46037: no more comphelper/configurationhelper.hxx in fpicker"Fridrich Štrba
2013-07-24Trying to fix the windows buildFridrich Štrba
2013-07-23fdo#46037: no more comphelper/configurationhelper.hxx in writerfilterJulien Nabet
2013-07-23fdo#64637 RTF import: handle multiple RTF_COMPANYMiklos Vajna
2013-07-22fdo#66145: fix for FirstIsShared flagAdam Co
2013-07-22n#825976: handle TOC \h field for illustrations tables in writerfilterCédric Bosdonnat
2013-07-22writerfilter: make sure the redline stack always has at least one elementMiklos Vajna
2013-07-18fdo#65632 RTF import: send NS_ooxml::LN_trackchange only once for one rangeMiklos Vajna
2013-07-17Related: fdo#65632 DOCX import: make start/end of trackchange both be an sprmMiklos Vajna
2013-07-17Related: fdo#65632 DOCX filter: fix import of non-redlined footnoteMiklos Vajna
2013-07-17Mark as constTakeshi Abe
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-15fdo#54900 RTF import: support setting para align after textMiklos Vajna
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-10fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna
2013-07-10writerfilter: move the crash test file to "pass" directoryMichael Stahl
2013-07-10rhbz#960019 : RTF import: handle extra groups in listoverride entryMichael Stahl
2013-07-10writerfilter: not every field has a Content propertyMichael Stahl
2013-07-09fdo#66565 RTF import: don't produce cell widths smaller than MINLAYMiklos Vajna
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann
2013-07-08Related: fdo#66040 RTF import: by default, do create a group shape for \shpgrpMiklos Vajna
2013-07-08RTFSdrImport: support stacking of parentsMiklos Vajna
2013-07-05writerfilter: add RTFLookahead to be able to look ahead during importMiklos Vajna
2013-07-05RTFTokenizer: remember start pos of current groupMiklos Vajna
2013-07-05RTF import: extract RTFListener out of RTFDocumentImplMiklos Vajna
2013-07-05fdo#39001 RTF import: fix fake empty page at the end of the docMiklos Vajna
2013-07-05writerfilter: PropertyMap::Insert's bIsTextProperty parameter is unusedMiklos Vajna
2013-07-04Fixed bad cherry-pick conflict handling in writerfilterCédric Bosdonnat
2013-07-04n#825976: Fixed the import of Table of FiguresCédric Bosdonnat
2013-07-04n#825976: Added common flags support for SEQ field importCédric Bosdonnat
2013-07-04bnc#820504 VML import: don't anchor shapes TO_PAGEMiklos Vajna
2013-07-04writerfilter::dmapper::PropertyDefinition::bIsTextProperty is never readMiklos Vajna
2013-07-04fdo#66543: fixed line number attribute START VALUE wasnt imported and exportedAdam Co
2013-07-03Drop unused DomainMapperTableManager::CopyTextProperties()Miklos Vajna
2013-07-03n#820503: initial MCE support in writerfilter ooxml tokenizerCédric Bosdonnat
2013-07-03fix for wrong case value in dmapperAdam Co
2013-07-01RTF import: support shapes inside tablesMiklos Vajna
2013-07-01RTFValue: support storing RTFShapeMiklos Vajna
2013-07-01SmOoxmlImport: update doc on how to extract handled token listMiklos Vajna
2013-06-29remove OUString wrap for string literalsThomas Arnhold