- 13 Ock, 2015 6 kayıt (commit)
-
-
Noel Grandin yazdı
no need to make this configurable Change-Id: I0ab149317f4660fc7ebc4c43342d20a386bdbc5f
-
Noel Grandin yazdı
Change-Id: Iae7530a52eda020f9074a6de0ef9e4b9779593f6
-
Noel Grandin yazdı
Change-Id: Ic8dffc4ed757c74ce383b3dcf204d1c899a0c4f5
-
Noel Grandin yazdı
so I can turn PopertyNames into an enum Change-Id: I939a83c0962813302a3653e75976147b2300cb18
-
Noel Grandin yazdı
Change-Id: I3e465987ef3dd502faecaf3c5ce151013a5bf314
-
Noel Grandin yazdı
Change-Id: I2e66a6acfd50b929d43ffdb3e468042875b6b23d
-
- 12 Ock, 2015 34 kayıt (commit)
-
-
David Ostrovsky yazdı
Change-Id: I3020b648cae31e28de51e68177c0490e77733f4e Reviewed-on: https://gerrit.libreoffice.org/13878Reviewed-by:
David Ostrovsky <david@ostrovsky.org> Tested-by:
David Ostrovsky <david@ostrovsky.org>
-
Caolán McNamara yazdı
Change-Id: Ibd5c8574b0454f9f3688a65d246fd2dea4d0dda8
-
Tsutomu Uchino yazdı
when special properties not found in watching window (cherry picked from commit 8815f3f3) Conflicts: basctl/source/basicide/baside2b.cxx Change-Id: I6069d55b9f894846a7b4d81b981cf4523b444753
-
Michael Stahl yazdı
404f16e9 is embarrassing crap; the real problem there is that the paragraph that should be removed is _inside_ the frame, but in sf_68e4f217c107f6eada21adfe6e3c9c57-82055-minimized.doc the MoveInsideFly() is not called so a non-empty body paragraph was removed. Change-Id: I5d4443804c52a5fa30ddb51609ccbbee07abc5aa
-
Michael Stahl yazdı
Change-Id: If189a60ae48a64cde109e52903c9a4b8b9fde85a
-
Tor Lillqvist yazdı
Those are supposed to obey the current setting for "Conversion from text to number", and the OpenCL code does not currently take that setting into consideration. Change-Id: Iff6eeda6238c78f4aeb8eb27898ce7ea243b9dea
-
Tor Lillqvist yazdı
Also changed the description to match the meaning (after 2021275f). Change-Id: Ide4b4f094495c178252c3167d52012f46f26b025
-
Chris Sherlock yazdı
I believe the intent was to "retarget unresolved pLogCluster[n] to a glyph inside the cluster". Unfortunately in the loop that detects clusters there was a typo and we are only indexing element 0 of the array: // retarget unresolved pLogCluster[n] to a glyph inside the cluster // TODO: better do it while the deleted-glyph markers are still there for( n = 0; n < nCharCount; ++n ) if( (p = pLogCluster[0]) >= 0 ) break; That just doesn't make any sense, I believe we should be accessing pLogCluster[n]. If not, then why not just do: p = pLogCluster[0]; n = nCharCount - 1; Change-Id: I9d8873541b5c794071d69c0f63df88f17a352904 Reviewed-on: https://gerrit.libreoffice.org/13876Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Id856d8dbf437acb7e528e60b4d1b012102ff0557
-
David Tardon yazdı
Change-Id: I05923b7df753fdbc23f849c89f4f9f52a07915c7
-
David Tardon yazdı
Change-Id: I7701368e152ce20adbc05802c7c6518183919d1f
-
Caolán McNamara yazdı
Change-Id: I30b51510ac5fbfb3c1dd09e0f86a246a8b516f1e
-
Stephan Bergmann yazdı
Change-Id: I8d23c11decca864337ccc5288165058a7c21cd4e
-
Stephan Bergmann yazdı
Change-Id: I3f50d3bb85bebdece692e069de73febc2ce63b47
-
Eike Rathke yazdı
... if the merged range ends behind the visble range. Change-Id: Ib5e9ae57299614f42c9200da5641922dfd90ab60
-
Miklos Vajna yazdı
Change-Id: I9d05a3971bd0dd14654d0b0e2a80a263d360505b
-
Eike Rathke yazdı
Change-Id: I86dd6a96f69d9bedeabeebc04f953b9f22476543
-
Tor Lillqvist yazdı
Change-Id: I1ca574f96ad84aa263bdcecbe549687fbf10d0d8
-
Tor Lillqvist yazdı
Change-Id: I018cebeeeee09c294ab576dd3cb5e7d6c703f5f2
-
Henry Castro yazdı
When left most cell is not in the visible window, Visible Range was not checked merged cells. Change-Id: I3c375c0f584e29444472224c74442bbd3d97b3ac Reviewed-on: https://gerrit.libreoffice.org/13832Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
regression from commit e0cce521 Author: Armin Le Grand <alg@apache.org> AuthorDate: Thu Jan 10 16:28:40 2013 +0000 Commit: Caolán McNamara <caolanm@redhat.com> CommitDate: Thu Jun 13 14:50:46 2013 +0100 Resolves: #i121504# Support for alpha channel in clipboard for all systems (cherry picked from commit ef3931ff) which blindly just bulldozed out the bMSOFormat branch Change-Id: Iec354f1fb585f0803b9df472bc9ec9e103aa5847
-
Luboš Luňák yazdı
Was missing from 82bc764bc9, without this opengl scaling wasn't used for these. Change-Id: If853435b12383e799afe2f057c43263b2d2297fa
-
Miklos Vajna yazdı
Change-Id: I52590f60882682943dda354599ab4ed762383b51
-
Luboš Luňák yazdı
As a side effect, this prevents the lines from looking too wide, because of generic polygon drawing being a bit too generous with AA. Change-Id: I17314c39fd57e33ecbd10b8a8785c600bdc5b212
-
Luboš Luňák yazdı
I'm somewhat confused by why there needs to be a separate line width for X and Y, but apparently there is, and the latter shouldn't be just plain 0 (otherwise a number of drawPolyLine() implementations either skip using a simpler path for the usual case of them being equal, or even plain to refuse work at all and cause a fall back). And I hope this doesn't lead to finding out that some of those implementation are actually buggy. Change-Id: I2dbbd1539c4a96d41935cce9ae6565872e2a459b
-
Luboš Luňák yazdı
Change-Id: I66a04febdbfa673e0883ab6f574bb7768cad7953
-
Luboš Luňák yazdı
118529d4 and 01190389 might have been technically correct, but 'mProgramIsSolidLineColor' is clearly a misnomer at best, and they'd have made it even more likely that this would break yet again. Change-Id: I1f01663e2abc0b1b0e557ae7241637a96e1a402a
-
Luboš Luňák yazdı
Change-Id: Ifa69f3272ebda2a61ac00d2affb8aebd4524f0fc
-
Stephan Bergmann yazdı
...cf. 52ce5239 "vcl: assert when LogicToPixel overflows." Looks safest to use platform-independent SAL_MAX_INT32 rather than INT_MAX. Detected when running CppunitTest_sw_uiwriter with -fsanitize=singed-integer-overflow. Change-Id: I7df98237811a304e475d6b2db8805bc390ca6232
-
Caolán McNamara yazdı
Change-Id: I55b69f153c0656d34a230c4328bc7af4bab40447
-
Caolán McNamara yazdı
Change-Id: I250a683faf7d201b9fea8eb0fffd9cd49da7f79f
-
Caolán McNamara yazdı
Change-Id: I2681b99c913b15c632dd4c9ec84922fa282692d7
-
Tor Lillqvist yazdı
Change-Id: Ia60194f9789324bc484bfa609c6eb92572b8554d
-
Tor Lillqvist yazdı
Use a so-called counter-based random number generator. Code from Random123, http://www.deshawresearch.com/resources_random123.html. Change-Id: Id47f84ef18eada64dcf47762a61ec3856c71760e
-