summaryrefslogtreecommitdiff
path: root/writerfilter/source
AgeCommit message (Expand)AuthorFilesLines
2011-10-29RTF_FFRES should be parsed for list fields onlyMiklos Vajna1-3/+1
2011-10-29Fix crash of text frames inside RTF tables (fdo#39856)Miklos Vajna1-1/+3
2011-10-29Related: fdo#39856 fix RTF import of some special accented chars in tablesMiklos Vajna1-1/+2
2011-10-21writerfilter: add some bling to customtargetMichael Stahl1-0/+26
2011-10-20char can be unsigned, use sal_Int8Tor Lillqvist2-4/+4
2011-10-14fdo#41080: fix crash while importing footnotes in RTF tablesMiklos Vajna1-2/+4
2011-10-10these can go behind DEBUG_CONTEXT_HANDLERCaolán McNamara1-0/+4
2011-10-07WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-2/+2
2011-10-07WaE: switch statement contains 'default' but no 'case' labelsTor Lillqvist1-0/+4
2011-10-07WaE: unreferenced local variableTor Lillqvist3-2/+4
2011-10-07WaE: assignment within conditional expressionTor Lillqvist1-11/+23
2011-10-07WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist1-1/+1
2011-10-07WaE: unreferenced local variableTor Lillqvist2-2/+6
2011-10-05WaE: unused variablesCaolán McNamara1-2/+5
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara4-0/+12
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara3-0/+6
2011-09-09map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara1-0/+1
2011-09-08Fix duplicateBreakJulien Nabet1-1/+0
2011-09-06fix reading of w:textbox contents (bnc#693388)Luboš Luňák1-0/+1
2011-09-04Drop unused partsJulien Nabet11-60/+4
2011-09-04Related: fdo#38966 initial support for first page header/footer in RTF importMiklos Vajna1-2/+2
2011-09-03drop unused partsJulien Nabet2-13/+0
2011-09-03Related: fdo#38966 RTF import should not ignore page breaks before empty parsMiklos Vajna2-17/+25
2011-09-02RTFSymbol: avoid unnecessary typedefMiklos Vajna1-2/+2
2011-09-01Placed more debug code behind #ifdef statementsJoseph Powers2-58/+81
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 Vajna1-0/+8
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-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 Vajna1-40/+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