summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
Change-Id: I4888d0474199bb10ca81d1ad03118a150f574671 Reviewed-on: https://gerrit.libreoffice.org/18235 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-02sw: use std::unique_ptr<> in swnewtableMiklos Vajna
Change-Id: Iddc51cd927fa4e2e44c094909892102158f07389
2015-09-01More useful param typeStephan Bergmann
...for arg that ultimately ends up as const GLVoid *pixels arg to glTexImage2D Change-Id: I69ba2f1dd397fa103f3f59638bec727add3caed7
2015-09-01More vcl unit test headers for good measure.Michael Meeks
Change-Id: I55df85df2d01c322e5725fb2844333f967ef48e2
2015-09-01vcl: evidently that test needs glew headers nowMichael Stahl
Change-Id: I6c9742c8be222a33feea9f6291b29dde73869a93
2015-09-01refactor to create a HasMarked, no logic changeCaolán McNamara
Change-Id: I667a8582a740f5fbbcdbcd82907e40e82f6165a1
2015-09-01Fixup CRC related unit tests for now.Michael Meeks
Change-Id: If15e30908103780d5d01191ee98f390dbebfc1d3
2015-09-01Tweak VCL unit tests for OpenGL.Michael Meeks
Change-Id: Ia36f8424226da4e66ae991abd4d6f24604db324c
2015-09-01WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist
Change-Id: I01290e9257aff844106b677ce2167b4b0ee96dd2
2015-09-01WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
Change-Id: I2ab166ab0286213bf61f83fc257a3cc7123413c6
2015-09-01configmgr: support writing back to dconf (WIP)Stephan Bergmann
Needs to be enabled manually for now by changing CONFIGURATION_LAYERS's tail from " user:..." to " user:*... dconf:!". Change-Id: I31cd806f21d2ded376832faf98f49167b7243d1c
2015-09-01dconf: Change the way set elements are encodedStephan Bergmann
...to avoid having multiple dconf paths for the same set element (with different template names or operations encoded into the dconf path segment), esp. when introducing write-back into dconf. Change-Id: Ieebad3b1024dd7607022abbfa963850b05c26d65
2015-09-01WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist
Change-Id: Ic2230e1d1f54e27d4189fc56b525a7e76ddab649
2015-09-01windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.Jan Holesovsky
Change-Id: I840e8bb2d2ccae869c330bb32dba484b4a835a51
2015-09-01sw: remove a silly 16bit castMichael Stahl
Change-Id: I20eb3379838c5255ff47882b6693908b5971653f
2015-09-01sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl
Change-Id: I846180641279b19f6bd4ac14c3e840e0bec4ded5
2015-09-01sw: sort includes in editsh.hxxMichael Stahl
Change-Id: I74181ccf42e86bc6b65056199e6102bc05518a34
2015-09-01sw: replace boost::ptr_vector with std::vectorMichael Stahl
Change-Id: Iad91811a0e674b3541d51f3e94a9a5770bfda0a1
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl
The OFOPXMLHelper class causes duplicate definition link errors due to its WeakImplHelper base class. It turns out that the OFOPXMLHelper class itself is only used by other exported functions in comphelper itself so just hide the implementation detail. Change-Id: I3ac8c561af703193cc2609e2c799b630a0d43127
2015-09-01comphelper: fix MSVC --enable-mergedlibs buildMichael Stahl
Try not to export the WeakImplHelper symbols as that causes duplicate definition errors with the class OSelfTerminateFileStream that has the same WeakImplHelper base. Change-Id: Id41bfed24617113de48c76ab6802b21a8892e66f
2015-09-01TableRef: ensure every column has a name after RefreshTableColumnNames()Eike Rathke
Change-Id: Ib080b5292e48ea0709217cd4e3e697ae1fa5d4cd
2015-09-01TableRef: reuse TableColumnNameSearch in RefreshTableColumnNames()Eike Rathke
Change-Id: I354698d6959aeb9ce022ecc420f2e10b0155c184
2015-09-01implement undo of delete impress cell contentsCaolán McNamara
Change-Id: I7aa99f3a6668e66b8d02e20b7ea1cf0862e5d760
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti
Now can be accessed through the vcl_get_crc64_table() function Change-Id: Ife85dde373a48652a0d67460184c1f325eb91702
2015-09-01Modified CRC test in order to fix test failure on OSXMarco Cecchetti
Change-Id: Ic3fa76557746242ca99e3ce63ea73ec1d2b11f50
2015-09-01Changed DLL macro for fixing warning C4273 on WindowsMarco Cecchetti
Change-Id: I50e4b30e0932f092db9e7d60e50f88f2b7e83895
2015-09-01Fixed a bug due to conflicts with Casarin's commit.Marco Cecchetti
Change-Id: I5226a55ba804d494a8c9c9c9b5cd7ed3889eafbf
2015-09-01tdf#93532 - Bitmap CRC unit tests.Michael Meeks
Change-Id: Ic75801d7ad941ba802ffe418d5c666b1e7b0e94f
2015-09-01Removed no more needed code in ImpBitmap::ImplGetChecksuMarco Cecchetti
Change-Id: I647941591615733caa546a8710817616923afa85
2015-09-01filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna
Since BitmapChecksum is a typedef for sal_uInt64. Change-Id: I768fa5134fa6e86559f3c6cbe1071093b4e68152
2015-09-01Fixed a bug the 64-bit checksum switch code was affected byMarco Cecchetti
Changed the size of the string buffer used for converting 4 integer values into a hexadecimal string: aHexStr.setLength(24 + (2 * BITMAP_CHECKSUM_SIZE)) Change-Id: I5936bae4ce3b41e85a68f6f342b5288f7f9395fe
2015-09-01switch to 64-bit checksum: fixed a missed substitutionMarco Cecchetti
Change-Id: I733240798a8415602b824a9732193c344fe53a5c
2015-09-01truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti
Change-Id: I2cedf8acf73f71529f4090ff2f9fce7ab7663e68
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti
(nWidth * nHeight) < (1024*768) || nWidth < 128 || nHeight < 128 Change-Id: Iedda6a333958c76c19b837890eb3fa28e631bc90
2015-09-01switch to 64-bit checksum: now BitmapChecksum is a sal_uInt64Marco Cecchetti
Changed hardcoded checksum value in ooxmlimport unit test (testN777345). Change-Id: Ied43bf626be82c0e7f6c62e965d0704fc645ac19
2015-09-01CRC is an integer type -> mnChecksum.Michael Meeks
Change-Id: I9e4d36105a59c5f81677d8e062106dae6f709464
2015-09-01fix: buffer was released before getting checksum.Michael Meeks
g Conflicts: vcl/inc/salbmp.hxx Change-Id: I57d1e4b8e4909ce0b82c9e61ca271768cc73cd8b
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti
Defined BitmapChecksumOctetArray which is an array of bytes whose size is the same of BitmapChecksum. Defined a routine for converting a BitmapChecksum into a BitmapChecksumOctetArray. Change-Id: I70d17ab8b841795ae27c60b418d6b090bff604bb
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
Change-Id: I72916f18966756ecc99e77f1b164e99377eb456e
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
A typedef sal_uLong BitmapChecksum; has been added to include/vcl/checksum.hxx Wherever needed sal_uLong and sal_Int32 has been substituted with BitmapChecksum. A BITMAP_CHECKSUM_BITS constant equal to the amount of bits used by the BitmapChecksum type has been defined and used in `GraphicID::GetIDString` (vstools/source/graphic/grfcache.cxx). Change-Id: I74bd285089e58a8b18c06233d75b87023c7bf31b
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti
Change-Id: I70f82f16d5907ce0bbe2d838c4acee226886aab2
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
Added a C++ and a GLSL implementation of a 64-bit CRC algorithm. Changed hardcoded checksum value in ooxmlimport unit test (testN777345). Change-Id: I16bb985a14866775efda49e21fe033ff64645896
2015-09-01TableRef: anywhere in ScDBData area, geez..Eike Rathke
... bStartOnly is not the header row but only the top left cell. Change-Id: I8d93aeafa8d55b59defd4476b5bcc19b0e026e70
2015-09-01TableRef: of course ScDBData at the referenced pos, not the formula posEike Rathke
Change-Id: I6166293cfa0704ef96df917b7af1940d5efbdb14
2015-09-01tdf#93838 windows opengl: fix vertical text position in UniscribeLayoutMiklos Vajna
For one, aPos.Y() is meant to be the baseline position of the text. Based on the MSDN documentation and <https://www-user.tu-chemnitz.de/~ygu/petzold/ch05c.htm>, that means if we want to get top position, we have to only extract tmAscent and not tmInternalLeading. For another, ImplWinFontEntry::AddChunkOfGlyphs() adds a border of 2 pixels both horizontally and vertically, which means that then we need to undo that when counting the vertical position, too. Change-Id: I4ac8e881ea5910662674c2a1b53ece943487ccd9
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
Change-Id: I21726d0dd052fdc87e8dd36ff7122518325f6313
2015-09-01sids unsortedCaolán McNamara
since commit 74ef8a4148f7d8fdf0d40481f879cdd13b27aafb Author: Maxim Monastirsky <momonasmon@gmail.com> Date: Sun Dec 7 01:18:06 2014 +0200 Introduce ParaspaceIncrease/Decrease commands in Writer and Calc Change-Id: I53dab158160ed9840404e60917fbb8725517bcd3
2015-09-01Make saving the default fonts work againMaxim Monastirsky
This reverts part of 745c7bce5fe8b218f7d300667a5409bc7ef58c34. The current behavior of affecting only the current document is useless, given that the same can be done by editing the corresponding styles. Actually I'm pretty sure that's why the wiki flagged the "Current document only" option as unnecessary. So let's go back to saving for all documents. Change-Id: I7ed9609bc93ae519ac89a6e6080a3b37b09633d8
2015-09-01TableRef: activate structured references export to OOXMLEike Rathke
Change-Id: I737b0c28a9b337af62e1a33bbce15049a0d854a4
2015-09-01fix enable-mpl-subset with --with-system-popplerMarkus Mohrhard
Change-Id: I2828d662769f95241ee5760bb657201851f3193e Reviewed-on: https://gerrit.libreoffice.org/18209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>