summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* fdo#54612 don't crash on RTF_DPPTX before RTF_DPPOLYCOUNTMiklos Vajna2012-12-301-6/+11
* rethink external executable setupDavid Tardon2012-12-291-1/+1
* Replace %d by %u in some format stringsJulien Nabet2012-12-283-7/+7
* fdo#45533 make it easier to debug RTF copy&pasteMiklos Vajna2012-12-281-5/+16
* fdo#45183 fix RTF import of tables with different row widthsMiklos Vajna2012-12-284-5/+23
* fdo#45183 import RTF_SHPFBLWTXTMiklos Vajna2012-12-271-1/+13
* ignore #include inside #ifLubos Lunak2012-12-261-3/+0
* Get rid of (most uses of) GUITor Lillqvist2012-12-252-5/+5
* fdo#57678 fix import of RTF_PARD between RTF_CELL and RTF_ROWMiklos Vajna2012-12-241-4/+8
* fdo#58076 fix import of RTF page margins vs partial section propsMiklos Vajna2012-12-232-2/+6
* fdo#57886 fix import of RTF_MLIMLOCMiklos Vajna2012-12-221-0/+1
* regenerate pchPeter Foley2012-12-191-28/+28
* Replace GUIBASE checks with equivalent OS checksTor Lillqvist2012-12-181-2/+2
* n#792778 DOCX import: parse group shapes in oox onlyMiklos Vajna2012-12-171-17/+25
* update PCH headersLuboš Luňák2012-12-131-1/+0
* docx import/export non-breaking hyphen and soft hyphenLennard2012-12-101-2/+2
* new autogenerated PCH header for writerfilterLuboš Luňák2012-12-102-28/+205
* remove unneeded PCH stuffLuboš Luňák2012-12-101-9/+0
* no longer necessary to add include path for PCH headerLuboš Luňák2012-12-101-1/+0
* testing PCH for writerfilterLuboš Luňák2012-12-103-0/+65
* fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin2012-12-102-4/+2
* fdo#49934 fix RTF import of column break in case no columns are definedMiklos Vajna2012-12-081-4/+17
* remove bogus assert and add emacs modelines.Michael Meeks2012-12-0720-1/+19
* Emacs modeline + whitespace fix.Jan Holesovsky2012-12-071-2/+3
* fdo#44736 - convert RTFSprms to a copy-on-write structure.Michael Meeks2012-12-073-40/+92
* -Werror,-Wunused-private-fieldStephan Bergmann2012-12-062-2/+0
* fdo#54473 fdo#57133 fix RTF import of character stylesMiklos Vajna2012-12-041-1/+1
* writerfilter: unused createStreamHandlerMiklos Vajna2012-12-032-7/+0
* move setting up of ext. executables out of gbuild.mkDavid Tardon2012-12-021-20/+22
* writerfilter: remove unused WW8AnalyzerMiklos Vajna2012-12-013-299/+0
* sw: remove unused UNO wrapper around old internal RTF importMiklos Vajna2012-12-011-13/+0
* fdo#57708 fix RTF import of pictures right before text framesMiklos Vajna2012-11-302-1/+10
* fdo#57708 fix fake page break problem during RTF importMiklos Vajna2012-11-302-30/+44
* dmapper: couple of null pointer checks for the unit testMiklos Vajna2012-11-301-5/+9
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* DomainMapper_Impl::finishParagraph: also handle insert of multi-para framesMiklos Vajna2012-11-291-1/+3
* DomainMapper_Impl::finishParagraph: fix frame conversion vs insert posMiklos Vajna2012-11-291-4/+5
* API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna2012-11-286-21/+72
* bigendian utext mixup triggering regression test failureCaolán McNamara2012-11-281-26/+25
* writerfilter: remove copy&pasteMiklos Vajna2012-11-281-2/+1
* fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna2012-11-258-6/+65
* fdo#51304 Remove @author annotationJosé Guilherme Vanz2012-11-241-9/+0
* writerfilter: sort RTF keywords only once in RTFTokenizerMiklos Vajna2012-11-232-4/+12
* split qnametostr up to try and make .o's small enough for ppc64Caolán McNamara2012-11-236-39/+29
* AllSettings with LanguageTagEike Rathke2012-11-222-2/+2
* n#780645 DOCX import: add support for fixed column widthMiklos Vajna2012-11-193-1/+77
* use LanguageTagEike Rathke2012-11-171-5/+3
* Remove unused methods from writerfilterMarcos Paulo de Souza2012-11-154-28/+0
* fdo#55525 import RTF_TRLEFTMiklos Vajna2012-11-141-0/+37
* round() is not portableTor Lillqvist2012-11-081-1/+1