Noel Grandin
566f16a2fd
java: unnecessary imports
...
found by CodePro
Change-Id: If1b75e43f81d70984422e437147048a491395b66
2015-01-05 10:15:13 +02:00
Noel Grandin
5c7d33ade6
java: more efficient float parsing
...
found by CodePro
Change-Id: I01c18ddc842fd89105fa95daaa482fba8fcb7bec
2015-01-05 10:15:07 +02:00
Noel Grandin
8f2935a6d4
java: avoid octal literals
...
found by CodePro
Change-Id: Idf67521a46d73afe2f7656bb1a9f81e755eabbdb
2015-01-05 10:15:01 +02:00
Noel Grandin
e28151d579
java: use brackets to make difference between concat and plus
...
.. more obvious
found by CodePro
Change-Id: I60b05b01819a756a07d2358e3cfe8b0d7d4436a6
2015-01-05 10:14:55 +02:00
Noel Grandin
10039462df
java: remove more dead code
...
found by looking for unused parameters (in Eclipse)
Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
2015-01-05 09:59:03 +02:00
Noel Grandin
82257e9087
java: static fields that should be instance fields
...
found by FindBugs.
Change-Id: I4f457cd8f6f28f0429fc50529c8d38d80b80c560
2015-01-05 09:58:50 +02:00
Noel Grandin
08e8bd4eaf
java: compare Strings using equals()
...
not ==
Found by FindBugs.
Change-Id: I74805f1187bd623433ad097dec1015a3cf5f45ac
2015-01-05 09:58:43 +02:00
Noel Grandin
3c6d932fa8
java: was passing the wrong thing to the remove method
...
on a Map, we need to pass the key, not the value, to be deleted
Found by FindBugs.
Change-Id: If6fd3d8d56a7c7dfabac31d8ee268939e582f4eb
2015-01-05 09:56:12 +02:00
Noel Grandin
46540d08b1
java: these fields can become local variables
...
found by PMD
Change-Id: Id852cfec984a181b91aca1c00a41e342b720a4bf
2015-01-05 08:23:30 +02:00
Noel Grandin
a49b2ba1a6
java: remove dead stylemapper code in reportbuilder
...
as far as I can tell, this has been dead since the original import
of this code
Change-Id: I4bd47e55eb0abc991ea1d58c16fba6fa6c7878d9
2015-01-05 08:23:30 +02:00
Noel Grandin
35f8d6afcc
java: remove unnecessary reflection in toolkit tests
...
and delete a dead class
Change-Id: I7822ecff670d6036d0cf35f4b2d299b738f9061b
2015-01-05 08:23:30 +02:00
Noel Grandin
43cc8ad33e
java: remove dead code
...
found by UCDetector
Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2015-01-05 08:23:29 +02:00
Tor Lillqvist
cfcbe2e44e
Need <boost/functional/hash.hpp> for boost::hash
...
Change-Id: I64915b6a1dde7c0c518334b8d90bce70844d0fbe
2015-01-05 07:41:13 +02:00
Tor Lillqvist
3503b92070
WaE: passing class rtl::OUString by value, rather pass by reference
...
Change-Id: I6a6b24706ed07c5de9870604b6fe5e382ca776c8
2015-01-05 06:22:19 +02:00
Yousuf Philips
382361a385
fdo#84909 remove insert image button from shapes toolbar
...
Change-Id: Ib9f1d45cef0715dd328a6fc197e532d17ff78487
Reviewed-on: https://gerrit.libreoffice.org/13713
Reviewed-by: Yousuf Philips <philipz85@hotmail.com >
Tested-by: Yousuf Philips <philipz85@hotmail.com >
2015-01-05 02:13:31 +00:00
Stanislav Horacek
187944ea4b
Updated core
...
Project: help b4fb18973653f15255d0d8f9dd1674e7c7693ec9
fdo#86289 rename Page Preview to Print Preview
Change-Id: I19ac49d8fe799b9c134f41d2620e4856f8a05067
Reviewed-on: https://gerrit.libreoffice.org/13550
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-01-04 20:54:02 +00:00
Stanislav Horacek
7ce3d1b958
Updated core
...
Project: help 49a8bc9e5bc5667bfc9381bd1c24a05ae2c5d156
update labels for document statistics
Change-Id: I67d5bb75b7a95055476e826278f35fe7911de103
Reviewed-on: https://gerrit.libreoffice.org/13626
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-01-04 20:52:43 +00:00
Stanislav Horacek
338c95aaf0
Updated core
...
Project: help b4bbd1151bdec146daa64f7e30e23531e52d2569
use consistent terms soft/non-breaking hyphen
Change-Id: If05edfdf51f07593615e60f94e65b59ec1aab5be
Reviewed-on: https://gerrit.libreoffice.org/13625
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-01-04 20:52:16 +00:00
Stanislav Horacek
320060b298
Updated core
...
Project: help 5f2b910acbd06b29480d2d2ec9499724a09de33a
change two labels to be the same as in UI
Change-Id: Ibc2797a91fceae3610a529a19770dc9f836990d2
Reviewed-on: https://gerrit.libreoffice.org/13624
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-01-04 20:51:45 +00:00
Markus Mohrhard
ba4b5741db
check size before looking into the string
...
Found by Asan. e.g moz233272-2.xpm
Change-Id: Ic563db41dbd4ce7250492e99f3e48a203cfdcf00
Reviewed-on: https://gerrit.libreoffice.org/13686
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-01-04 20:49:27 +00:00
Luc Castermans
b5b5aa6fa3
Translated German comments
...
Change-Id: I4be56ff8a8a006894e764620e8572568b1a63a3f
Reviewed-on: https://gerrit.libreoffice.org/13732
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-01-04 20:46:01 +00:00
Caolán McNamara
547b472d5b
vcl/osx boost::unordered_map->std::unordered_map
...
Change-Id: I00dabf3307734e319a8187df111e1065ea383524
2015-01-04 20:20:26 +00:00
Caolán McNamara
42a4de0941
vcl/win boost::unordered_map->std::unordered_map
...
Change-Id: I27ac26250c1994e6254b2e662559ce5782b29a73
2015-01-04 18:50:27 +00:00
Caolán McNamara
dfeb898b53
boost::unordered_set->std::unordered_set
...
Change-Id: I0a8ecc3aa26ffc56f216a6a0e078e158b03a4a02
2015-01-04 18:48:41 +00:00
Julien Nabet
7da92fdcb0
cppcheck: Possible inefficient checking for <var> emptiness
...
Change-Id: I6ca0e477a4429e762c48c721951b9876db3a5c6c
2015-01-04 19:11:13 +01:00
Caolán McNamara
6fd453224f
help out clang
...
Change-Id: I19bee6bfa1c499a295b007002c005d8c3f8ce12c
2015-01-04 16:43:09 +00:00
Caolán McNamara
c1ea4a0dd9
help out clang
...
Change-Id: I21c1f43f4e0c339c57fa0f8f177eac8811ea0a4e
2015-01-04 16:21:31 +00:00
Jean-Pierre Ledure
8cc32a8e46
Access2Base - Extend CommandBars scope to most modules
...
Refine list of supported modules beyond database forms only
Change-Id: I6f43234d653a564fa740724b01b7f2bde58d371d
2015-01-04 17:07:47 +01:00
Caolán McNamara
c8597274c3
merge OpCodeEnum and OpCode
...
and replace ifdef hackery with an explicit underlying type
Change-Id: Ibd340cf28d022af545a82e98e623d4c137ff7e53
2015-01-04 14:47:18 +00:00
Julien Nabet
d279115a14
Typo: translitaration->transliteration
...
Change-Id: If722e7d025db65b72419499f1443d5f0cda609dd
2015-02-03 15:39:54 +01:00
Julien Nabet
773c976592
Typo: calulate->calculate
...
Change-Id: I33866a177eded1e96860cb07b16b753385b88319
2015-02-03 15:33:25 +01:00
Jean-Pierre Ledure
c36353d844
Access2Base - New CommandBarControl class
...
Main functionalities:
- show/hide toolbar elements
- modify tooltip
- get/set internal command
- execute internal command
Change-Id: Ice830009f9eabc199727c7d4b54ebf524b026d40
2015-01-04 15:30:17 +01:00
Julien Nabet
4eed16d83c
Typo: consequetive->consecutive
...
Change-Id: I2c4c856a1f208c253493b852108743c643c2ea6d
2015-02-03 15:24:50 +01:00
Miklos Vajna
311a92f23b
connectivity: fix gcc-4.8 build
...
Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b
2015-01-04 14:21:13 +01:00
Caolán McNamara
ca8787a981
boost::unordered_map->std::unordered_map
...
Change-Id: I5d458f43616edc395faa8c27edaddc7d515166db
2015-01-04 12:51:09 +00:00
Caolán McNamara
18861c30a6
stdexcept for std::runtime_error
...
Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8
2015-01-04 11:51:58 +00:00
Tomaž Vajngerl
edc4fd31c9
Fix indent
...
Change-Id: Ia39df03be4f4a2470ec16dc55855916ddd758a8b
2015-01-04 20:41:31 +09:00
Tomaž Vajngerl
63a7a64ba9
Remove nOverlap as it is constantly set to 0 now.
...
Change-Id: I31bfa39777d2cfe8c7fddc62f74273a8ba1a9bba
2015-01-04 20:40:44 +09:00
Tomaž Vajngerl
12d37f9250
fdo#87684 option to make tabbar inline with scrollbar again
...
This adds an option to move the tabbar back to be inline with
scrollbar. The option is only available in Expert Configuration
under key: /org.openoffice.Office.Calc/Layout/Other property
TabbarInlineWithScrollbar
Change-Id: I95491072ad1cc195f2d8b8d0fadbd5ef045767e7
2015-01-04 20:40:43 +09:00
Tomaž Vajngerl
d91926de43
tabview - put locals into anonymous namespace
...
Change-Id: I8af78740ce3c0533eeb5277f8065f3fd84cb8834
2015-01-04 20:40:43 +09:00
Tomaž Vajngerl
7431bc263a
Draw a rect in the uncovered region of the native scrollbar
...
When the requested region is larger than the native scrollbar the
uncovered regions need to be drawn with a background color to
avoid artifacts.
This situation can happen when the TabBar is inline with scrollbar
when the width of the TabBar is greater than the width of the
scrollbar. Inline TabBar support is added in a later commit.
Change-Id: I70cb2e5bfd8d79401f77bbe55abe596adc160194
2015-01-04 20:40:43 +09:00
Tomaž Vajngerl
8c63960998
Cleanup source of zoom dialog, translate german error message
...
Change-Id: Iccd140f06b9504606850de780262a23004a803b4
2015-01-04 20:40:43 +09:00
Caolán McNamara
0be5d2b2f6
boost::unordered_map->std::unordered_map
...
Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f
2015-01-04 11:07:58 +00:00
Charu Tyagi
799e07f02d
fdo#79738: Test case for patch that fixes 79738
...
Reviewed on:
https://gerrit.libreoffice.org/13541
Change-Id: I40ba14503ad9f5458d8326741a4fe7a13653b05a
2015-01-04 11:50:37 +01:00
Charu Tyagi
e1c45f55cd
fdo#79738: test document for patch that that fixes 79738
...
Reviewed on:
https://gerrit.libreoffice.org/13542
Change-Id: I8d6289b814a063ba8037d07a7600a44fa77f860d
2015-01-04 11:44:57 +01:00
Charu Tyagi
5b743ccf8b
fdo#79738: FILEOPEN: Number lines in footer not compatible with MSO
...
Reviewed on:
https://gerrit.libreoffice.org/13539
Change-Id: I309f9cfc31420e350acc05be7ff422c8aefad782
2015-01-04 11:44:00 +01:00
Miklos Vajna
86c189cf5e
odk: use HTML_TIMESTAMP doxygen option
...
To be consistent with javadoc, see commit
ac631f9ebd
(odk: use javadoc -notimestamp,
so generated docs don't unnecessarily differ after each build,
2012-10-17).
Change-Id: Ie52d2ca08a873e663869d60413be7bf8ec1e0b56
2015-01-04 11:37:26 +01:00
Andras Timar
803ab2666f
Updated core
...
Project: dictionaries 09b0646f984780d190ea53976f35ae23c99bd06c
2015-01-04 10:24:35 +00:00
Jan Holesovsky
2d59c0c940
changes sidebar: Make the "Action" narrower when we use bitmaps now.
...
Change-Id: I6ccf65308b7339768e9e0cc3c0b43fefc926f7e8
2015-01-04 02:15:05 +01:00
Jan Holesovsky
5badba2028
A bit of cleanup.
...
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
2015-01-04 02:15:05 +01:00