summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Disable the 'Test OpenCL' button once pressedTor Lillqvist1-1/+3
Change-Id: I6678502472f646ae770be4d17d85f2a02fba8f4b
2015-01-28WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist1-1/+1
Change-Id: I4f155f8a28afa6a16b1859b254a339d8374a769b
2015-01-28Make the OpenCL test document construction and calculation a bit fasterTor Lillqvist1-32/+39
Turn off AutoCalc while constructing it and then calculate it when ready. Use a smaller number for the minimum formula group size required for OpenCL to be used while calculating it. Use less hardcoded magic numbers in the code. Change-Id: I6f2c3b1035947a542776d6087bd229cb9c2892fb
2015-01-28Make SetGlobalConfig() publicTor Lillqvist1-1/+1
Change-Id: Ia4ac90c369a8e33ddefc6a87f877b98491efcede
2015-01-28Make GetAutoCalc() and SetAutoCalc() publicTor Lillqvist1-2/+2
Change-Id: I25d681b4b1e35af49b6631b2c3de2ccc296b9b42
2015-01-28janitorialLionel Elie Mamane1-1/+1
Change-Id: Ifb0a277a27613ea1a771a8bb3b8c784b9eca4f2f
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane3-4/+21
Change-Id: I25b4ccdc2f50ba89687e1f4c871f286251a28e21
2015-01-28Do not corrupt URIs entered into the Hyperlink dialogStephan Bergmann1-1/+1
...by fully decoding them via DECODE_WITH_CHARSET (where charset defaults to UTF-8) instead of merely normalizing them to IRIs via DECODE_TO_IRI. For example, entering http://example.com/foo%2Fbar into the Hyperlink dialog would have resulted in a corrupted URI http://example.com/foo/bar Change-Id: Ic37859afa59c3fdc3280cf4803d4334026e1f336
2015-01-28Use vector::dataStephan Bergmann31-67/+37
...in some places where it is obvious that it does not hurt that for an empty vector the obtained pointer is not necessarily a nullptr. Change-Id: Id5d66b1559ca8b8955d379bcdbfae6986ef46a51
2015-01-28external/lcms2: Work around -fsanitize=alignmentStephan Bergmann1-0/+11
Change-Id: I57c49172fa5bb19968bf217285d0cd9222cc3530
2015-01-28fix crash in vcldemoMarkus Mohrhard1-1/+1
Change-Id: Id502a36ece4ecc4551ee67f1818fb9886d6e0ce5
2015-01-28Add NORMDIST testTor Lillqvist1-0/+64
Change-Id: I9c3d5b94d22566d63f49d9dcd73a97df97e9802e
2015-01-28Make phi() and integralPhi() static and publicTor Lillqvist1-2/+2
Needed for the NORMDIST() OpenCL implementation test doc. Change-Id: I40f0d5d7ccf5963fa47d6648873ab23f8adf7aea
2015-01-28Related: tdf#82942 multiple crashes on changing text in SwInputFieldsCaolán McNamara1-23/+33
i.e. load doc keeping setting text of "LINE" + ok as each popup appears will crash eventually Change-Id: Ibc4bb8fe65bd5dd380c0fe833e5ece2b39de5dbe
2015-01-28Use minimum necessary value for nRowsTor Lillqvist1-3/+3
Just temporary (haha, let's see...), the Right Thing would be to turn the mnOpenCLMinimumFormulaGroupSize down to some small value for the duration of the test document's construction and calculation, and then return it to its prevous value once the document has been dismissed. Change-Id: I52e9813af1ceb2410ef74723fadee21b89cffe47
2015-01-28Make ScInterpreter::GetGlobalConfig() SC_DLLPUBLICTor Lillqvist1-1/+1
Change-Id: Idd27688055a08ffe9a6970c28cd7da6f6e1a7f66
2015-01-28Add ROUND testTor Lillqvist1-0/+53
Change-Id: Ifa0c2bc6767d9d2e9b27c5a6b30929463b20407c
2015-01-28Resolves: fdo#50640 make sure we don't move away from the current fieldCaolán McNamara2-25/+44
by accident by trying to select the entire field if its inside an invisible area where WrtShell::Right will skip automatically to the next visible area Change-Id: Iafe9ebd1430db8e6022fec89729d0abb62dad0bb
2015-01-28It's OS X, not OSXTor Lillqvist1-1/+1
Change-Id: Id7cd032a8fd24d57e02d1a94e4bebccc56904609
2015-01-28Add NORMSINV testTor Lillqvist1-0/+7
Change-Id: I0acdc5012a89d90cab6b30fe26b321d956982586
2015-01-28Make gaussinv() static and publicTor Lillqvist1-1/+6
It does not access any member so can be static. It is needed in the OpenCL test spreadsheet to verify the results from the OpenCL implenentation of NORMSINV. Change-Id: I72c1f6e6c0c04c0e25f4779ab334158b8d4e371d
2015-01-28loplugin:cstylecast (Mac OS X)Stephan Bergmann1-1/+1
Change-Id: If1fd605c01fa892c7730930606a29a7bed9edb5e
2015-01-28let have FormulaGroupAreaListener a virtual dtorEike Rathke2-0/+6
Change-Id: I1f5e246d68971124ef21e9c2d0db80499928998b
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann25-75/+86
Change-Id: I132d22e2af3cf673c17d8964f690d48990834884
2015-01-28Clean up implementation of osl_getSymbol et alStephan Bergmann1-35/+45
Change-Id: Ic71b7bc8e8b5783deb1f9fa89136537c24281a55
2015-01-28tdf#80960: Attempt to fix the cursor placement after document load.Jan Holesovsky1-2/+2
This is a blind attempt - don't have a 32bit system at hand to really try it. Change-Id: I4fe8c65b794d01e79aa93cbac440f710b630c7dd
2015-01-28fdo#86984: UI Line numbering works only for EN_USMuthu Subramanian1-3/+4
Change-Id: I0fadb6f5f96cccd4056a164a6b0f3b2fdd68a40b Reviewed-on: https://gerrit.libreoffice.org/14168 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-01-28Related: fdo#50640 allow the cursor to enter empty vertical input fieldsCaolán McNamara1-19/+19
Change-Id: Ib7db10d59f6d1106b33558fe5bdd076e278dfbbe
2015-01-28update creditsChristian Lohmaier1-1114/+1156
Change-Id: I649ab0e4f17fc6601efc0eabfefbe10501f8bbc1
2015-01-28Look for iOS SDK 8.2, tooTor Lillqvist1-1/+1
2015-01-28This typedef is not unusedTor Lillqvist1-0/+1
Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48. Change-Id: I1ced0d7bcf368884fc8a079b047e0cbf645c3e1a
2015-01-28add a reference configuration for coverityCaolán McNamara1-0/+25
Change-Id: I2dc149db36a5cfdbca63ea231425168fb799abe0
2015-01-28tdf#88740 fix sidebar angle rotation i18nAndras Timar1-0/+6
Change-Id: I30355f3aaf77b1952e21050e3593e575571d7aaa
2015-01-28vcldemo: include new text demoChris Sherlock1-52/+60
Take two: the text demo now shows: - clipping - arabic text - rotated text It shows this in a new window, subdivided into 8 demo screens to cover all permutations of clipping, arabic and rotated text. I've also clipped the main screen's boxes to make it look a little neater. Change-Id: Iaba1c29503266b72cbdcc2f48b309c28c94022b8 Reviewed-on: https://gerrit.libreoffice.org/14215 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-01-28Extract MarkBase::dumpAsXml() from MarkManagerMiklos Vajna4-31/+19
Change-Id: I85589d304dad05581bb2013166bb22f6b46cc793
2015-01-28This typedef is not unusedTor Lillqvist1-0/+1
Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48. Change-Id: I36807f0e43311e66f4ccd3542a4c064d5ccd7430
2015-01-28tdf#60739 code factorisationMichaël Lefèvre7-65/+30
Limit duplciation for SfxRequest FN_WORDCOUNT_DIALOG in sw shells Change-Id: Idf63f92f0061249ba937332c0be3fd6446aaa554 Reviewed-on: https://gerrit.libreoffice.org/14182 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-28tdf#60739 code factorisationMichaël Lefèvre7-53/+20
Limit duplciation for SfxRequest SID_OPEN_XML_FILTERSETTINGS in sw shells Change-Id: I316e7df50df5c6d24feb953415ebf61ca822066d Reviewed-on: https://gerrit.libreoffice.org/14184 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-28remove unused typedefsNoel Grandin53-98/+0
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-28CppunitTest_dbaccess_RowSetClones uses HSQLDB and thus JavaTor Lillqvist1-1/+2
Change-Id: Id0295fb45ecdf3472862d2d242a6e9e23da538ad
2015-01-27tdf#82524: Mismatch of ValueSet and metric field valuesKatarina Behrens1-0/+1
Regression from commit ab50bc9d4a72193c1fefcbf0652938995094bc41 which adds space separator between value and unit. As metric fields now output values with separator, LineWidthValueSet items must be adjusted accordingly, otherwise they'll never match Change-Id: I55778c9c0cc36d968a061e5e35b6db3f2a159977
2015-01-27tdf#87803 bin useless $buildidstringAndras Timar1-7/+0
Change-Id: Ie5f3651ec8386cdb59ebbd63c12670fd8668499a
2015-01-27Updated coreAndras Timar1-0/+0
Project: help 74dd3c43533373b51f53f58e4697d1df76e3ec32
2015-01-27when drawing a transformed bitmap in opengl backend, scale it betterLuboš Luňák4-2/+84
The plain scaling is rather rough, and in fact drawing a scaled bitmap the normal way gives much better results (because OutputDevice pre-scales the bitmap before it's drawn). This one may be a bit slow perhaps, but hopefully nobody there's no code that'd extensively use bitmap drawing with custom transformations (wishful thinking). Change-Id: I83e05307adfaeac0ed0757f1a0b2603f64caf8f8
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák8-17/+43
Now it's possible to add a preamble to the compiled program, so there can be just one program with #ifdef's inside and the small variants can be selected using #define in the preamble instead of having several almost identical programs. Change-Id: I6c5112313b91b6269ebdecdfc896e0f96209ea2b
2015-01-27vcldemo: revert argument parsing breakage.Michael Meeks1-2/+2
Change-Id: I0b8ecf19d71ba3151b3e61c4cf22524cc0852c5c
2015-01-27Revert "merge these two selection changing hunks of code"Caolán McNamara2-27/+25
This reverts commit bef9cc01c7da9fd75393bfa1818e07f484306829.
2015-01-27fix windows buildCaolán McNamara1-2/+2
could have sworn it built under windows under jenkins Change-Id: I97501d09b417ba1f8701f7efe884f26a7714a98a
2015-01-27merge these two selection changing hunks of codeCaolán McNamara2-25/+27
Change-Id: I4113a38a3a15cd2173f9a2530dc2e7278b8713b2
2015-01-27Resolves: #i85241# store settings about value highlighting in documentTsutomu Uchino2-8/+13
(cherry picked from commit d3fb83cbaea17418def1ace6e868d8892d64d85d) Change-Id: I34b4ee12e4af8300a51d72f0dd36e27c79832eb5