summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-15The only instantiation of SwHTMLFormPendingStackData_Impl is long goneStephan Bergmann
2014-04-15upload libetonyek 0.0.4David Tardon
2014-04-15fdo#75722: Push missing unit test filesJacobo Aragunde Pérez
2014-04-15fdo#70838: fix rotation transformation in DML exporterJacobo Aragunde Pérez
2014-04-15fdo#75722: fix incorrect import of rotated DML shapesJacobo Aragunde Pérez
2014-04-15sal_Bool -> boolJacobo Aragunde Pérez
2014-04-15Avoid undefined beahvior in test codeStephan Bergmann
2014-04-15WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist
2014-04-15Line spacing is not preserved for styles.PriyankaGaikwad
2014-04-15drawingML export: search for tab only once, not 3 times per lineMiklos Vajna
2014-04-15oox: generate data, not code for drawingML export adjustment valuesMiklos Vajna
2014-04-15testContentXLSXStrict was left out by accident?Stephan Bergmann
2014-04-15WaE: 'bHidden' may be used uninitialized in this functionTor Lillqvist
2014-04-15Remove unused codeStephan Bergmann
2014-04-15WaE: 'bOn' may be used uninitialized in this functionTor Lillqvist
2014-04-15WaE: 'bHarsh2' may be used uninitialized in this functionTor Lillqvist
2014-04-15Remove unused codeStephan Bergmann
2014-04-15Fix symbol visibilityStephan Bergmann
2014-04-15Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-15Revert "Blind fix attempt for MSVC compilation error"Tor Lillqvist
2014-04-15linguistic: sal_Bool->boolNoel Grandin
2014-04-15accessibility: sal_Bool->boolNoel Grandin
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-15sal_Bool to bool in SvtRulerAccessibleNoel Grandin
2014-04-15fix hacked bool in SfxDispatcher::SetSlotFilterNoel Grandin
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-04-15avmedia: sal_Bool->boolNoel Grandin
2014-04-15Blind fix attempt for MSVC compilation errorTor Lillqvist
2014-04-15Avoid complex static global initialisationTor Lillqvist
2014-04-15Properly #ifdef debug-only codeStephan Bergmann
2014-04-15Clean up function declarationsStephan Bergmann
2014-04-15Clean up function declarationsStephan Bergmann
2014-04-15Remove unused codeStephan Bergmann
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
2014-04-15WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-04-15Need libGLESv2 now thenTor Lillqvist
2014-04-15Stripping confuses the Android NDK tool-chainTor Lillqvist
2014-04-15Build the vclopengl lib for Android, too, i.e. for all our platformsTor Lillqvist
2014-04-15For uniformity with unxgcc.mk, don't bother with -fno-inline when gb_SYMBOLSTor Lillqvist
2014-04-15Let's try using -OzTor Lillqvist
2014-04-15don't try to init OpenGLRender in the constructorMarkus Mohrhard
2014-04-15remove the glew part in OpenGLRender.cxxMarkus Mohrhard
2014-04-15initialize the OpenGL context as soon as possibleMarkus Mohrhard
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard
2014-04-15only render through OpenGL after successful context creationMarkus Mohrhard
2014-04-15extract methodMarkus Mohrhard
2014-04-15remove include and usingMarkus Mohrhard
2014-04-15switch to IOpenGLRenderer in chart2 2D renderingMarkus Mohrhard