summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara4-0/+10
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann1-2/+0
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2-2/+14
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
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-06Make this easier to parse visuallyTor Lillqvist1-1/+1
2011-09-06Do what I said in 8b23d5be319ed4bac5d855c127dcfe7c6d0dc32cTor Lillqvist1-1/+1
Don't mark the template class TableDataHandler for DLL export/import either. It seems to break the MSVC build, and dropping the decoration fixed the problem. Odd that I didn't notice before now, or is it really over a month since I managed to build master last? That wouldn't be too surprising, I guess. But other people do claim the have built master with MSVC relatively recently. Or is it just that this templace class has only recently been used more than earlier? Or does the fact that I am still attempting a --enable-dbgutil build affect this? The world is full of little mysteries.
2011-09-06fix reading of w:textbox contents (bnc#693388)Luboš Luňák1-0/+1
2011-09-04Drop unused partsJulien Nabet12-61/+4
2011-09-04Related: fdo#38966 initial support for first page header/footer in RTF importMiklos Vajna1-2/+2
2011-09-03drop unused partsJulien Nabet6-23/+0
2011-09-03Related: fdo#38966 RTF import should not ignore page breaks before empty parsMiklos Vajna2-17/+25
2011-09-03writerfilter: define DEBUG_DMAPPER_PROPERTY_MAP with dbglevel>1Miklos Vajna1-0/+1
2011-09-02RTFSymbol: avoid unnecessary typedefMiklos Vajna1-2/+2
2011-09-01Placed more debug code behind #ifdef statementsJoseph Powers4-61/+91
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
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 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
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 Vajna2-0/+34
2011-08-18Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna2-41/+23
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 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