summaryrefslogtreecommitdiff
path: root/svtools/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-06-21re-base on ALv2 code.Michael Meeks3-69/+42
2012-06-21re-base on ALv2 code.Michael Meeks3-46/+46
2012-06-19death to some UniStringsCaolán McNamara1-1/+1
2012-06-19remove some UniString ctorsCaolán McNamara1-4/+4
2012-06-18detect wrong UniString ctorCaolán McNamara1-1/+1
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-1/+1
2012-06-10nuke dead codeTakeshi Abe1-82/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-02targeted string re-workNorbert Thiebaud1-16/+16
2012-05-31targetted revert of minor cppcheck cleanupsMichael Meeks4-11/+14
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-14FilterConfigCache not used outside svtoolsStephan Bergmann1-4/+3
2012-05-11removed unused static dataTakeshi Abe1-5/+0
2012-05-09removed unused definesTakeshi Abe3-9/+0
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara1-0/+4
2012-04-23Add some more timelogging, for graphic export here.Thorsten Behrens1-0/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-20/+20
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-29emf+ on win: flush the header stream, so that it doesn't look like emptyRadek Doulik1-0/+4
2012-03-29emf+ on win: enable emf+ parsingRadek Doulik1-5/+0
2012-03-26Remove unused code in svtools.Santiago Martinez2-26/+0
2012-03-08fix the conditionRadek Doulik1-1/+1
2012-03-08added one more check to be more safe to identify (in)valid metafilesRadek Doulik1-1/+1
2012-03-08just in caseCaolán McNamara1-2/+3
2012-03-07allow wmf header to be placed on position aligned to 4 bytesRadek Doulik1-2/+6
2012-03-01Presumably the intent is to zero the whole pHexTable, not just the 1st elementTor Lillqvist1-1/+1
2012-03-01Sillyish clang WaE: array subscript is of type 'char'Tor Lillqvist1-30/+30
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-6/+6
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2-7/+11
2012-02-28use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara1-3/+2
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara1-47/+0
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-19svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold1-30/+0
2012-02-15Various string function clean upStephan Bergmann2-20/+18
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-1/+1
2012-01-31Fix "Possible inefficient checking for 'rChunkData' emptiness"Julien Nabet1-1/+1
2012-01-31SWAPLONG->OSL_SWAPDWORDCaolán McNamara2-2/+2
2012-01-31make svtools ByteString freeCaolán McNamara3-30/+22
2012-01-30Replace literal control characters (thank you Eike !)Julien Nabet1-3/+3
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin2-108/+108
2012-01-25ByteString->rtl::OStringCaolán McNamara1-8/+7
2012-01-23ByteString->rtl::OStringCaolán McNamara1-13/+11
2012-01-21Improve checking for emptinessThomas Arnhold1-1/+1
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2-3/+11
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-5/+5
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-5/+5
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot3-3/+3