summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)Author
2011-08-29WaE: unused variableCaolán McNamara
2011-08-26DomainMapper_Impl: send shape props to the dmapper loggerMiklos Vajna
2011-08-26setdebugflags is replaced by debug_setup.mkMiklos Vajna
2011-08-26TagLogger: debug code in non-debug buildMiklos Vajna
2011-08-26Related: fdo#39337 It turns out dmapper ignores the position of an entryMiklos Vajna
2011-08-22Implement RTF_ANSICPGMiklos Vajna
2011-08-22Make frame start/end a bit more robustMiklos Vajna
Don't try to start a started frame, don't try to end a not started frame.
2011-08-22Make sure runs are closed before we end a frameMiklos Vajna
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19WaE: fix buildCaolán McNamara
2011-08-19pictures in fly frames are already handledMiklos Vajna
2011-08-19a pard between two frame definitions means two framesMiklos Vajna
2011-08-19paragraphs inside frames do not countMiklos Vajna
2011-08-19handle sections containing no paragraphsMiklos Vajna
2011-08-19multiple sections in a frame are not allowedMiklos Vajna
2011-08-19make sure frame props are always emittedMiklos Vajna
2011-08-19have the twip->mm100 conversion code for frame props at a single placeMiklos Vajna
2011-08-18Revert "adjust for timezone when reading datetime"Luboš Luňák
This reverts commit 7fcd99b3d261b0bd76bbf4a7f9bfcb93793be4e4. Apparently everybody lives in UTC+0 timezone according to MSOffice, wherever they live.
2011-08-18warnings fixes for RTFPicture and RTFFrameMiklos Vajna
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