summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Collapse)Author
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-21writerfilter: add some bling to customtargetMichael Stahl
2011-10-20char can be unsigned, use sal_Int8Tor Lillqvist
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-14fdo#41080: fix crash while importing footnotes in RTF tablesMiklos Vajna
2011-10-10these can go behind DEBUG_CONTEXT_HANDLERCaolán McNamara
2011-10-07WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-07WaE: switch statement contains 'default' but no 'case' labelsTor Lillqvist
2011-10-07WaE: unreferenced local variableTor Lillqvist
2011-10-07WaE: assignment within conditional expressionTor Lillqvist
A whole bunch of them.
2011-10-07WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist
2011-10-07WaE: unreferenced local variableTor Lillqvist
2011-10-05WaE: unused variablesCaolán McNamara
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks
It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly.
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04adapt writerfilter unittests to separate RdbTarget makefile requirementBjoern Michaelsen
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann
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 Bergmann
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 McNamara
2011-09-08Fix duplicateBreakJulien Nabet
2011-09-06Make this easier to parse visuallyTor Lillqvist
2011-09-06Do what I said in 8b23d5be319ed4bac5d855c127dcfe7c6d0dc32cTor Lillqvist
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ňák
2011-09-04Drop unused partsJulien Nabet
2011-09-04Related: fdo#38966 initial support for first page header/footer in RTF importMiklos Vajna
2011-09-03drop unused partsJulien Nabet
2011-09-03Related: fdo#38966 RTF import should not ignore page breaks before empty parsMiklos Vajna
2011-09-03writerfilter: define DEBUG_DMAPPER_PROPERTY_MAP with dbglevel>1Miklos Vajna
2011-09-02RTFSymbol: avoid unnecessary typedefMiklos Vajna
2011-09-01Placed more debug code behind #ifdef statementsJoseph Powers
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