summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/AbstractShapeFactory.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-03-23loplugin:constantfunction: chart2Noel Grandin1-5/+0
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-07-02remove whitespacesMarkus Mohrhard1-1/+0
2014-01-29No chartopengl library built for iOS or Android yetTor Lillqvist1-0/+2
2014-01-29Adapt for the DISABLE_DYNLOADING caseTor Lillqvist1-0/+13
2014-01-29Disable OpenGL for headless mode (so unit tests pass on Linux).Michael Meeks1-1/+2
2014-01-29re-enable opengl module hooks.Michael Meeks1-2/+0
2014-01-29initial work on showing the bitmap in LibreofficeMarkus Mohrhard1-0/+1
2014-01-29Revert "disable building the OpenGL pieces"Michael Meeks1-2/+0
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-11-19-Werror,-Wunused-functionStephan Bergmann1-0/+2
2013-11-19disable building the OpenGL piecesMarkus Mohrhard1-0/+2
2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard1-2/+40
2013-11-19rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard1-2/+2
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard1-0/+18
2013-11-19create an AbstractFactory and add a DummyShapeFactory for testingMarkus Mohrhard1-0/+287