Commit graph

4712 commits

Author SHA1 Message Date
Tor Lillqvist
383a9c777f s/pathes/paths/ 2012-04-09 14:19:58 +03:00
David Tardon
6de7392829 add package deps for resources 2012-04-09 10:09:23 +02:00
Szabolcs Dezsi
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
David Tardon
5fcacd8408 rename gb_CppunitTest_uses_ure 2012-04-08 15:17:45 +02:00
David Tardon
fbbb833dda compile- and run-time use of UNO must be split
There are unit tests that do not use URE, e.g., in cppuhelper.

This reverts commit 33e9f3d3d6.

Conflicts:

	sot/CppunitTest_sot_test_sot.mk
	svl/CppunitTest_svl_urihelper.mk
2012-04-08 15:12:18 +02:00
David Tardon
cd2c512f9f clean up 2012-04-08 14:53:10 +02:00
David Tardon
e3cf2b45f7 simplify use of configuration from unit tests 2012-04-08 14:53:09 +02:00
David Tardon
e5f16b8d3e always use --protector for UNO tests 2012-04-08 14:53:08 +02:00
David Tardon
33e9f3d3d6 drop uses_ure 2012-04-08 14:53:08 +02:00
David Tardon
fe209e78db let use_api handle the use of type rdbs at runtime
Or is there any use case where we would need to use UNO API headers, but
not require the appropriate type database at runtime?
2012-04-08 14:53:07 +02:00
Michael Stahl
4c50f23f87 LinkTarget.mk: remove gb_LinkTarget_add_package_headers 2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
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-08 01:05:52 +02:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Szabolcs Dezsi
8a01ee6243 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Szabolcs Dezsi
f770c5d6bc Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-06 12:48:32 +02:00
Matúš Kukan
58404101e8 filter: use CustomTarget makefile 2012-04-04 11:31:56 +02:00
Christina Rossmanith
333cb00a63 SVG: treat skewX and skewY correct 2012-04-03 16:01:18 +02:00
Caolán McNamara
09bdea8900 remove static objects from static_initialization_and_destruction chain 2012-04-02 14:53:48 +01:00
Luboš Luňák
802518c59a always pass --headless to cppunits
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-04-02 12:26:20 +02:00
Takeshi Abe
2cab28c2b8 removed duplicate includes in filter / i18npool / sdext 2012-03-30 22:30:45 +09:00
Noel Grandin
82f5a3b5df Remove unnecessary tools/table.hxx #includes 2012-03-29 17:55:58 +01:00
Caolán McNamara
9ce98add53 remove static OUStrings from static_initialization_and_destruction chain 2012-03-29 12:44:23 +01:00
Caolán McNamara
7b9462fad7 unused global rtl::OUStrings 2012-03-28 13:08:56 +01:00
Caolán McNamara
919f7104b5 drop intermediate temporary UniStrings 2012-03-27 22:37:37 +01:00
Michael Stahl
9429bbb0c4 .component files don't need executable bits 2012-03-23 21:58:14 +01:00
Caolán McNamara
c8587d05bd confirmed that tests pass on windows 2012-03-22 12:26:41 +00:00
Christina Rossmanith
11ccf88eeb SVG import: keep aspect ratio when transforming viewbox to viewport 2012-03-22 06:48:36 +01:00
Caolán McNamara
a52f5254c7 tga filter broken for quite a while 2012-03-21 12:48:59 +00:00
Caolán McNamara
c3eccfd1c2 cgms are image/cgm 2012-03-20 12:57:31 +00:00
Stephan Bergmann
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
Luboš Luňák
3297ce2aa1 0x80000001 can't fit into (signed) long
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-16 03:26:57 +01:00
Caolán McNamara
e6c0961c3d add a tiff test 2012-03-14 16:34:43 +00:00
Noel Grandin
64cba6e582 Convert tools/table.hxx to std::map in CGMElements class 2012-03-13 23:19:54 +01:00
Noel Grandin
f1bd21bdbb Converts from tools/table.hxx to std::map in DffPropSet class in filter module 2012-03-13 23:19:53 +01:00
Marco Cecchetti
358e5b13c8 Fixed a lot of minor issues, polished source code and comments.
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-07 17:45:10 +01:00
Marco Cecchetti
9fb6c48b85 Fixed a bug: when the SlideNumber placeholder field does not exist at all in 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-07 17:39:13 +01:00
Caolán McNamara
a47f2e69bc XMLFilterTabPageXSLT::LinkStubToggleXSLTImplHdl does nothing 2012-03-06 11:26:34 +00:00
Tor Lillqvist
b344c30ab4 Sprinkle more DISABLE_SCRIPTING ifdefs 2012-03-05 22:30:12 +02:00
Noel Power
14620c3b33 support import of key shortcut for macro ( Excel only ) 2012-03-05 20:15:16 +00:00
Noel Power
75fbed472c vba implementation for Application.OnKey 2012-03-05 14:55:33 +00:00
Tor Lillqvist
e1b4c4d477 WaE: equality comparison with extraneous parentheses 2012-03-03 01:16:32 +02:00
Tor Lillqvist
43b92f0940 WaE: expression result unused
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-03 01:16:31 +02:00
Tor Lillqvist
8da131e21d WaE: use of unary operator that may be intended as compound assignment (-=) 2012-03-03 01:16:30 +02:00
Stephan Bergmann
bd205223ec New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...see ebe26f72e9 "WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
Caolán McNamara
ac08d3f696 we don't want any of these to be streamed out/in as 64bit values 2012-02-28 16:59:01 +00:00
Andras Timar
e54773aa64 fdo#45023 UI fix on PDF export dialog 2012-02-28 14:06:50 +01:00
Caolán McNamara
34d71c5a08 callcatcher: remove newly unused methods and update list 2012-02-28 10:56:59 +00:00
Caolán McNamara
0ad02521c1 use read_uInt16s_ToOUString instead of hand-crafted loop 2012-02-28 10:56:58 +00:00
Caolán McNamara
e6bc67afc2 WaE: unused variable 2012-02-28 10:56:57 +00:00