summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara2011-09-308-1/+1
* merge filters-test codeCaolán McNamara2011-09-303-122/+10
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-305-0/+15
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-1/+1
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-224-0/+10
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-161-2/+0
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-122-2/+14
* map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara2011-09-091-0/+1
* Fix duplicateBreakJulien Nabet2011-09-081-1/+0
* Make this easier to parse visuallyTor Lillqvist2011-09-061-1/+1
* Do what I said in 8b23d5be319ed4bac5d855c127dcfe7c6d0dc32cTor Lillqvist2011-09-061-1/+1
* fix reading of w:textbox contents (bnc#693388)Luboš Luňák2011-09-061-0/+1
* Drop unused partsJulien Nabet2011-09-0412-61/+4
* Related: fdo#38966 initial support for first page header/footer in RTF importMiklos Vajna2011-09-041-2/+2
* drop unused partsJulien Nabet2011-09-036-23/+0
* Related: fdo#38966 RTF import should not ignore page breaks before empty parsMiklos Vajna2011-09-032-17/+25
* writerfilter: define DEBUG_DMAPPER_PROPERTY_MAP with dbglevel>1Miklos Vajna2011-09-031-0/+1
* RTFSymbol: avoid unnecessary typedefMiklos Vajna2011-09-021-2/+2
* Placed more debug code behind #ifdef statementsJoseph Powers2011-09-014-61/+91
* WaE: unused variableCaolán McNamara2011-08-291-1/+1
* DomainMapper_Impl: send shape props to the dmapper loggerMiklos Vajna2011-08-261-0/+3
* setdebugflags is replaced by debug_setup.mkMiklos Vajna2011-08-261-3/+0
* TagLogger: debug code in non-debug buildMiklos Vajna2011-08-262-0/+15
* Related: fdo#39337 It turns out dmapper ignores the position of an entryMiklos Vajna2011-08-262-3/+10
* Implement RTF_ANSICPGMiklos Vajna2011-08-221-0/+3
* Make frame start/end a bit more robustMiklos Vajna2011-08-222-3/+12
* Make sure runs are closed before we end a frameMiklos Vajna2011-08-221-0/+1
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
* WaE: fix buildCaolán McNamara2011-08-191-1/+1
* pictures in fly frames are already handledMiklos Vajna2011-08-191-1/+3
* a pard between two frame definitions means two framesMiklos Vajna2011-08-191-0/+1
* paragraphs inside frames do not countMiklos Vajna2011-08-191-1/+2
* handle sections containing no paragraphsMiklos Vajna2011-08-192-0/+8
* multiple sections in a frame are not allowedMiklos Vajna2011-08-191-0/+1
* make sure frame props are always emittedMiklos Vajna2011-08-191-0/+1
* have the twip->mm100 conversion code for frame props at a single placeMiklos Vajna2011-08-191-14/+18
* Revert "adjust for timezone when reading datetime"Luboš Luňák2011-08-181-45/+10
* warnings fixes for RTFPicture and RTFFrameMiklos Vajna2011-08-182-0/+34
* Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna2011-08-182-41/+23
* Tokenize text::HoriOrientationMiklos Vajna2011-08-182-0/+11
* complete text::VertOrientationMiklos Vajna2011-08-181-3/+5
* tokenize text::RelOrientationMiklos Vajna2011-08-181-1/+10
* implement RTF_FLYANCHORMiklos Vajna2011-08-184-1/+8
* dmapper: don't reset anchor type of text framesMiklos Vajna2011-08-181-1/+4
* these ctors are unusedMiklos Vajna2011-08-181-13/+0
* fly props are needed outside their destinationMiklos Vajna2011-08-181-0/+9
* implement RTF_FLYVERT and RTF_FLYHORZMiklos Vajna2011-08-184-5/+26
* enter RTF_FLYMAINCNTMiklos Vajna2011-08-184-2/+9
* Add data structures to import LO-specific fly frame RTF extensionsMiklos Vajna2011-08-181-0/+123
* Support empty paragraphs in text framesMiklos Vajna2011-08-182-32/+40