summaryrefslogtreecommitdiff
path: root/sd/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-06-21re-base on ALv2 code.Michael Meeks7-164/+101
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara1-3/+3
2012-06-18ditch last (?) String::String(const sal_Unicode*)Caolán McNamara1-3/+2
2012-06-15fdo#48874 - remove html export dialog artworkRob Snelders2-315/+126
2012-06-12Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin1-7/+7
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-5/+6
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-16/+8
2012-06-02targeted string re-workNorbert Thiebaud3-6/+6
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-2/+2
2012-05-21removed unused #definesTakeshi Abe1-5/+0
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-2/+0
2012-04-18More RTL_CONSTASCII cleanupsOlivier Hallot3-48/+47
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot5-59/+48
2012-04-16C++ overloading is clearly the best invention everMichael Stahl1-1/+1
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot3-117/+117
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot4-94/+95
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot9-204/+196
2012-04-12fix modelineThomas Arnhold1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-11/+11
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-76/+76
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-02Replace List with std:vector<EPPTHyperlink>.Rafael Dominguez3-8/+6
2012-03-28remove unused code (oox, sc)Petr Vorel2-15/+0
2012-03-27drop intermediate temporary UniStringsCaolán McNamara2-11/+10
2012-03-25removed duplicate includes in sdTakeshi Abe5-6/+0
2012-03-15remove unused code (oox, sd)Petr Vorel2-11/+0
2012-03-08de-uno-ize ScriptTypeDetectorCaolán McNamara2-20/+8
2012-03-05remove unused codePetr Vorel2-18/+0
2012-03-02WaE: use of logical '&&' with constant operandTor Lillqvist1-2/+2
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-02WaE: indexes past the end of an arrayTor Lillqvist2-2/+10
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-11/+11
2012-03-01callcatcher: update listCaolán McNamara2-14/+0
2012-02-24-Werror=unused-parameterStephan Bergmann2-12/+3
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi3-16/+5
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-19give copy ctor a conventional signatureCaolán McNamara2-3/+3
2012-02-19svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold1-4/+0
2012-02-16fix up const malformed copy ctors and operator=Caolán McNamara2-14/+17
2012-01-31convert SdCustomeShow from tools/list to vectorNoel Grandin1-1/+1
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold1-3/+3
2012-01-23drop tools/string.hxx includeCaolán McNamara2-35/+35
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks2-3/+3
2012-01-14fix for gcc 4.7: unable to find string literal operatorMatúš Kukan1-6/+6