Commit graph

3917 commits

Author SHA1 Message Date
Petr Mladek
1a2549dcdd Revert "Remove License/Credits menu items"
GPLv3 has to be easily accessible. We should not hide it under too many
mouse clicks.

This reverts commit f4c567f8d4.
2012-06-19 14:56:53 +02:00
Stefan Knorr (astron)
f4c567f8d4 Remove License/Credits menu items
The About dialog now houses these functions.

Change-Id: I7f751027564897a063d2910644c69680d471b6d9

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-18 16:34:44 +02:00
Thomas Arnhold
3770bbbdba Remove superfluous empty lines on top
More than two lines are removed for readability.

Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09 04:57:58 +02:00
Noel Grandin
0fcd1a73f0 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update code to use factory method URLTransformer::create

Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:53:34 +02:00
Takeshi Abe
f7ebee38a3 removed dead code
Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71
2012-06-06 00:59:23 +09:00
Thorsten Behrens
24c260a271 Unify ODF extended vs. ODF1.2 handling
Make "export extended ODF" consistently mean "version > ODF1.2".
Future ODF versions need manual review anyway, of the various
changes/additions we ship.

Change-Id: I0f6c1646b306e18f0abcdd1a1802fece821b2e93
2012-06-05 05:10:57 +02:00
Noel Grandin
b3c76dee6d fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new ::create methods

Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04 16:57:55 +02:00
Norbert Thiebaud
0a321bfc80 targeted string re-work
Change-Id: I8e6b9ac1e9382e7dcd51421263e1fb51605565ca
2012-06-01 06:30:58 -05:00
Michael Meeks
4139e6a208 target cppcheck index incrementing revert
Change-Id: I890dfe9fbd7b5a850daaa0d2b4d5040a5ddbefd7
2012-05-31 14:58:05 +01:00
Michael Meeks
9bd64312c2 targetted minor size vs. empty reversion
Change-Id: Icf49ed7746a4325e626976ce376762804d0c82be
2012-05-31 13:09:03 +01:00
Takeshi Abe
bb9f730458 nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-31 01:56:28 +09:00
Caolán McNamara
c1a595aa0b hide local functions harder
Change-Id: I874a7cda6b2948866a56f0559ab737fed5f42385
2012-05-29 12:21:17 +01:00
Jan Holesovsky
96541d7d30 status bar: Standardize the size of modification status to '9' everywhere.
Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3
2012-05-28 09:49:14 +02:00
Julien Nabet
c53812a1b7 Some cppcheck cleaning
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-20 15:25:37 +02:00
Takeshi Abe
9902f0ee3d removed unused const rtl::OUString
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17 22:44:43 +09:00
David Tardon
f70fe6e651 fdo#49921 make sure all tab pages have the same dimensions
The reason is that they can be combined arbitrarily in dialogs, so
changing, e.g., height of one tab can lead to "interesting" results. Cf.
commits 8631dbf85f and
29042d096a that were the cause of the
problem described fdo#49921.

Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
2012-05-17 07:57:59 +02:00
Takeshi Abe
b2022330c0 removed unused constant rtl::OUString
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16 23:28:22 +09:00
Caolán McNamara
df34ccb01d remove unneeded include of boost/bind.hpp
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16 15:05:36 +01:00
Caolán McNamara
27d8c52701 WaE: simple-minded msvc2008 considers code unreachable
Change-Id: I97da4392bb3ca814e8d9037346c83fde4d460f97
2012-05-02 11:20:33 +01:00
Caolán McNamara
4cd9b2fbd3 WaE: doubles truncated to floats
Change-Id: I42b67cc0670f3d0990708fb299243098c1aa972b
2012-05-02 11:20:33 +01:00
Caolán McNamara
8a0685d49f make ResId::toString a non-static member
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-30 11:22:09 +01:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file

Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Markus Mohrhard
339def2194 more tolerance for tinderbox
Change-Id: Ia717de507ef85029c566af6a99badeb1b8bc36d0
2012-04-29 03:15:56 +02:00
Markus Mohrhard
08f4273d75 we can't move that into a test only lib
Revert "move xshape dumper into test"

This reverts commit beccf47758.
2012-04-28 03:56:50 +02:00
Markus Mohrhard
beccf47758 move xshape dumper into test
XShapeDumper can now be used by other parts of the code too.
Please keep in mind that changing the dumper affects other parts too and
might require a regneration of reference files.

Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
2012-04-27 23:28:16 +02:00
Markus Mohrhard
52348aa791 sberg's tinderbox needs a bit more tolerance than 1%
Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19
2012-04-27 22:51:18 +02:00
Markus Mohrhard
26966ebf03 increase the tollerance for x differences for sberg's tinderbox
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
2012-04-27 15:15:24 +02:00
Markus Mohrhard
fb4bbfbacc increase tolerance for now for clang tinderbox
see fdo#49221

Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
2012-04-27 15:12:11 +02:00
Markus Mohrhard
60d39b758d add tolerance to chart regression test
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
2012-04-27 13:52:10 +02:00
Markus Mohrhard
8a7a891a9f adapt dumper to new xml diff 2012-04-27 03:15:31 +02:00
Caolán McNamara
a4feeebd37 refactor ImpSvtData 2012-04-25 16:06:54 +01:00
Markus Mohrhard
4289958231 enable the chart2 dumper test 2012-04-19 15:51:01 +02:00
Markus Mohrhard
55b823c6f9 don't use the debug mode for normal tests 2012-04-19 15:51:01 +02:00
Rafael Dominguez
67c45c9dbd Calculate correct standard deviation for XErrorBar.
- Add method to calculate X standard deviation.
- Set correct XErrorBar position when using standard deviation error
type.
2012-04-11 17:55:41 +02:00
Rafael Dominguez
0e3bd5c0c4 Display correct errorbars columns in chart data browser. 2012-04-11 17:55:41 +02:00
David Tardon
2753a9904c do not put things directly into $(WORKDIR) 2012-04-09 10:09:23 +02:00
David Tardon
6de7392829 add package deps for resources 2012-04-09 10:09:23 +02:00
Luboš Luňák
8e5318b0b9 OUString( whatever ? "foo" : "bar" ) does not work with MSVC 2012-04-08 19:24:00 +02:00
Rafael Dominguez
1bdc495ccc Cleanup of C2U macro in chart2. 2012-04-08 10:48:08 -04:30
Rafael Dominguez
561a2d63ea Cleanup of C2U macro in chart2. 2012-04-08 10:47:56 -04:30
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
Caolán McNamara
5688b51bcb UniString::CreateFromInt32 -> rtl::OUString::valueOf 2012-04-05 13:59:05 +01:00
Matteo Casalin
6ac9544454 Cleanup some unnecessary #include 2012-04-03 20:49:08 +02:00
Markus Mohrhard
535ee445a2 move chart regression test data files to chart2 2012-04-01 23:58:49 +02:00
Stephan Bergmann
cdd3ea090a Fix format string properly 2012-03-30 13:17:37 +02:00
Tor Lillqvist
0f1e33c54d WaE: format '%i' expects type 'int', but argument has type 'long int' 2012-03-30 11:53:45 +03:00
Julien Nabet
e511a7d639 Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types" 2012-03-29 23:56:31 +02:00