summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* s/pathes/paths/Tor Lillqvist2012-04-092-2/+2
|
* add package deps for resourcesDavid Tardon2012-04-092-0/+8
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-3/+2
|
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-082-2/+2
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-082-0/+4
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
* clean upDavid Tardon2012-04-082-8/+0
|
* simplify use of configuration from unit testsDavid Tardon2012-04-082-6/+2
|
* always use --protector for UNO testsDavid Tardon2012-04-082-2/+0
|
* drop uses_ureDavid Tardon2012-04-082-4/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-082-8/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-0841-84/+84
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0612-50/+34
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-068-28/+28
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0613-114/+114
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-067-7/+7
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* filter: use CustomTarget makefileMatúš Kukan2012-04-044-55/+10
|
* SVG: treat skewX and skewY correctChristina Rossmanith2012-04-031-4/+4
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-021-7/+12
|
* always pass --headless to cppunitsLuboš Luňák2012-04-022-2/+0
| | | | | | 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
* removed duplicate includes in filter / i18npool / sdextTakeshi Abe2012-03-3016-19/+0
|
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-291-1/+0
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-291-9/+8
|
* unused global rtl::OUStringsCaolán McNamara2012-03-281-63/+0
|
* drop intermediate temporary UniStringsCaolán McNamara2012-03-272-2/+2
|
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* confirmed that tests pass on windowsCaolán McNamara2012-03-221-3/+0
|
* SVG import: keep aspect ratio when transforming viewbox to viewportChristina Rossmanith2012-03-221-4/+5
|
* tga filter broken for quite a whileCaolán McNamara2012-03-219-11/+170
|
* cgms are image/cgmCaolán McNamara2012-03-201-1/+1
|
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-161-1/+1
|
* 0x80000001 can't fit into (signed) longLuboš Luňák2012-03-161-1/+1
| | | | | | 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.
* add a tiff testCaolán McNamara2012-03-1412-0/+166
|
* Convert tools/table.hxx to std::map in CGMElements classNoel Grandin2012-03-133-36/+14
|
* Converts from tools/table.hxx to std::map in DffPropSet class in filter moduleNoel Grandin2012-03-132-81/+75
|
* Fixed a lot of minor issues, polished source code and comments.Marco Cecchetti2012-03-071-1063/+1074
| | | | | Fixed a couple of missing 'this' keyword. Fixed not strict JavaScript syntax usage, as missing 'var', 'new', ';' or duplicated variable declarations. Fixed spelling issues.
* Fixed a bug: when the SlideNumber placeholder field does not exist at all in ↵Marco Cecchetti2012-03-071-2/+6
| | | | 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.
* XMLFilterTabPageXSLT::LinkStubToggleXSLTImplHdl does nothingCaolán McNamara2012-03-062-5/+0
|
* Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-052-1/+34
|
* support import of key shortcut for macro ( Excel only )Noel Power2012-03-052-1/+51
|
* vba implementation for Application.OnKeyNoel Power2012-03-052-2/+130
|
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-03-031-1/+1
|
* WaE: expression result unusedTor Lillqvist2012-03-031-1/+1
| | | | | | | 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.
* WaE: use of unary operator that may be intended as compound assignment (-=)Tor Lillqvist2012-03-031-1/+1
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-016-19/+19
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2012-02-283-21/+21
|
* fdo#45023 UI fix on PDF export dialogAndras Timar2012-02-281-2/+3
|
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-282-10/+0
|
* use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara2012-02-281-7/+2
|