summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
2012-02-05Some cppcheck cleaningJulien Nabet
2012-02-04extract max legal dff length to headerCaolán McNamara
2012-02-01Some cppcheck cleaningJulien Nabet
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida
2012-01-31callcatcher: update listCaolán McNamara
2012-01-26Sort the catch-all detection at the endFridrich Štrba
2012-01-24Disable svg font embedding for sd filters test, enable again.Thorsten Behrens
2012-01-24Remove dead code from svg filterThorsten Behrens
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara
2012-01-24String->rtl::OUStringCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-20Removed unused code as listed in unusedcode.easySantiago Martinez
2012-01-18This method is now unused.Kohei Yoshida
2012-01-18removed some dead codeMarc-André Laverdière-Papineau
2012-01-17fdo#43193: fix rotation of shapes in imported MS documentsIvan Timofeev
2012-01-13simply MSDFFReadZString and friendsCaolán McNamara
2012-01-13just return the read string here instead of passing one in by refCaolán McNamara
2012-01-13return status never checkedCaolán McNamara
2012-01-13convert some archaic stringsCaolán McNamara
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-08Kill SvNullStream duplicationMiklos Vajna
2012-01-08callcatcher: Remove unused codeAugust Sodora
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2012-01-05callcatcher: drop some unused methodsCaolán McNamara
2011-12-28Fix order initJulien Nabet
2011-12-28option to export hidden slides to pdf filesPierre-André Jacquod
2011-12-26Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot
2011-12-25open xml filter test result in default xml editorPeter Jentsch
2011-12-25fix threading problem in LibXSLTTransformer.cxxPeter Jentsch
2011-12-25use radiobuttons to select builtin/saxon xslt transformationPeter Jentsch
2011-12-25fixed warning about global resource in xmlfilterdialog.srcPeter Jentsch
2011-12-23eval at the calling side, like other gbuild classesDavid Tardon
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-21needs more work firstCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-21can't see why there's an appendChar hereCaolán McNamara
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-16avoid looping on busted escher recordsCaolán McNamara
2011-12-15Removed extra semicolonsJesse
2011-12-12Use OUTDIR_FOR_BUILD for cross-compiling goodnessTor Lillqvist
2011-12-12Resolves: fdo#43690 install explicit cancel handlerCaolán McNamara
2011-12-12catch exception by constant referenceTakeshi Abe
2011-12-08CDR importer: fixing some build and esthetic issuesFridrich Štrba
2011-12-08Stub Corel Draw importerFridrich Štrba
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke