- 21 Ock, 2015 15 kayıt (commit)
-
-
Stephan Bergmann yazdı
...otherwise, wouldn't make sense to have non-const/const overloads anyway. Needs to introduce one const_cast into doctxm.cxx (which already contains quite a handful), otherwise the required changes would turn into too much of an avalanche. Change-Id: I694c7a1df7089d83ee95d35ed09bb864e9703f7c
-
Stephan Bergmann yazdı
Change-Id: I5bdc5f147e507d4ac1626133e653bdc9addb5571
-
Stephan Bergmann yazdı
Change-Id: I0d1c743343d8f84c0491957ad43d8b16d9490622
-
Stephan Bergmann yazdı
Change-Id: I3562efaab55655bc758fe94090b2b6d05b548098
-
Vort yazdı
Change-Id: I21bba16d70f9f8c43b60b2bd2a5005a888d0c11d Reviewed-on: https://gerrit.libreoffice.org/14073Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
-
Caolán McNamara yazdı
Change-Id: I56205bf5c28b6196aae10ecfa658111768f0e433
-
Caolán McNamara yazdı
so docs cannot be toggled r/o r/w from properties page or the file name changed. Unkink the logic a bit based on that and move now static widget settings to .ui and remove unused checkbox Change-Id: Ic55e41be8ffd02e214a233a2eb90736c070b5418
-
Stephan Bergmann yazdı
Change-Id: Ib8575109cfe0339f2d8b56741d3ad2a538ecf164
-
Michael Stahl yazdı
Trying to figure out whether the other 2 asserts could trigger, the idea to just delay everything that could potentially re-sort the array and thereby invalidate the current iteration index seemed appealing. Should be faster too: the main loop now looks at each hint only once, but deleting a hint now requires a O(log(n)) GetStartOf() lookup. Change-Id: I5c7b8493b35ee71c8ebdc284d2508c9812dc29cf
-
Michael Stahl yazdı
The assert for case 3 is wrong and fires when importing ooo44732-2.doc but there is also a bug here where a hint could be skipped. Change-Id: I028d2d5df9e80cf0001d9bc11aa7fabcd01e83bb
-
Caolán McNamara yazdı
Change-Id: I225cbb3a4a66a8f20bec91c4770ad78e72b663b1
-
Ariel Constenla-Haile yazdı
(cherry picked from commit 58c7172e) Conflicts: vcl/unx/generic/app/keysymnames.cxx Change-Id: Id8b9aa912cd3de9d69bddb0316c73d19ffcc4769
-
Caolán McNamara yazdı
regression from commit 1049511c Date: Tue Jan 13 21:43:27 2015 +0900 infobar: add buttons one by one with addButton Change-Id: Icf758a9671191836bbe5bc7ca7d978574cb74479
-
Miklos Vajna yazdı
Change-Id: I813804ece7507fef84c43ba8fc290b151c8063ab
-
- 20 Ock, 2015 25 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: If83f4900fcecde07f75d88c7f0b7c9088974b093
-
Eike Rathke yazdı
... just to determine there's nothing to do in that case. Change-Id: Ic962a5420afc5216e750b7fb578a4844ab6fc54a
-
Niklas Johansson yazdı
Change-Id: I6bfcd180f0c1d9e63577f58685ce64c509d91326 Reviewed-on: https://gerrit.libreoffice.org/14055Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
SwParaSelection sets a mark on the cursor, but there is no need to do that. DelFullPara will delete the SwTxtNode anyway. Change-Id: I99b8dd637bd4d2b49a555e147514a2def19fa0bf Reviewed-on: https://gerrit.libreoffice.org/14054Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
4500afcc was incomplete in that the result of GetVersionEx() is actually stored and other functions do manual checks on it. Change-Id: I1f66a13e98e6bfc40bc35fa5382c2f6257f905d6
-
Eike Rathke yazdı
It's a valid condition in some cases. Change-Id: I9c9bbcf0b506a88f89e4a420dd544e4bc6502e58
-
Ashod Nakashian yazdı
Resort immediately after modifying the data to prevent invalid lookups. Change-Id: If132af401d8164fd5973d81a8327c1fa726c908c Reviewed-on: https://gerrit.libreoffice.org/13984Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
where odt checks for a null pTxtCrsr and skips the object and fodt just ploughed ahead. i.e. make fodt equally useless as odt (fdo#84942) Change-Id: I915cc1f7c065ea83377e895a932636c82698cf1f
-
Tor Lillqvist yazdı
We don't want such a mode to affect other uses of randomness, though. Thus use a separate random number generator object for these two functions, and use a fixed seed for it if the SC_RAND_REPEATABLE environment variable is set. As RAND() is implemented in sc, and RANDBETWEEN() is implemented in scaddins, it was a bit hard to figure out where to add the new functions needed, without having to over-engineer things with UNO. (This functionality is totally Calc-specific, but neither sc nor scaddins has any public (non-UNO) API.) Caolan suggested the formula module, which seems like a good enough place to me. Change-Id: I4b0cb327392e51a18bce28478af91b0174d6b726
-
Caolán McNamara yazdı
Change-Id: I2648b0357c13699df2693968db4e57c81028c962
-
Caolán McNamara yazdı
Change-Id: I0cb2400e7ebb28cad2c98f9e69d68d312efb03ca
-
Caolán McNamara yazdı
Change-Id: Id4ad86f3f563d88777352722e397cd77cfad45e4
-
Caolán McNamara yazdı
on this and about 30 other documents where the NaN result is cast back to a long, giving rise to an assert in vcl/source/outdev/map.cxx:391 of long int ImplLogicToPixel(long int, long int, long int, long int, long int): Assertion `std::abs(n) < std::numeric_limits<long>::max() / nMapNum / nDPI' failed. Change-Id: Ia87e4ee6bbf0f10b7eba513e9a5ba3c42440d181
-
Caolán McNamara yazdı
Change-Id: I3d98c26c7902bc89ab6701dd02e266fd466c6907
-
Winfried Donkers yazdı
Change-Id: I090633944f6514964949566ffe94038b565abff4 Reviewed-on: https://gerrit.libreoffice.org/14019Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Vort yazdı
Change-Id: I0aa75b6cb834341e47bbeeaa15d39387a8cb5240 Reviewed-on: https://gerrit.libreoffice.org/14029Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tsutomu Uchino yazdı
in the label for date number format (cherry picked from commit 2c11fc40) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: I8e5b6a141948fbce8361b74a3f29db3cdf7d71f4
-
Juergen Funk yazdı
- a inline function not use - a variable will be set but not use Change-Id: I67674a6cd05ddb058d11d46188d5c9d039ed40fb Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
and found this bug triggered by CppunitTest_filter_eps_test when I got back Change-Id: I20943e5bd0fbf8aed923699dd5f1e88fada43e81
-
Caolán McNamara yazdı
and drop now redundant ImplClearFontData(true); mpFontCache->Invalidate(); which is done on entry Change-Id: I217c203980e5fd6a54b85f1b1376ecc2b92181db
-
Caolán McNamara yazdı
Change-Id: I665cde5d4c89443238efb283c86277dedf621197
-
László Németh yazdı
Change-Id: I0b9c44b405e2c617c60e11a1a15eaeb867cba57e
-
Markus Mohrhard yazdı
Change-Id: I1d724ae9346a4df7207e737cf98bf0cd7293bc2b
-
Michael Meeks yazdı
Also used by VCL image plugins - defer the rest to an easy-hack. Mostly impacts mobile which uses scaddins linked without a map file. Change-Id: I49fd40146905f4de42c9b0e7355ab89689c776bf
-
Markus Mohrhard yazdı
Change-Id: I8c7166ba66f74f5c548bb6fb30dfc3d28880e9a2
-