summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)Author
2011-08-18Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna
Disable the unit tests in sw, as that would duplicate the unit test in writerfilter now. Do not remove the old filter yet, so this commit can be reverted later if needed.
2011-08-18Tokenize text::HoriOrientationMiklos Vajna
2011-08-18complete text::VertOrientationMiklos Vajna
2011-08-18tokenize text::RelOrientationMiklos Vajna
2011-08-18implement RTF_FLYANCHORMiklos Vajna
2011-08-18dmapper: don't reset anchor type of text framesMiklos Vajna
2011-08-18these ctors are unusedMiklos Vajna
2011-08-18fly props are needed outside their destinationMiklos Vajna
2011-08-18implement RTF_FLYVERT and RTF_FLYHORZMiklos Vajna
2011-08-18enter RTF_FLYMAINCNTMiklos Vajna
2011-08-18Add data structures to import LO-specific fly frame RTF extensionsMiklos Vajna
2011-08-18Support empty paragraphs in text framesMiklos Vajna
2011-08-17Support multiple paragraphs inside a single frameMiklos Vajna
2011-08-17Implement textframe marginsMiklos Vajna
2011-08-17initial textframe supportMiklos Vajna
2011-08-17dmapper: textframes have to be inserted before text can be appended to themMiklos Vajna
2011-08-15send crop values to dmapperMiklos Vajna
2011-08-15implement RTF_PICWGOAL and RTF_PICHGOALMiklos Vajna
2011-08-15unused code: picture size is set in the extent attributesMiklos Vajna
2011-08-12no special handling of text box shapes, we already have a drawpage setMiklos Vajna
2011-08-12bugus null pointer checkMiklos Vajna
2011-08-12WaE: initialise these, older gcc does not recognize we always do so laterMiklos Vajna
2011-08-12Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna
2011-08-12fdo#37691: Initial support for the textbox shapeMiklos Vajna
For now, only pictures supported
2011-08-12support picture at the start of the documentMiklos Vajna
2011-08-12Picture frame: we need the destination text outside the pict groupMiklos Vajna
I broke this in 6751324082ca472b9a34caabdd0a1032c27438b9
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud
2011-08-11we already have a using directive for theseMiklos Vajna
2011-08-11fix the "last char is missing from footnote when Word produces the rtf" bugMiklos Vajna
2011-08-11adjust for timezone when reading datetimeLuboš Luňák
2011-08-11do not ignore attributes on <w:comment>Luboš Luňák
2011-08-11ignore RTF_FORMSHADEMiklos Vajna
2011-08-11implement RTF_NOLINEMiklos Vajna
2011-08-11the rtf exporter uses RTF_ENDDOC to order footnotes to the end of a chapterMiklos Vajna
2011-08-11correct dependencies in writerfilterMatúš Kukan
2011-08-11rtftok: send footnote numbering typesMiklos Vajna
2011-08-11dmapper: implement footnote numbering typesMiklos Vajna
2011-08-11skip RTF_AFTNRSTCONT and RTF_AFTNRESTARTMiklos Vajna
2011-08-11implement footnote numbering typesMiklos Vajna
2011-08-11implement RTF_FTNSTARTMiklos Vajna
2011-08-11it's enough to set these as a default sprmMiklos Vajna
2011-08-11implement RTF_AFTNSTARTMiklos Vajna
2011-08-10implement endnote numbering typesMiklos Vajna
2011-08-10skip RTF_AENDDOC and RTF_AENDNOTESMiklos Vajna
2011-08-10implement the RTF_FALT destinationMiklos Vajna
2011-08-10Move destination text to RTFParserStateMiklos Vajna
For example a font name may be interrupted by an RTF_FALT destination anytime.
2011-08-10RTFDocumentImpl: avoid raw pointersMiklos Vajna
2011-08-10RTFValue: avoid raw pointersMiklos Vajna
2011-08-10dmapper: implement PAGEREF fieldMiklos Vajna
2011-08-10Fix page numbersMiklos Vajna
I broke that in commit 5338fee30bef0eeeedb768220713641b3d1536fe