summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Removed the crc table from the check-sum headerprivate/mcecchetti/bitmapcrc64Marco Cecchetti3-97/+109
2015-09-01Modified CRC test in order to fix test failure on OSXMarco Cecchetti1-0/+1
2015-09-01Changed DLL macro for fixing warning C4273 on WindowsMarco Cecchetti1-2/+2
2015-09-01Fixed a bug due to conflicts with Casarin's commit.Marco Cecchetti1-1/+1
2015-09-01tdf#93532 - Bitmap CRC unit tests.Michael Meeks1-0/+56
2015-09-01Removed no more needed code in ImpBitmap::ImplGetChecksuMarco Cecchetti1-2/+1
2015-09-01filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna3-8/+8
2015-09-01Fixed a bug the 64-bit checksum switch code was affected byMarco Cecchetti1-1/+1
2015-09-01switch to 64-bit checksum: fixed a missed substitutionMarco Cecchetti1-1/+1
2015-09-01truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti3-8/+8
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti2-2/+13
2015-09-01switch to 64-bit checksum: now BitmapChecksum is a sal_uInt64Marco Cecchetti2-4/+3
2015-09-01CRC is an integer type -> mnChecksum.Michael Meeks2-5/+5
2015-09-01fix: buffer was released before getting checksum.Michael Meeks1-1/+1
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti4-30/+50
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti7-92/+101
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti25-51/+58
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti4-4/+3
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti15-61/+469
2015-09-01TableRef: anywhere in ScDBData area, geez..Eike Rathke1-1/+1
2015-09-01TableRef: of course ScDBData at the referenced pos, not the formula posEike Rathke1-2/+2
2015-09-01tdf#93838 windows opengl: fix vertical text position in UniscribeLayoutMiklos Vajna1-3/+3
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks6-1/+23
2015-09-01sids unsortedCaolán McNamara1-2/+2
2015-09-01Make saving the default fonts work againMaxim Monastirsky1-0/+34
2015-09-01TableRef: activate structured references export to OOXMLEike Rathke1-6/+3
2015-09-01fix enable-mpl-subset with --with-system-popplerMarkus Mohrhard1-1/+1
2015-09-01Updated coreOlivier R1-0/+0
2015-09-01Handle dconf_client_new failureStephan Bergmann1-0/+4
2015-09-01dconf: fix check for matching templateStephan Bergmann1-36/+36
2015-09-01dconf: fix encoding of set element namesStephan Bergmann1-10/+21
2015-09-01Rename stuff, in preparation of dconf::writeModificationsStephan Bergmann4-12/+12
2015-09-01Support modification write-back to other than registrymodifications.xcuStephan Bergmann4-21/+51
2015-09-01windows opengl: Call InitGLEWDebugging() after we have the context.Jan Holesovsky1-1/+2
2015-09-01WaE: loplugin:staticmethods in the non-Java caseTor Lillqvist1-0/+6
2015-09-01Related: rhbz#1255200 apparent missing stylesheetCaolán McNamara1-6/+11
2015-09-01WaE: loplugin:staticmethods in the non-Java caseTor Lillqvist1-0/+10
2015-09-01Resolves: rhbz#1256843 no obvious means to close template dialogCaolán McNamara1-307/+346
2015-09-01PythonTest_sfx2_python: StylesPropertyPanel is the first panel nowMaxim Monastirsky1-2/+2
2015-09-01sw: include limits.h to fix build on Ubuntu 12.04Justin Luth1-1/+1
2015-09-01windows opengl: Don't paint cached widgets upside down.Jan Holesovsky1-2/+2
2015-09-01tdf#93052 - When save, generate unused list-styles in context.xmlJuergen Funk1-1/+1
2015-09-01SwViewShell::ImplEndAction: still paint directly when non-double-bufferingMiklos Vajna1-1/+4
2015-09-01add sfxlo-TemplateLocalView to glade catalogCaolán McNamara1-0/+4
2015-09-01readdconflayer: avoid deref of null (removed) memberStephan Bergmann1-63/+68
2015-09-01Resolves: tdf#91060 don't crash on loading certain pptxCaolán McNamara1-1/+1
2015-09-01coverity#1242865 Untrusted loop boundCaolán McNamara1-2/+10
2015-09-01coverity#1321598 Resource leak in objectCaolán McNamara1-3/+2
2015-09-01coverity#1321600 Dereference before null checkCaolán McNamara1-8/+4
2015-09-01check for error more frequentlyCaolán McNamara4-55/+71