3575dba98d
remove whitespaces
...
Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e
2014-07-02 23:03:07 +02:00
31c20d6b13
No chartopengl library built for iOS or Android yet
...
Change-Id: I28a5eac3bbb85b608d60a1404c21150dafe36a6e
2014-01-29 10:33:23 +02:00
d71dc6f137
Adapt for the DISABLE_DYNLOADING case
...
Change-Id: Ifd9ae240277a89162a2a821789b0d41204c1a490
2014-01-29 10:33:23 +02:00
135bd551be
Disable OpenGL for headless mode (so unit tests pass on Linux).
...
Change-Id: Ie4e1a59ce68932084d4635cd0f8d11cbffd6a3a2
2014-01-29 08:09:32 +01:00
151fc9760c
re-enable opengl module hooks.
...
Change-Id: I48275b81e4569ace26f986542ac3190ba8e0a052
2014-01-29 08:09:20 +01:00
be0befbc5f
initial work on showing the bitmap in Libreoffice
...
Change-Id: Id6543889509982bdb7487de484cf3d7f79c15f1e
2014-01-29 08:09:18 +01:00
d082e4fc38
Revert "disable building the OpenGL pieces"
...
This reverts commit 449157cae77fc6a1b2a96f53d78d7a93cb33436d.
Re-enable building the OpenGL pieces and limit it to Windows, Linux and
FreeBSD
Conflicts:
chart2/Module_chart2.mk
Change-Id: I9edaaad4244b3c2c2b1174d91f57464dad69f214
2014-01-29 08:09:17 +01:00
82625bb98e
remove unnecessary sal_Unicode casts in OUStringBuffer::append calls
...
Convert code like:
buf.append( static_cast<sal_Unicode>('!') );
to:
buf.append( '!' );
Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-07 09:43:37 +02:00
f1c06bb8d9
-Werror,-Wunused-function
...
Change-Id: I337691b4a7548c5c92bc0484c2ef9224ce461ba5
2013-11-19 15:19:09 +01:00
449157cae7
disable building the OpenGL pieces
2013-11-19 13:47:41 +01:00
678008264f
add glew and make chartopengl a dynamically loaded lib
2013-11-19 13:47:39 +01:00
a369737c18
rename DummyShapeFactory to OpenglShapeFactory
...
Change-Id: Ife9640b10e90351f871513f1f8e26d80c384e0d9
2013-11-19 13:47:37 +01:00
ee5ef16d35
make it possible to switch between different ShapeFactories
...
Change-Id: I49f6b16182c25ead486a15ab86f722902b36933e
2013-11-19 13:47:33 +01:00
5c0a5503b6
create an AbstractFactory and add a DummyShapeFactory for testing
2013-11-19 13:47:33 +01:00