summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2012-03-20cgms are image/cgmCaolán McNamara1-1/+1
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-160x80000001 can't fit into (signed) longLuboš Luňák1-1/+1
2012-03-14add a tiff testCaolán McNamara12-0/+166
2012-03-13Convert tools/table.hxx to std::map in CGMElements classNoel Grandin3-36/+14
2012-03-13Converts from tools/table.hxx to std::map in DffPropSet class in filter moduleNoel Grandin2-81/+75
2012-03-07Fixed a lot of minor issues, polished source code and comments.Marco Cecchetti1-1063/+1074
2012-03-07Fixed a bug: when the SlideNumber placeholder field does not exist at all in ...Marco Cecchetti1-2/+6
2012-03-06XMLFilterTabPageXSLT::LinkStubToggleXSLTImplHdl does nothingCaolán McNamara2-5/+0
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist2-1/+34
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power2-1/+51
2012-03-05vba implementation for Application.OnKeyNoel Power2-2/+130
2012-03-03WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-03WaE: expression result unusedTor Lillqvist1-1/+1
2012-03-03WaE: use of unary operator that may be intended as compound assignment (-=)Tor Lillqvist1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann6-19/+19
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara3-21/+21
2012-02-28fdo#45023 UI fix on PDF export dialogAndras Timar1-2/+3
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara2-10/+0
2012-02-28use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara1-7/+2
2012-02-28WaE: unused variableCaolán McNamara1-7/+6
2012-02-27Removed unused codeSzabolcs Dezsi2-23/+0
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-52/+52
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi8-378/+8
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold2-83/+0
2012-02-23Adapted Reader to safer-to-use salhelper::ThreadStephan Bergmann6-94/+94
2012-02-23Adapted LateInitThread to safer-to-use salhelper::ThreadStephan Bergmann5-89/+36
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
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 Dezsi2-13/+0
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe1-2/+2
2012-02-13Remove unused codeElton Chung2-11/+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-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
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 McNamara2-13/+0
2012-01-26Sort the catch-all detection at the endFridrich Štrba1-2/+2