summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
...
* fdo#67365 fix RTF import of RTF_QC in table cells wrt unusual group stackMiklos Vajna2013-07-271-0/+1
* fdo#67365 fix RTF import of inherited cell widthsMiklos Vajna2013-07-271-2/+0
* fdo#67365 fix RTF import of inherited row props wrt unusual group stackMiklos Vajna2013-07-271-0/+5
* fdo#66474 DOCX import: fix handling of mixed fixed/auto cell widthsMiklos Vajna2013-07-261-4/+11
* RTF import: fix groupshape import when shapes don't contain textMiklos Vajna2013-07-262-1/+5
* Related: bnc#820504 RTF import: don't anchor shapes TO_PAGEMiklos Vajna2013-07-261-0/+2
* fdo#66781 : fix bullets with level 0Adam Co2013-07-241-2/+12
* writerfilter: import w:mirrorIndents as a grab bag propertyMiklos Vajna2013-07-245-11/+40
* Keep passing XComponentContext into officecfg:: wrapper fns, where availableStephan Bergmann2013-07-241-1/+1
* fdo#46037: no more comphelper/configurationhelper.hxx in fpickerJulien Nabet2013-07-241-1/+1
* Revert "fdo#46037: no more comphelper/configurationhelper.hxx in fpicker"Fridrich Štrba2013-07-241-1/+1
* Trying to fix the windows buildFridrich Štrba2013-07-241-1/+1
* fdo#46037: no more comphelper/configurationhelper.hxx in writerfilterJulien Nabet2013-07-233-20/+3
* fdo#64637 RTF import: handle multiple RTF_COMPANYMiklos Vajna2013-07-231-2/+7
* fdo#66145: fix for FirstIsShared flagAdam Co2013-07-223-0/+7
* n#825976: handle TOC \h field for illustrations tables in writerfilterCédric Bosdonnat2013-07-221-39/+63
* writerfilter: make sure the redline stack always has at least one elementMiklos Vajna2013-07-221-0/+5
* fdo#65632 RTF import: send NS_ooxml::LN_trackchange only once for one rangeMiklos Vajna2013-07-182-3/+13
* Related: fdo#65632 DOCX import: make start/end of trackchange both be an sprmMiklos Vajna2013-07-173-7/+9
* Related: fdo#65632 DOCX filter: fix import of non-redlined footnoteMiklos Vajna2013-07-172-9/+16
* Mark as constTakeshi Abe2013-07-175-8/+8
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-1/+1
* fdo#54900 RTF import: support setting para align after textMiklos Vajna2013-07-151-0/+1
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-1/+1
* fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna2013-07-101-1/+4
* writerfilter: move the crash test file to "pass" directoryMichael Stahl2013-07-101-0/+12
* rhbz#960019 : RTF import: handle extra groups in listoverride entryMichael Stahl2013-07-101-2/+12
* writerfilter: not every field has a Content propertyMichael Stahl2013-07-101-3/+6
* fdo#66565 RTF import: don't produce cell widths smaller than MINLAYMiklos Vajna2013-07-091-2/+3
* -Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2013-07-081-0/+12
* Related: fdo#66040 RTF import: by default, do create a group shape for \shpgrpMiklos Vajna2013-07-083-3/+21
* RTFSdrImport: support stacking of parentsMiklos Vajna2013-07-082-4/+22
* writerfilter: add RTFLookahead to be able to look ahead during importMiklos Vajna2013-07-054-2/+194
* RTFTokenizer: remember start pos of current groupMiklos Vajna2013-07-052-1/+10
* RTF import: extract RTFListener out of RTFDocumentImplMiklos Vajna2013-07-056-176/+240
* fdo#39001 RTF import: fix fake empty page at the end of the docMiklos Vajna2013-07-051-5/+7
* writerfilter: PropertyMap::Insert's bIsTextProperty parameter is unusedMiklos Vajna2013-07-0512-231/+227
* Fixed bad cherry-pick conflict handling in writerfilterCédric Bosdonnat2013-07-041-2/+2
* n#825976: Fixed the import of Table of FiguresCédric Bosdonnat2013-07-043-2/+19
* n#825976: Added common flags support for SEQ field importCédric Bosdonnat2013-07-041-3/+26
* bnc#820504 VML import: don't anchor shapes TO_PAGEMiklos Vajna2013-07-041-1/+1
* writerfilter::dmapper::PropertyDefinition::bIsTextProperty is never readMiklos Vajna2013-07-047-71/+69
* fdo#66543: fixed line number attribute START VALUE wasnt imported and exportedAdam Co2013-07-042-2/+14
* Drop unused DomainMapperTableManager::CopyTextProperties()Miklos Vajna2013-07-032-40/+0
* n#820503: initial MCE support in writerfilter ooxml tokenizerCédric Bosdonnat2013-07-034-8/+67
* fix for wrong case value in dmapperAdam Co2013-07-031-2/+2
* RTF import: support shapes inside tablesMiklos Vajna2013-07-012-8/+21
* RTFValue: support storing RTFShapeMiklos Vajna2013-07-012-3/+36
* SmOoxmlImport: update doc on how to extract handled token listMiklos Vajna2013-07-012-1/+2
* remove OUString wrap for string literalsThomas Arnhold2013-06-292-3/+3