summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara1-0/+6
2012-04-13gbuildize internal zlibCaolán McNamara1-6/+0
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan1-1/+1
2012-04-09s/pathes/paths/Tor Lillqvist2-2/+2
2012-04-09add package deps for resourcesDavid Tardon2-0/+8
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-3/+2
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon2-2/+2
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon2-0/+4
2012-04-08clean upDavid Tardon2-8/+0
2012-04-08simplify use of configuration from unit testsDavid Tardon2-6/+2
2012-04-08always use --protector for UNO testsDavid Tardon2-2/+0
2012-04-08drop uses_ureDavid Tardon2-4/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon2-8/+0
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl41-84/+84
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi12-50/+34
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi8-28/+28
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi13-114/+114
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-7/+7
2012-04-04filter: use CustomTarget makefileMatúš Kukan4-55/+10
2012-04-03SVG: treat skewX and skewY correctChristina Rossmanith1-4/+4
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-7/+12
2012-04-02always pass --headless to cppunitsLuboš Luňák2-2/+0
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe16-19/+0
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin1-1/+0
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-9/+8
2012-03-28unused global rtl::OUStringsCaolán McNamara1-63/+0
2012-03-27drop intermediate temporary UniStringsCaolán McNamara2-2/+2
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-03-22confirmed that tests pass on windowsCaolán McNamara1-3/+0
2012-03-22SVG import: keep aspect ratio when transforming viewbox to viewportChristina Rossmanith1-4/+5
2012-03-21tga filter broken for quite a whileCaolán McNamara9-11/+170
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