Caolán McNamara
137e02c0ad
jpg parsing regression test
2012-04-18 13:03:22 +01:00
Caolán McNamara
abda377619
callcatcher: update list
2012-04-18 13:03:22 +01:00
Caolán McNamara
f0ae0d8403
UniString->rtl::OUString
2012-04-18 13:03:21 +01:00
Caolán McNamara
2b3ec82a04
hard-coded windows dumper path makes no sense for us anymore
2012-04-18 13:03:21 +01:00
Caolán McNamara
95372abb52
string created but never used
2012-04-18 13:03:21 +01:00
Caolán McNamara
9ff94ae0fa
png parsing regression test
2012-04-17 16:46:14 +01:00
David Tardon
46880d2860
WaE: "CDECL" redefined
2012-04-16 20:22:54 +02:00
Caolán McNamara
119b0a666d
callcatcher: update list
2012-04-16 15:21:38 +01:00
Caolán McNamara
b5dbfd61f0
callcatcher: update unused code
2012-04-16 15:21:35 +01:00
Thomas Arnhold
30fb54aca3
remove formfeeds
2012-04-12 12:35:48 +02:00
Caolán McNamara
be3ee9c889
callcatcher: update unused code list
2012-04-12 09:46:23 +01:00
Rafael Dominguez
3b887c8d3f
Replace deprecated List for std::vector.
2012-04-11 22:10:55 -04:30
Caolán McNamara
41e055112e
String::CreateFromInt32->rtl::OUString::valueOf
2012-04-11 12:06:23 +01:00
Andrew Higginson
8a3aae9b69
Resolves: fdo#31022 about dialog is suboptimal
2012-04-10 12:49:49 +01:00
Caolán McNamara
1210ba3f15
catch by const ref
2012-04-10 12:49:48 +01:00
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
Caolán McNamara
5688b51bcb
UniString::CreateFromInt32 -> rtl::OUString::valueOf
2012-04-05 13:59:05 +01:00
Caolán McNamara
9c2dee67b5
drop methods only used in svdem
2012-04-05 13:57:22 +01:00
Eike Rathke
9dce646fbc
fdo#48111 added English_Malawi [en-MW] locale data
2012-04-04 16:59:59 +02:00
Matteo Casalin
d701d7b683
ValueSet: reworked key navigation
2012-04-03 20:49:08 +02:00
Matteo Casalin
6ac9544454
Cleanup some unnecessary #include
2012-04-03 20:49:08 +02:00
Matteo Casalin
f3b8d732f3
ValueSet: remove obsolete forward declaration
2012-04-03 20:49:07 +02:00
Matteo Casalin
57533a3ddb
ValueSet: simplify calculation of item rectangle
2012-04-03 20:49:07 +02:00
Andras Timar
9bc0974195
fdo#44698 settings are under a different menu in Mac OS X
2012-04-03 16:22:50 +02:00
Noel Grandin
e5a916eeee
Convert tools/table.hxx usage to std::set in Calendar class in svtools module
...
Also change the API slightly, removing GetSelectedData(int index) and replacing
it with GetLastSelectedDate(), since the only usage of GetSelectedData in
the codebase only needed to get the last date.
2012-04-02 23:15:20 +02:00
Martin Richard
5e301969bf
fpicker: a list of bookmarks in the file picker
...
under dual licences MPLv1+/LGPLv3+
Authors:
Martin Richard <martius@martiusweb.net>
Julien Levesy <jlevesy@gmail.com>
2012-04-02 18:30:39 +02:00
Caolán McNamara
ae92197691
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
47fc950fa6
removed duplicate includes in svl / svtools
2012-04-02 17:17:22 +09:00
Noel Grandin
82f5a3b5df
Remove unnecessary tools/table.hxx #includes
2012-03-29 17:55:58 +01:00
Radek Doulik
e0a43983fa
emf+ on win: flush the header stream, so that it doesn't look like empty
2012-03-29 14:37:31 +02:00
Radek Doulik
48f0a248cf
emf+ on win: enable emf+ parsing
2012-03-29 14:37:31 +02:00
Caolán McNamara
37d6ff0691
no need for a global rtl::OUString here
2012-03-29 12:44:23 +01:00
Caolán McNamara
2ecae2b9b4
don't leak pDirMutex and other code janitorials
...
don't leak pDirMutex
drop intermediate UniString
don't use static OUStrings
drop C2U macro
2012-03-28 13:08:55 +01:00
Santiago Martinez
6bc1f24ceb
Remove unused code in svtools.
2012-03-26 15:01:16 +01:00