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