- 09 May, 2013 40 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I544760548866d55807a3291a31b4ce948a751946
-
Markus Mohrhard yazdı
Change-Id: I92ba78e96ad4f7c4a661dd879a721e422b6d0d2e
-
Markus Mohrhard yazdı
Change-Id: I950a6d971b1be742fa7c0ce26697cd84121a14d0
-
Markus Mohrhard yazdı
Change-Id: I5d2b99645faf18e8af9bc0f0b4bff210f9ee8743
-
Markus Mohrhard yazdı
Change-Id: I4147dfa5d0d1fb2324a6441580212f25ce9d4a01
-
Samuel Mehrbrodt yazdı
* Display spaces in filenames correctly * Adjust Spacing in Dialog * Remove the label showing the full path Change-Id: I5c5d3d54b7e21063628c4cdb4a92f534ec4a3088 Reviewed-on: https://gerrit.libreoffice.org/3834Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Xisco Fauli yazdı
Otherwise 65536 will be printed as the firt bullet Change-Id: Ie200c1c67a9b73321990a55940115ae30b9e7c37
-
Sun Ying yazdı
Reported by: Liu Ping Tan Patch by: Ying Sun Review by: Steve Yin.
-
Kohei Yoshida yazdı
Change-Id: Ib0b56e1c7d3b58de10a45ebc352f4f116cba58f9
-
Kohei Yoshida yazdı
Change-Id: I5c8460db80f41569714f743265ee57736ce02211
-
Luboš Luňák yazdı
Change-Id: I3dff13178c60d1abfbfdbaee1352af3b3dd98061
-
Caolán McNamara yazdı
Change-Id: Ie94e6d0acdfbb11801bc974b9ed37133df964245
-
Kohei Yoshida yazdı
Change-Id: Iabad8f0a3936fa30d4ba68a717a79e4e0b497991
-
Kohei Yoshida yazdı
Change-Id: Ie309848f80606432752b60fbdf34e7597308d800
-
Kohei Yoshida yazdı
Change-Id: I5dcf3b14993ac4d699e884c4981af668277a41df
-
Kohei Yoshida yazdı
Change-Id: I86f9b44c87f3a730902d12505252e4b7e0a24fe4
-
Kohei Yoshida yazdı
Change-Id: Ib34b86cfe6b96134dadf5f8da6dcd14ec0adb9d6
-
Kohei Yoshida yazdı
By taking advantage of 1) cell array being std::vector, and 2) broadcasters are no longer stored with cells. Change-Id: I9ba1d3004e62d7bb7810d8fed0c4e8fd17605d0f
-
Kohei Yoshida yazdı
Change-Id: I9651d58209afd1dd9a77d859db0925b586c3c8ab
-
Kohei Yoshida yazdı
The old code did because it would then have to create a ScNoteCell to optionally store the broadcaster. That's no longer the case. Change-Id: I5e031270e0ed77425b2be192a1705c64c6fa8f45
-
Kohei Yoshida yazdı
Change-Id: I744d66da3abd18753550692b931c6a1a52b83401
-
Kohei Yoshida yazdı
This alone saves about 20 or more seconds during import of large xlsx document. Change-Id: I267236afbd0284f56d4fd079042a71936db0c3e3
-
Kohei Yoshida yazdı
Change-Id: Ibf695f7ddaac8fa44e1d6d4ed69aea37743d1c9b
-
Kohei Yoshida yazdı
Change-Id: I610cafaab2d29d0260ebeacdd9b2bf75722a95f2
-
Kohei Yoshida yazdı
Change-Id: I3f5863d79ad948461d63dbc9addc8ca01e1b275e
-
Kohei Yoshida yazdı
Broadcasters are now independent of cell storage. We need to move them even when the cell array is empty. Change-Id: Ib26e544ad6e3842fa722d989c994c19d7c1b3005
-
Kohei Yoshida yazdı
Change-Id: Iae816c68ffed30fda0115ac0f5ac2800ceed5e58
-
Kohei Yoshida yazdı
Much of the fix went into mdds actually. Change-Id: Ia27b0bde31081a5a28fb4afb80960777bd4fdd4f
-
Kohei Yoshida yazdı
Change-Id: Ibc00f3fb4eb188b036b4f3ae70e45cb9c7385fe8
-
Kohei Yoshida yazdı
The return value of search_tree() in flat_segment_tree has changed. Change-Id: I51d8676bd0621bd43b3f8a8f6be4bf4056d45904
-
Kohei Yoshida yazdı
Let's remove this. Change-Id: Ica92ea41e104a3f0e97b717ff2e4e115682ce33f
-
Kohei Yoshida yazdı
Change-Id: I9efa8dad078ca4f0bf1d338a5aab72ff7e65980f
-
Kohei Yoshida yazdı
With this, all unit tests pass, for now. Change-Id: I151d4425e7d82d1598fae32460dcb94c8b1d74f7
-
Kohei Yoshida yazdı
Change-Id: I014e2054dda4103bb90b84db3bf20c5efd5dabab
-
Kohei Yoshida yazdı
Use SC_HINT_DATACHANGED instead, and do broadcast *after* the cell is removed from the cell array, to avoid the dying cell from being used during recalculation after the broadcast. Change-Id: I8eb31eafa50c737ab683ca697657e64e52ae52e7
-
Kohei Yoshida yazdı
We don't broadcast in DeleteRange() anymore. The callers of DeleteRange() is now responsible for broadcasting the changes. Change-Id: I515a4237dc8f56d0f65f96184b4fed99a263e4c9
-
Kohei Yoshida yazdı
Change-Id: I8c5ddbde9909e5d30d7aead5bb373e3cb726c4e0
-
Kohei Yoshida yazdı
Change-Id: Id7e11540755b727475fb82c872c718fefea26567
-
Kohei Yoshida yazdı
and Calc is now officially broken. Let's start fixing this bit by bit... Change-Id: I383c88245fe1e573666da636c6a8ca8815352ce7
-
Kohei Yoshida yazdı
Change-Id: I8e68de0e50fffc1df0545af16456cd4cdd3596d8
-