summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
...
* implement RTF_PICWGOAL and RTF_PICHGOALMiklos Vajna2011-08-152-25/+42
* unused code: picture size is set in the extent attributesMiklos Vajna2011-08-151-9/+0
* no special handling of text box shapes, we already have a drawpage setMiklos Vajna2011-08-121-1/+1
* bugus null pointer checkMiklos Vajna2011-08-121-1/+1
* WaE: initialise these, older gcc does not recognize we always do so laterMiklos Vajna2011-08-121-2/+2
* Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna2011-08-1219-215/+622
|\
| * fdo#37691: Initial support for the textbox shapeMiklos Vajna2011-08-121-1/+1
| * support picture at the start of the documentMiklos Vajna2011-08-121-0/+1
| * Picture frame: we need the destination text outside the pict groupMiklos Vajna2011-08-121-0/+5
| * we already have a using directive for theseMiklos Vajna2011-08-113-18/+15
| * fix the "last char is missing from footnote when Word produces the rtf" bugMiklos Vajna2011-08-113-0/+21
| * ignore RTF_FORMSHADEMiklos Vajna2011-08-111-0/+3
| * implement RTF_NOLINEMiklos Vajna2011-08-111-0/+13
| * the rtf exporter uses RTF_ENDDOC to order footnotes to the end of a chapterMiklos Vajna2011-08-112-1/+10
| * rtftok: send footnote numbering typesMiklos Vajna2011-08-111-0/+15
| * dmapper: implement footnote numbering typesMiklos Vajna2011-08-113-0/+18
| * skip RTF_AFTNRSTCONT and RTF_AFTNRESTARTMiklos Vajna2011-08-111-0/+6
| * implement footnote numbering typesMiklos Vajna2011-08-111-0/+18
| * implement RTF_FTNSTARTMiklos Vajna2011-08-112-1/+5
| * it's enough to set these as a default sprmMiklos Vajna2011-08-111-2/+0
| * implement RTF_AFTNSTARTMiklos Vajna2011-08-111-0/+4
| * implement endnote numbering typesMiklos Vajna2011-08-102-3/+23
| * skip RTF_AENDDOC and RTF_AENDNOTESMiklos Vajna2011-08-101-0/+6
| * implement the RTF_FALT destinationMiklos Vajna2011-08-102-1/+18
| * Move destination text to RTFParserStateMiklos Vajna2011-08-102-25/+26
| * RTFDocumentImpl: avoid raw pointersMiklos Vajna2011-08-102-16/+8
| * RTFValue: avoid raw pointersMiklos Vajna2011-08-102-19/+17
| * dmapper: implement PAGEREF fieldMiklos Vajna2011-08-104-2/+47
| * Fix page numbersMiklos Vajna2011-08-101-1/+1
| * use RTFSkipDestination instead of skipDestination()Miklos Vajna2011-08-083-50/+16
| * Add a new RTFSkipDestination classMiklos Vajna2011-08-083-0/+123
| * RTFDocumentImpl: add set/get methods for SkipUnknownMiklos Vajna2011-08-082-0/+12
| * implement font alignment paragraph sprmsMiklos Vajna2011-08-081-0/+19
| * dmapper: paragraph vertical alignment supportMiklos Vajna2011-08-083-0/+24
| * DomainMapper_Impl::AddBookmark: missing empty stack checkMiklos Vajna2011-08-081-0/+2
| * fix shape import for the unit testMiklos Vajna2011-08-082-11/+12
| * dmapper: more null pointer checks for the unit testMiklos Vajna2011-08-082-63/+119
| * testrtf: add support for an indeterminate directoryMiklos Vajna2011-08-082-5/+17
| * Fix paragraph styles in non-debug buildMiklos Vajna2011-08-081-0/+2
| * modelfactory may not be available, that's fineMiklos Vajna2011-08-081-1/+0
* | add the module oox into tail_build's foldNorbert Thiebaud2011-08-112-4/+4
* | adjust for timezone when reading datetimeLuboš Luňák2011-08-111-8/+45
* | do not ignore attributes on <w:comment>Luboš Luňák2011-08-112-2/+4
* | correct dependencies in writerfilterMatúš Kukan2011-08-112-2/+2
* | prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-1012-11/+11
|/
* [PATCH] do not use hard-code/clone/in writerfilter testsNorbert Thiebaud2011-08-061-2/+2
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
* add another dependencyCaolán McNamara2011-08-041-2/+2
* testrtftok: depend on writerfilterMiklos Vajna2011-08-041-0/+1
* RTFDocumentImpl::dispatchSymbol: warning fixMiklos Vajna2011-08-041-1/+1