summaryrefslogtreecommitdiff
path: root/svtools/source/filter
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz5-5/+0
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz3-2/+1
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara4-26/+32
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara1-3/+3
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-2/+2
2011-12-21needs more work firstCaolán McNamara1-2/+2
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-2/+2
2011-12-19Removed COMPRESSMODE_FULL support from SvStreamMatteo Casalin1-1/+0
2011-12-19Resolves: fdo#43082 can't claim its not a DXF just because didn't see SECTIONCaolán McNamara1-18/+18
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-14Cleanup jpeg bitmap creation & loading codeMichael Meeks1-16/+21
2011-12-03svtools: ImpPeekGraphicFormat: STL assertionMichael Stahl1-2/+7
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara3-12/+15
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara2-2/+3
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud21-42/+0