summaryrefslogtreecommitdiff
path: root/filter/source
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi3-271/+5
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold1-81/+0
2012-02-23Adapted Reader to safer-to-use salhelper::ThreadStephan Bergmann5-94/+93
2012-02-23Adapted LateInitThread to safer-to-use salhelper::ThreadStephan Bergmann3-88/+34
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-17Make filters module buildable with dbglevel=3 again.Thorsten Behrens1-3/+4
2012-02-16Removed SetProperty and StartElement method of MSFilterTracer.Szabolcs Dezsi1-11/+0
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe1-2/+2
2012-02-13Remove unused codeElton Chung1-10/+0
2012-02-13Fix typos in commentsElton Chung1-5/+5
2012-02-13filter configuration: add some OOo XML/ODF mimetypesMichael Stahl6-6/+6
2012-02-13filter configuration: add some mimetypeMichael Stahl4-4/+4
2012-02-13filter configuration: add MSO 2007 XML mimetypesMichael Stahl10-10/+10
2012-02-10Remove unused codeElton Chung1-6/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2-2/+2
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2-13/+13
2012-02-09fix ppt embedded graphic dumperCaolán McNamara1-7/+12
2012-02-08do not deserialize into long, use a type of the correct width (fdo#40768)Luboš Luňák1-1/+4
2012-02-05Some cppcheck cleaningJulien Nabet1-2/+2
2012-02-04extract max legal dff length to headerCaolán McNamara1-3/+3
2012-02-01Some cppcheck cleaningJulien Nabet4-6/+6
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2-4/+4
2012-01-31callcatcher: update listCaolán McNamara1-12/+0
2012-01-26Sort the catch-all detection at the endFridrich Štrba1-2/+2
2012-01-24Disable svg font embedding for sd filters test, enable again.Thorsten Behrens1-3/+7
2012-01-24Remove dead code from svg filterThorsten Behrens3-37/+3
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara2-2/+2
2012-01-24String->rtl::OUStringCaolán McNamara1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
2012-01-20Removed unused code as listed in unusedcode.easySantiago Martinez1-5/+0
2012-01-18This method is now unused.Kohei Yoshida2-9/+0
2012-01-18removed some dead codeMarc-André Laverdière-Papineau3-63/+1
2012-01-17fdo#43193: fix rotation of shapes in imported MS documentsIvan Timofeev1-8/+13
2012-01-13simply MSDFFReadZString and friendsCaolán McNamara1-18/+4
2012-01-13just return the read string here instead of passing one in by refCaolán McNamara2-33/+34
2012-01-13return status never checkedCaolán McNamara1-8/+7
2012-01-13convert some archaic stringsCaolán McNamara1-26/+28
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara3-3/+3
2012-01-08Kill SvNullStream duplicationMiklos Vajna1-2/+29
2012-01-08callcatcher: Remove unused codeAugust Sodora2-105/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz4-4/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara2-2/+4
2012-01-05callcatcher: drop some unused methodsCaolán McNamara8-823/+2
2011-12-28Fix order initJulien Nabet1-1/+1
2011-12-28option to export hidden slides to pdf filesPierre-André Jacquod7-2/+32
2011-12-26Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot35-154/+154
2011-12-25open xml filter test result in default xml editorPeter Jentsch2-9/+16
2011-12-25fix threading problem in LibXSLTTransformer.cxxPeter Jentsch1-0/+1