summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2011-08-29WaE: unused variableCaolán McNamara1-1/+1
2011-08-26DomainMapper_Impl: send shape props to the dmapper loggerMiklos Vajna1-0/+3
2011-08-26setdebugflags is replaced by debug_setup.mkMiklos Vajna1-3/+0
2011-08-26TagLogger: debug code in non-debug buildMiklos Vajna2-0/+15
2011-08-26Related: fdo#39337 It turns out dmapper ignores the position of an entryMiklos Vajna2-3/+10
2011-08-22Implement RTF_ANSICPGMiklos Vajna1-0/+3
2011-08-22Make frame start/end a bit more robustMiklos Vajna2-3/+12
2011-08-22Make sure runs are closed before we end a frameMiklos Vajna1-0/+1
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-19WaE: fix buildCaolán McNamara1-1/+1
2011-08-19pictures in fly frames are already handledMiklos Vajna1-1/+3
2011-08-19a pard between two frame definitions means two framesMiklos Vajna1-0/+1
2011-08-19paragraphs inside frames do not countMiklos Vajna1-1/+2
2011-08-19handle sections containing no paragraphsMiklos Vajna2-0/+8
2011-08-19multiple sections in a frame are not allowedMiklos Vajna1-0/+1
2011-08-19make sure frame props are always emittedMiklos Vajna1-0/+1
2011-08-19have the twip->mm100 conversion code for frame props at a single placeMiklos Vajna1-14/+18
2011-08-18Revert "adjust for timezone when reading datetime"Luboš Luňák1-45/+10
2011-08-18warnings fixes for RTFPicture and RTFFrameMiklos Vajna2-0/+34
2011-08-18Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna2-41/+23
2011-08-18Tokenize text::HoriOrientationMiklos Vajna2-0/+11
2011-08-18complete text::VertOrientationMiklos Vajna1-3/+5
2011-08-18tokenize text::RelOrientationMiklos Vajna1-1/+10
2011-08-18implement RTF_FLYANCHORMiklos Vajna4-1/+8
2011-08-18dmapper: don't reset anchor type of text framesMiklos Vajna1-1/+4
2011-08-18these ctors are unusedMiklos Vajna1-13/+0
2011-08-18fly props are needed outside their destinationMiklos Vajna1-0/+9
2011-08-18implement RTF_FLYVERT and RTF_FLYHORZMiklos Vajna4-5/+26
2011-08-18enter RTF_FLYMAINCNTMiklos Vajna4-2/+9
2011-08-18Add data structures to import LO-specific fly frame RTF extensionsMiklos Vajna1-0/+123
2011-08-18Support empty paragraphs in text framesMiklos Vajna2-32/+40
2011-08-17Support multiple paragraphs inside a single frameMiklos Vajna2-14/+22
2011-08-17Implement textframe marginsMiklos Vajna2-4/+15
2011-08-17initial textframe supportMiklos Vajna2-1/+65
2011-08-17dmapper: textframes have to be inserted before text can be appended to themMiklos Vajna1-0/+7
2011-08-15send crop values to dmapperMiklos Vajna1-0/+4
2011-08-15implement RTF_PICWGOAL and RTF_PICHGOALMiklos Vajna2-25/+42
2011-08-15unused code: picture size is set in the extent attributesMiklos Vajna1-9/+0
2011-08-12no special handling of text box shapes, we already have a drawpage setMiklos Vajna1-1/+1
2011-08-12bugus null pointer checkMiklos Vajna1-1/+1
2011-08-12WaE: initialise these, older gcc does not recognize we always do so laterMiklos Vajna1-2/+2
2011-08-12Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna19-215/+622
2011-08-12fdo#37691: Initial support for the textbox shapeMiklos Vajna1-1/+1
2011-08-12support picture at the start of the documentMiklos Vajna1-0/+1
2011-08-12Picture frame: we need the destination text outside the pict groupMiklos Vajna1-0/+5
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud2-4/+4
2011-08-11we already have a using directive for theseMiklos Vajna3-18/+15
2011-08-11fix the "last char is missing from footnote when Word produces the rtf" bugMiklos Vajna3-0/+21
2011-08-11adjust for timezone when reading datetimeLuboš Luňák1-8/+45
2011-08-11do not ignore attributes on <w:comment>Luboš Luňák2-2/+4