- 31 Eki, 2014 34 kayıt (commit)
-
-
Eike Rathke yazdı
assert if fouled Change-Id: Id3a160ff08907cc7792e93eea9f91997bcc0e2c3
-
Eike Rathke yazdı
assert if fouled Change-Id: I1bc38690c755b8bc6eab16c8aa33c8f568e0c854
-
Eike Rathke yazdı
We always have a DB collection. Change-Id: I8933be3a01b4c2e63b852361d5d2438e6fca4d05
-
Stephan Bergmann yazdı
...so (highbit(ave) - 1) will never be negative and never cause undefined shift by negative value. Change-Id: I86703f03d30d48c74d2e814c182b9edb85d18186
-
Eike Rathke yazdı
Change-Id: I23e03e45ba4f6d259128bc5e4c2fd5952be05c2f
-
Stephan Bergmann yazdı
...so arena->m_hash_shfit will never be negative and never cause undefined shift by negative value. Change-Id: Ifc3d28d53bae38bc8deea72473c81f1d043dc18e
-
Caolán McNamara yazdı
this is the image map window, I see that indeed toggling a shape active/inactive in the image mapwindow makes it change layer to the front for no good reason Change-Id: If6556e8f21dee2b0f7c750d460490d4e03fc0c02
-
Regina Henschel yazdı
Enable Math to use 16 basic HTML colors Patch by: Regina Henschel <rb.henschel@t-online.de> Found by: <lapsap7+ooo@gmail.com (cherry picked from commit 529e59d9) Conflicts: starmath/inc/parse.hxx starmath/source/mathmlimport.cxx starmath/source/parse.cxx Change-Id: I08de0ce33928ead3635a3a87c81671b4cc4112ac
-
Caolán McNamara yazdı
Change-Id: I38517bb7fbf4ab1e9314a28973b707223d7120e7
-
Caolán McNamara yazdı
Change-Id: Ia914c4842e69b3ea57692f1f8ac52c321240b7c4
-
Caolán McNamara yazdı
and coverity#1158394 Uncaught exception Change-Id: I73430678c658202475e0073c3c9bde0a072c1ee9
-
Caolán McNamara yazdı
Change-Id: Ic9aab232667a9b0a3a995d7b033b7ba508fd42dc
-
Caolán McNamara yazdı
and coverity#707301 Uncaught exception Change-Id: I6b7b2a9910b8a7d563a08ce84ddf16f550d8818e
-
Caolán McNamara yazdı
and coverity#707419 Uncaught exception coverity#707420 Uncaught exception Change-Id: I98d752c14be5f7b1fccb4bdf2eeefb6bbfe12e0e
-
Caolán McNamara yazdı
Change-Id: I91bf3bce86d6b7fb01a26a6785d5bcfd7677878c
-
Stephan Bergmann yazdı
...which must be true for pDestTypeDescr == pSourceTypeDescr. Change-Id: I98b4d654eb0e705ff0b577e7c87971b418ed13fc
-
Tor Lillqvist yazdı
Makes __LINE__ numbers you have inserted in temporary printf() calls in the (generated) OpenCL code more useful. Change-Id: I6da5a6937b924c1378f7f0c25ab7e156b23e1b61
-
Tor Lillqvist yazdı
Change-Id: Ifa9e77b955cea26da6602d409a1c111f45f72587
-
Stephan Bergmann yazdı
...there should not be any legitimate reason these fcntl calls can fail, anyway. Change-Id: Ib5cbe5b40ff42656fe3bad2ac50dcf6faeca0e9d
-
Stephan Bergmann yazdı
Change-Id: I02e81d526c07297a5bc3664cc475302a552187eb
-
Stephan Bergmann yazdı
Change-Id: Ia46417525e655a5a80f9e70f25f65e4916e4c8d8
-
Tor Lillqvist yazdı
Makes it possible to look at the OpenCL source for just a specific function, by setting for instance SAL_LOG=+INFO.sc.opencl.source.nop_VLookup. Change-Id: Ie9e1f7b1542043717ac3652226713f4ab88883e1
-
Stephan Bergmann yazdı
Change-Id: I92ce690a6f8183ce77c8ed53bd2fcb45d39d756e
-
Matúš Kukan yazdı
Change-Id: Ifa9034f12f42c0ddc5aa5e363fbcc04bab36492b
-
Miklos Vajna yazdı
When generating a unique fly name, we have to iterate over all the existing flys to find out what's the first not used one, so doing this for every new fly inserted by mail merge is O(n^2). During import, we already skip this and only do it once at the end of the import, which is O(n). Fix the performance problem by skipping the unique fly name generating when we produce a combined mail merge document as well, and just generate them once the mail merge is complete. For a test document having 12 text frames and 2000 mail merge records, the times for css::text::MailMerge::execute() is 9m37.330s -> 8m18.811s. Change-Id: Idfa8e9fe3acc93f1138f5bb12c2419c1492f8ff1
-
Yousuf Philips yazdı
Change-Id: Ia205db098ea585e0c72e89dff43fde83becdabe2 Reviewed-on: https://gerrit.libreoffice.org/12162Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I55811305ec24ff3538d33e98c8eac680e7da17fe
-
Miklos Vajna yazdı
And get rid of the writerfilter copy, that does no rounding. Adjusted testcases: - testFdo80555: 245 -> 247 (should be 246.944444444, so a good change) - testDMLGroupShapeChildPosition: roundtripped values are now closer to the initial ones, so also a good change Change-Id: I4dec7857a0df77face01b7a8ba1da7c647a24b6c
-
Daniel Sikeler yazdı
depends on c0a5d390 ContextClasses implement fast methods. ImportClasses implement fast methods. New TokenHandler for AutoCorrectTokens. Change-Id: I41ef7266da2068da3ab5f047280b13e57ee2e763
-
Daniel Sikeler yazdı
SvXMLImportContext implements XFastContextHandler SvXMLImport implements XFastDocumentHandler Change-Id: Id400260af112f4a448fe469c9580f0ebacec4ab6
-
Tor Lillqvist yazdı
This likely is a false warning or over-enthusiasm in the salbool plug-in, but on the other hand, I don't understand why the recently added case needs to use different coding idioms from the preceding ones in the function? So make the code more uniform. Change-Id: I518022c59f6bd54740676cba95670e78b9a40d19
-
Noel Grandin yazdı
because it's implementation is the same as operator== Change-Id: If9b63abcd13f899735d59d85be3da54406a6e324
-
Noel Grandin yazdı
Change-Id: I413d821a984ab556bd19c52704c04de6d828f699
-
Noel Grandin yazdı
so just dump it Change-Id: I006045aea345e84ff1944fc1ed1daa94bd7bca61
-
- 30 Eki, 2014 6 kayıt (commit)
-
-
Maxim Monastirsky yazdı
Change-Id: I3f66b621b136b8c42c4acc16058276215fd39835
-
Maxim Monastirsky yazdı
Change-Id: Icbb325517ec835d2bee7ac4693cfe939b741d7fd
-
Tor Lillqvist yazdı
Change-Id: I41067a6a81e58793ba8b0491b4044de6e7f68e2b
-
Michael Meeks yazdı
We want a pre-spun-up, shared thread-pool that doesn't get its workers created & joined frequently. Change-Id: I29081e3a3e3849ca30e63fd080ee3315d99cbe8d
-
Michael Meeks yazdı
Change-Id: Ib27b8b1ccc07ff194035d6c2ef3d45c429e3cea1
-
Tor Lillqvist yazdı
Change-Id: I1ac6366714acd7ec3e74b7afb4670c73825d1032
-