summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-04filter: use CustomTarget makefileMatúš Kukan
2012-04-03SVG: treat skewX and skewY correctChristina Rossmanith
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-04-02always pass --headless to cppunitsLuboš Luňák
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28unused global rtl::OUStringsCaolán McNamara
2012-03-27drop intermediate temporary UniStringsCaolán McNamara
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-22confirmed that tests pass on windowsCaolán McNamara
2012-03-22SVG import: keep aspect ratio when transforming viewbox to viewportChristina Rossmanith
2012-03-21tga filter broken for quite a whileCaolán McNamara
2012-03-20cgms are image/cgmCaolán McNamara
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-160x80000001 can't fit into (signed) longLuboš Luňák
As far as I can say, this value and all those negative values are actually not valid in CGM anyway, but since I do not know the code, I'm leaving them in, they shouldn't break anything.
2012-03-14add a tiff testCaolán McNamara
2012-03-13Convert tools/table.hxx to std::map in CGMElements classNoel Grandin
2012-03-13Converts from tools/table.hxx to std::map in DffPropSet class in filter moduleNoel Grandin
2012-03-07Fixed a lot of minor issues, polished source code and comments.Marco Cecchetti
Fixed a couple of missing 'this' keyword. Fixed not strict JavaScript syntax usage, as missing 'var', 'new', ';' or duplicated variable declarations. Fixed spelling issues.
2012-03-07Fixed a bug: when the SlideNumber placeholder field does not exist at all in ↵Marco Cecchetti
the master page the 'element' attribute of the related PlaceholderShape object is null, so the 'element' attribute has to be checked in thePlaceholderShape.setVisibility method.
2012-03-06XMLFilterTabPageXSLT::LinkStubToggleXSLTImplHdl does nothingCaolán McNamara
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power
2012-03-05vba implementation for Application.OnKeyNoel Power
2012-03-03WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-03WaE: expression result unusedTor Lillqvist
A right parenthesis was apparently misplaced, leading to the code actually containing a bogus comma expression. The GetPropertyValue() call's result was ignored and the subexpression after the comma, zero, was used instead.
2012-03-03WaE: use of unary operator that may be intended as compound assignment (-=)Tor Lillqvist
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara
2012-02-28fdo#45023 UI fix on PDF export dialogAndras Timar
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-28use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara
2012-02-28WaE: unused variableCaolán McNamara
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-26Avoid temporary rtl::OUStringJulien Nabet
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-23Adapted Reader to safer-to-use salhelper::ThreadStephan Bergmann
...which required some Reference namespace clean up.
2012-02-23Adapted LateInitThread to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-17Make filters module buildable with dbglevel=3 again.Thorsten Behrens
2012-02-16Removed SetProperty and StartElement method of MSFilterTracer.Szabolcs Dezsi
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe