44bdc8bbc9
fix text rendering for titles
...
Change-Id: I1072c8af6d822422943dc2d29bbaee351c735349
2014-02-25 04:53:59 +01:00
413415dd7a
remove the last remaining glew file
...
Change-Id: I02f1fdbdd205d1d96f338f8d23f79fcb85cf627c
2014-02-25 04:53:59 +01:00
76b114f849
implicitboolconversion: warn about implicit conversion of call args to bool
...
...to be able to find problems like 6e0bdf04add338b7d5b29fc7b3fc9f08cfd5e96f
"sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it"
earlier when converting occurrences of sal_Bool to bool.
Restricting this check to function call arguments avoids too much noise while
hopefully still catching all the relevant problems.
(This check partially overlaps the pointertobool check, so implicit conversions
from pointers to bool call arguments will now generate two loplugin warnings,
but that's harmless.)
Change-Id: I0b03b1d1615aaf8bc18e7a84c56fff3ef9903508
2014-02-24 17:25:05 +01:00
33740b7d5a
Replace exisiting TriState, AutoState with more generic TriState
...
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-24 12:27:32 +01:00
89679beecf
make the debug message more readable
...
Change-Id: I79c3261bb3672c360073f91e320d8aafce09cd2e
2014-02-23 17:14:10 +01:00
ebbcd996cb
WaE: unused function 'getTypeString'
...
Change-Id: Ifae6376a9a00cfee7c9935280b852ede73a7c5ab
2014-02-23 09:41:27 +02:00
1be2b63b64
make OpenGL debug messages more readable
...
Change-Id: I2e90acaa0fe1fb47559ddd7b898874e12f494a9a
2014-02-23 06:42:00 +01:00
0ce0c369aa
Remove unneccessary comments
...
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-23 03:38:49 +00:00
5071777ad3
disable this performance improvement
...
Somehow there is a bug. Might be an internal OPropertySet problem as I
can't find it in my new code.
Change-Id: I6658fa82f4158ef114baf80b8d9ed9ec44793d35
2014-02-23 01:59:41 +01:00
391220ef21
add test for bnc#864396
...
Change-Id: I38d77a11acf6684cb583ba3e5ffb80f30f3f2fdc
2014-02-23 01:59:41 +01:00
9f2acf24bf
we know the size so pre alloc the sequence
...
Change-Id: Icd85ede4898a62833792c68b3e42ad7afa246787
2014-02-22 05:52:27 +01:00
66b16aec3d
replace auto_ptr with boost::scoped_ptr
...
Change-Id: I52299aa147799214c83a87dbc99104d8ba9b6206
2014-02-22 05:52:26 +01:00
cf5fbc124e
try to limit the getPropertyValue calls
...
Change-Id: I70b7a3b5f508ecb89d4e4e43cc4297805e83c9f7
2014-02-22 05:52:26 +01:00
02b73e7770
setting width and height always happens together
...
Change-Id: I65ed326ed05474bf81d0323fe3dc61ed0d87cb4e
2014-02-22 05:52:26 +01:00
9eaf6ab916
remove some old code
...
Change-Id: I6dde9ae70746a59eef8727f7798b6c58971e045f
2014-02-22 05:52:26 +01:00
42deae1e9d
Translate German comments and remove superfluous ones as well as visual noise
...
Conflicts:
sc/source/ui/view/select.cxx
sc/source/ui/view/viewdata.cxx
sw/source/core/text/redlnitr.cxx
sw/source/core/text/txtfrm.cxx
sw/source/core/text/txtftn.cxx
sw/source/ui/table/tabledlg.cxx
Change-Id: I23371b913514d656552bc6f7fb4ba554ee6a3694
2014-02-21 15:31:09 +00:00
e8f8f24c84
vcl: sal_Bool -> bool
...
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21 12:53:51 +01:00
a32ed92c95
editeng: sal_Bool->bool
...
Change-Id: I64cde75157fbdcda6ac92ca4064e6ab8197114c1
2014-02-21 12:19:24 +02:00
5c3a6d383e
callcatcher: update unused code
...
Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
2014-02-21 09:05:21 +00:00
a18a1a4545
Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
...
Added vcl/settings.hxx to all cxx files which require it.
This helps to speed up compilation after changes to the settings.
Conflicts:
sc/source/ui/dbgui/pvlaydlg.cxx
Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4
Reviewed-on: https://gerrit.libreoffice.org/7933
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-20 16:22:17 +00:00
b0cf499b3e
convert chart data dialog to .ui
...
this one was a complete pig to convert with the
conflicting home-grown existing layout code.
Change-Id: I135bd486d10f7d972e143daae44d6b24a6e8fdb8
2014-02-20 13:50:01 +00:00
12f1faf7bf
svl: sal_Bool -> bool
...
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-20 08:17:00 +01:00
973b47a336
unotools: sal_Bool -> bool
...
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
2014-02-19 12:47:07 +01:00
54e66cba3b
avoid calling glew repeatedly
...
This saves us about 10% of the rendering time.
Change-Id: I3ea7f1849500b025830b44c5175d79ad04aff362
2014-02-19 00:27:06 +01:00
1388b658ca
we should not enable the png debug export by default
...
Change-Id: Iaf8873b32b40db911aa07e910b4070b37b3277ea
2014-02-18 04:13:35 +01:00
1113c243b1
Don't violate the One Definition Rule
...
There were two different struct types called chart::TimeBasedInfo,
which caused problems at least in statically linked iOS app.
Rename the other struct to chart::DialogModelTimeBasedInfo for now.
Change-Id: Ib95736b1046c5bd9001d7aeba2b8bbd22a18f8c2
2014-02-17 14:48:15 +02:00
829a2f9b1f
this dialog is unfinished, but fix it to not crash
...
Change-Id: Icb6d1d1bb14678eb711100644f3f60725db4b5db
2014-02-17 10:53:37 +00:00
2418fd471e
add SAL_CALL to definitions too
...
Change-Id: Id7c05aeb7e14a49cdb1fd6a889ddbb17e31ad368
2014-02-16 15:16:10 +01:00
5895b954aa
move SAL_CALL to the right place
...
Change-Id: I5081220e8880c9608daa482690b99e9738afc30e
2014-02-16 15:15:33 +01:00
fe28f7026c
fix windows build
...
Change-Id: I2c6e94c7662719cd5f6dccaa19cf7451b036f0f9
2014-02-16 14:16:40 +01:00
0ed4126d50
fix windows build
...
Change-Id: I5d53537ec7055c041fb9e308bc17af3ca55a43a9
2014-02-16 12:41:56 +01:00
6454bb6934
fix crash when dumping OpenGL dummy shapes
...
CTRL + F12 is working now partly for the OpenGL shapes
Change-Id: Ia4d0499d0df683202d9e2f56de96b22abcd9e367
2014-02-16 04:34:44 +01:00
24f51d315c
text position for legend improvements
...
Change-Id: I06d8baf8cfe59999cd6b417fc6e70c1bd6eede27
2014-02-16 02:54:13 +01:00
a5e48409e9
improve bubble positioning
...
Change-Id: Ifeecb23b0f2ee3218b052aaf688dcd51bcc30d58
2014-02-16 02:54:13 +01:00
5afc5d1bfd
improve text positioning
...
Change-Id: I9a6d99105ae32a2e03e4756983a87cb4ad174ea2
2014-02-16 02:54:13 +01:00
a05ad6dd36
fdo#74137: Fix for courruption of Pie chart after roundtrip.
...
Problem:
- Pie chart with data labels files gets corrupt because of label position is
bestFit in original file.
- But after round trip, data labels position gets changes to top, left and right.
For some data labels postion value is missing.
Implementaion:
- In LO, while converting data label from model, the position gets changed.
So we are ignoring this hack for Pie chart.
Conflicts:
chart2/qa/extras/chart2export.cxx
Change-Id: Ic51845cd6f39bc905439eea8971e878607d25dac
2014-02-15 06:17:55 +01:00
4825182fc2
last fix for chart area size and positioning
...
It WORKS!!!!!!! The chart looks good and there are now only minor
positioning issues. Issues that I'm aware of:
* legend text is not positioned correctly
* text seems to be positioned a bit too far to the right
* bubble positions are incorrect
Change-Id: Ib81cae13624c8119216f0bedea58b5838fcdc80c
2014-02-15 05:16:35 +01:00
110e5a1749
fix OpenGL resource leak
...
Change-Id: I56d00381dc023273c406a134c0828bda89d4d6b2
2014-02-15 05:16:35 +01:00
4e20762265
remove unused shader
...
Change-Id: Ib30ff20e099f4b3403a3ca7689f7d8d75d888763
2014-02-15 03:49:06 +01:00
38f8f1b782
remove more unused code
...
Change-Id: I36ec2e2960072120a064805f171e20703f0508c0
2014-02-15 03:49:05 +01:00
a3dfd7f5fb
remove more unused code
...
Change-Id: I57c5bc1fd436df4e917d460a31d671e361fd47b3
2014-02-15 03:49:05 +01:00
5c7bbb11ae
set transformation matrix as property with fixed size
...
Change-Id: I3853ea0f6f3b82dc6ea7b402dec58d528b639684
2014-02-15 03:49:05 +01:00
10e8194dd8
remove unused functions
...
Change-Id: I5e176c705cc373333831e4b833386ed707418d2e
2014-02-15 03:49:05 +01:00
6d6ba15f7d
fix OpenGL text rendering
...
Change-Id: Ia5dd022d8b79d4276a92bcf741196137d5e9d36e
2014-02-15 03:08:18 +01:00
eabba2d842
remove unnecessary stuff
...
Change-Id: Ideac5b1bdd86ed8eaf37d8f9554293d965cb8612
2014-02-15 03:08:18 +01:00
8c3fbed46e
-Werror,-Wundef
...
Change-Id: I69ddad5ee2763590ae4db97d19cf620bcd102645
2014-02-15 06:52:23 +09:00
f30f646e1e
sal_Bool->bool
...
Change-Id: Ib0f6699e994f5a71603779b8227bf081b71a5dd6
2014-02-14 14:15:17 +02:00
a5db342049
Fix GLEW debug stuff for Windows
...
Change-Id: I5fd3df862b59a621af1e3f965abc9820dba08c3f
2014-02-14 10:48:57 +01:00
bbe3bec949
Drop unused #include
...
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
2014-02-14 18:44:05 +09:00
f8a8bbf303
Include glew.h on OS X for the debug_output stuff
...
Change-Id: Ib40e0d9898fa1cf2c08eba9ae969f9f5a984c830
2014-02-14 10:30:04 +02:00