summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2012-12-29rethink external executable setupDavid Tardon
2012-12-28Replace %d by %u in some format stringsJulien Nabet
2012-12-28fdo#45533 make it easier to debug RTF copy&pasteMiklos Vajna
2012-12-28fdo#45183 fix RTF import of tables with different row widthsMiklos Vajna
2012-12-27fdo#45183 import RTF_SHPFBLWTXTMiklos Vajna
2012-12-26ignore #include inside #ifLubos Lunak
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-24fdo#57678 fix import of RTF_PARD between RTF_CELL and RTF_ROWMiklos Vajna
2012-12-23fdo#58076 fix import of RTF page margins vs partial section propsMiklos Vajna
2012-12-22fdo#57886 fix import of RTF_MLIMLOCMiklos Vajna
2012-12-19regenerate pchPeter Foley
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist
2012-12-17n#792778 DOCX import: parse group shapes in oox onlyMiklos Vajna
2012-12-13update PCH headersLuboš Luňák
2012-12-10docx import/export non-breaking hyphen and soft hyphenLennard
2012-12-10new autogenerated PCH header for writerfilterLuboš Luňák
2012-12-10remove unneeded PCH stuffLuboš Luňák
2012-12-10no longer necessary to add include path for PCH headerLuboš Luňák
2012-12-10testing PCH for writerfilterLuboš Luňák
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin
2012-12-08fdo#49934 fix RTF import of column break in case no columns are definedMiklos Vajna
2012-12-07remove bogus assert and add emacs modelines.Michael Meeks
2012-12-07Emacs modeline + whitespace fix.Jan Holesovsky
2012-12-07fdo#44736 - convert RTFSprms to a copy-on-write structure.Michael Meeks
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann
2012-12-04fdo#54473 fdo#57133 fix RTF import of character stylesMiklos Vajna
2012-12-03writerfilter: unused createStreamHandlerMiklos Vajna
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon
2012-12-01writerfilter: remove unused WW8AnalyzerMiklos Vajna
2012-12-01sw: remove unused UNO wrapper around old internal RTF importMiklos Vajna
2012-11-30fdo#57708 fix RTF import of pictures right before text framesMiklos Vajna
2012-11-30fdo#57708 fix fake page break problem during RTF importMiklos Vajna
2012-11-30dmapper: couple of null pointer checks for the unit testMiklos Vajna
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-29DomainMapper_Impl::finishParagraph: also handle insert of multi-para framesMiklos Vajna
2012-11-29DomainMapper_Impl::finishParagraph: fix frame conversion vs insert posMiklos Vajna
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna
2012-11-28bigendian utext mixup triggering regression test failureCaolán McNamara
2012-11-28writerfilter: remove copy&pasteMiklos Vajna
2012-11-25fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz
2012-11-23writerfilter: sort RTF keywords only once in RTFTokenizerMiklos Vajna
2012-11-23split qnametostr up to try and make .o's small enough for ppc64Caolán McNamara
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-19n#780645 DOCX import: add support for fixed column widthMiklos Vajna
2012-11-17use LanguageTagEike Rathke
2012-11-15Remove unused methods from writerfilterMarcos Paulo de Souza
2012-11-14fdo#55525 import RTF_TRLEFTMiklos Vajna
2012-11-08round() is not portableTor Lillqvist
2012-11-06docx import: round float value to int when computing cells widthPierre-Eric Pelloux-Prayer