Marcos Paulo de Souza
7e2b9fa213
Remove some useless tools/debug.hxx includes
...
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.
Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-08-22 16:33:18 -05:00
Stephan Bergmann
1b0baa5799
loplugin:literaltoboolconversion
...
Change-Id: I6fe25eb5619e5e0273e6e2010c948daa547fe46c
2014-08-20 14:16:07 +02:00
weigao
b7c7877257
add screen text to auto fly
...
Change-Id: I6a4549bf47f5126510c3ddb93733b2d56a4159e2
2014-08-20 13:01:53 +02:00
weigao
8434a2b6aa
add auto fly code
...
Change-Id: Id137892b855b4a70625335ede8015dfe6dce1e7e
2014-08-20 13:01:53 +02:00
Takeshi Abe
82cb89fa05
Avoid possible memory leaks in case of exceptions
...
Change-Id: I41392572692bc219ae18ad89d95fc8be47d6812c
2014-08-19 23:35:41 +09:00
Noel Grandin
4b4bff3402
java: no need to instantiate String objects directly
...
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
2014-08-19 14:57:18 +02:00
Noel Grandin
ff0ad0493e
java: use 'Integer.valueOf' instead of 'new Integer'
...
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19 14:57:17 +02:00
Noel Grandin
be1bb7b1cc
java: use Boolean.valueOf instead of instantiating Boolean objects
...
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-19 14:57:16 +02:00
Noel Grandin
56ef5533fc
java: classes in java.lang package do not need to be fully qualified
...
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-19 14:57:16 +02:00
Stephan Bergmann
b4454c19c4
Generally better to have DLLPUBLIC class with some DLLPRIVATE members
...
...in the same vein as 80a1a2599e
.
Change-Id: I181d54475d82e2a01a56f48a13ac42dbad876d2c
2014-08-18 18:38:23 +02:00
Kohei Yoshida
65b09ff597
Annotate code & remove unnecessary scope.
...
Change-Id: I4b8ccef5125c52c48e5d9757bb1f245bf73d0629
2014-08-18 11:15:19 -04:00
Kohei Yoshida
5cc38c1bf6
Nested conditional !(cond1 && cond2 && cond3) is harder on human brain.
...
Change-Id: I1c10c7f0f85607a826ec06ffce12de761af3921a
2014-08-18 11:15:18 -04:00
Kohei Yoshida
7ecc633bfe
Using empty() makes it clearer.
...
Change-Id: I031f478aab721af0a65762f98bcde3b2473453e6
2014-08-18 11:15:18 -04:00
Kohei Yoshida
9177375a5e
TODO items from the old maintainers. No longer relevant.
...
Change-Id: I699e320af9862fa3dc5f7408a834714668625888
2014-08-18 11:15:18 -04:00
Thomas Arnhold
e99535df4d
remove executable bits
...
Change-Id: Iec785ae538de81325812b1e6fe33115789b39770
2014-08-17 05:50:13 +02:00
Matteo Casalin
47e2fd0dc8
Consistently use size_t and SAL_MAX_SIZE
...
Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec
2014-08-16 21:52:32 +02:00
Matteo Casalin
9585ba198b
Delete commented-out declaration of function members
...
Change-Id: I118b7a788ee62f75af8b7669cad285952f0e968a
2014-08-16 21:52:28 +02:00
Julien Nabet
e74ddb13c5
cppcheck: Prefer prefix ++/-- operators
...
Change-Id: I3b0f66ad96813b064d61ea8b2ed6f2c383a11390
2014-08-16 13:41:57 +02:00
Caolán McNamara
85cf4881fc
drop FixedLines from wizards to be consistent with the rest of the ui
...
and two virtual methods don't need to exist after that
Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
2014-08-15 08:26:02 +01:00
Markus Mohrhard
8378bb3122
fix OSX check for GL_EXT_texture_array
...
For some reason the extension is supported in GL but not in GLSL.
Change-Id: I1cad8baea23e80714269454af23fca87ea9e2949
2014-08-15 00:02:51 +02:00
Kohei Yoshida
be0de8b9db
Use struct to group together parameters to reduce number of method args.
...
And to make it easier to share common parameters between methods.
Change-Id: Ibdbad66ea8f2f30b4518f9ecaec2f43087c54837
2014-08-14 11:17:25 -04:00
Kohei Yoshida
8bd81a6520
Extract code block into its own method.
...
Change-Id: I4cb450afee9200ce749356b6a4bda8f046da305f
2014-08-14 11:17:25 -04:00
Noel Grandin
ac5954d7c5
java: remove commented out code
...
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-14 10:59:48 +02:00
Thomas Arnhold
e6ea7d9329
warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...
...
...'com::sun:⭐ :chart2::X3DChartWindowProvider::setWindow', previous
versions of the compiler did not override when parameters only differed by
const/volatile qualifiers.
X3DChartWindowProvider.hdl defines it as:
virtual void SAL_CALL setWindow( ::sal_uInt64 window )
Change-Id: Ie1b9f940f54df8901c74402a3baf475a0165c5a2
2014-08-13 10:10:52 +02:00
Thomas Arnhold
7cc627ff79
update_pch
...
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-13 10:10:33 +02:00
Tor Lillqvist
cd0bbdaf37
'>>' should be '> >' within a nested template argument list
...
Change-Id: I469174dc23cdca871e41a3500bede3c941fcaca4
2014-08-13 09:46:43 +03:00
Markus Mohrhard
0da2a52dc1
use references where possible
...
Change-Id: Ie629d3d8b6d3048a0b34bb80f27eba6044d7f695
2014-08-13 06:21:35 +02:00
Markus Mohrhard
80fe3e318b
consistent variable naming
...
Change-Id: I81012a46abd6182c04f1939b6451b18fbbdec646
2014-08-13 06:21:35 +02:00
Markus Mohrhard
db8c473cb7
fix warnings
...
Change-Id: Idced64d57ea850961d67e83e082b51dc9442cc0d
2014-08-13 06:21:34 +02:00
weigao
0cb5939f72
modify screen text color to blue
...
Change-Id: I80435a980550a2b74657442ef1b44ca8e3825a97
2014-08-13 06:21:34 +02:00
weigao
b80cd0c555
add scroll screen text
...
Change-Id: I619af23f2ea8df2878e2161e99626b09b947a31b
2014-08-13 06:21:34 +02:00
weigao
916b1403de
add click and history screen text
...
Change-Id: I7aba9fcc0a5ed96de722f9334476da6763221ab0
2014-08-13 06:21:34 +02:00
weigao
7a91a493b2
add data update text rendering
...
Change-Id: I022bb00b3704fd3e6bc00a625016716cc7092a99
2014-08-13 06:21:34 +02:00
weigao
76fa54819b
add function of adding screen text shape
...
Change-Id: I0f40081a0855bc8e43a8d4761222bd351b5d6f0c
2014-08-13 06:21:33 +02:00
weigao
212dfdbb92
add render fps rendering
...
Change-Id: Ic0c8c9a05079a4d4b715f90eccffb7c4ae8260c9
2014-08-13 06:21:33 +02:00
weigao
05ecb52d2b
add position control to screen text
...
Change-Id: I6bf340acb3aa50f2ce534b10d5be32c4615b0688
2014-08-13 06:21:33 +02:00
Noel Grandin
0477e6c39b
java: add @Override annotation to overriding methods
...
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-12 09:41:28 +02:00
Thomas Arnhold
8f2990517f
directly include ResourceIds.hrc header
...
Change-Id: Iaef6876ac2838f8727fea21c03a4cdc50683e675
2014-08-09 18:12:06 +02:00
Thomas Arnhold
987d933c58
remove now unused tabpage.hrc
...
as TP_WIDTH and TP_HEIGHT are unused now
Change-Id: I06ec7af8c2b3386d76e36284eb56ea1ab6b9ec5d
2014-08-09 18:12:06 +02:00
Noel Grandin
b6a83e99c8
java: remove redundant null checks
...
Change-Id: Ia42e5ed715fbd3f5b84029a9844da55f307c6260
2014-08-08 09:48:19 +02:00
Noel Grandin
2d700944b5
java: remove unused imports
...
Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
2014-08-08 09:48:17 +02:00
Noel Grandin
8d6cf7a147
java: remove dead methods
...
Change-Id: I9f2e705fd603a7c8832c0f0772bee9f395380a0d
2014-08-08 09:48:16 +02:00
Kohei Yoshida
5c5f083186
Another test for radar chart data label export.
...
This one doesn't support label placement property either.
Change-Id: If1f17a135eabd810033644e27db6b1e5c049daff
2014-08-07 19:32:35 -04:00
Kohei Yoshida
3119e04b45
Write test for exporting data label positions for percent stack bar chart.
...
Change-Id: Idebb56fc96828ec38d5c239c16e5b413a50c837f
2014-08-07 19:01:43 -04:00
Kohei Yoshida
9c2af3c885
Fix the test. It's bar3DChart not barChart.
...
Change-Id: I8e504dfee81557a1965bb4bbce4ea975c13fe775
2014-08-07 14:44:51 -04:00
Kohei Yoshida
3683cddee8
Write test for exporting data labels in area chart for OOXML.
...
Change-Id: Icbb17f56643f7d89bf739b0f218b2ca8a6309d9a
2014-08-07 14:44:51 -04:00
Kohei Yoshida
844d143905
Add test for default data label placement for line chart.
...
Change-Id: I25cf48703a286470907ccc5415a0fab479aa4b8c
2014-08-07 14:22:05 -04:00
Kohei Yoshida
96f890c638
Write test for doughnut chart export of data labels to OOXML.
...
We must not export label position properties for doughnut charts, else
MS Office would think the file is corrupt.
Change-Id: Icfab257ffb6da945b8add661e6455aa66cc475ab
2014-08-07 14:21:53 -04:00
Caolán McNamara
70e9f27125
coverity#1228875 Uninitialized scalar field
...
Change-Id: Iadd56e64f2ec2ef032147e4eec3bd2f0e3cd12cb
2014-08-07 18:00:48 +01:00
Caolán McNamara
b09911d509
coverity#1219805 Uninitialized scalar field
...
Change-Id: Iff8cbfce480d63986b680b66c2837851e6e24555
2014-08-07 18:00:48 +01:00