- 17 Tem, 2014 40 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Ic4c858efa6e7c1a65357ac79f01e6c08f464ae3f
-
Kohei Yoshida yazdı
Change-Id: I9b1736bea65a582fb5214521472028835aec28ee
-
Takeshi Abe yazdı
... which was introduced at 21103976. Change-Id: If0f634b29e1891574267edf8cc07b24d07a9406c Reviewed-on: https://gerrit.libreoffice.org/10363Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Katarina Behrens yazdı
Doing it the other way round truncates the values Change-Id: Ieb14c9d1b9dde496eac24737aced7c8da8ce1346
-
Kohei Yoshida yazdı
Calling Undo() here removes revision entries which also removes formula cell instances stored in the entries. The problem is that the XclExpChTrCellContent instances store pointers to these formula instances for later use, and removing the entries at this location causes deleted formula instances to get accessed which in turn causes segfault. Since all revision entries get deleted when the temp change track instance gets deleted at the end of the revision export, not deleting the entries here will not cause memory leaks. Change-Id: I85f8064945a841b684e4fc4a97c3f9bb6a2de353
-
Kohei Yoshida yazdı
Change-Id: I4caeaf3565255ab141fc4951f1bd149a7af6bb8f
-
Kohei Yoshida yazdı
Change-Id: Iaf4ccc8949fb823a7bd3329c0164443220573b03
-
Andrzej Hunt yazdı
If the lock file still exists when running this test, LOK will fail resulting in "documentLoad failed: unknown load failure" (the actual error is that the lock file dialog cannot be confirmed by the user in headless mode, resulting in loading failure, however this is then hidden by multiple layers of exception redirection in sfx2). Change-Id: I025ea6187c3d17805f25ab6f756eae9646f2c7c8
-
Andrzej Hunt yazdı
This allows for easier visual comparisons (i.e. currently the test would be failing for some tiles). Change-Id: I5b174375b57ffe0edd2700fdec411a83669e4a34
-
Kohei Yoshida yazdı
Change-Id: Ie8772de1d5b56b994c951ada09ee54afffceeb4f
-
Kohei Yoshida yazdı
Change-Id: I3972fb23557f61ce3dbe0e671ed4c3f434a98f8b
-
Kohei Yoshida yazdı
Change-Id: Ic1e6ecea3ba3ba4ed07760557b04bc07bd963532
-
Miklos Vajna yazdı
Change-Id: Ieffd1fe52d6167d84ada5ebb11686f20d6dce8fa
-
Miklos Vajna yazdı
Change-Id: Ib3c26cf90a26db31a3d145beeecc877ef57ab249
-
Miklos Vajna yazdı
before: $ time make -sr CppunitTest_sw_ooxmlexport real 4m5.728s after: $ time make -sr CppunitTest_sw_ooxmlexport real 3m24.446s and the new CppunitTest_sw_ooxmlfieldexport can run in parallel. Change-Id: I5a1d121f51e2d09a1c2126a33484e956c5c706a8
-
Zolnai Tamás yazdı
Change-Id: Ibf16b9651988358c30d649dd937813329d0f64ec
-
Markus Mohrhard yazdı
Change-Id: I95af4c2750c01e3e48f6708306b25f774c29e592
-
Noel Grandin yazdı
Change-Id: I1566a20166e77ac1e00db9ba19b92c68ad14e2df Reviewed-on: https://gerrit.libreoffice.org/10366Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I494cc676f384edbac9f64c1bc02b14cf7973d0d8
-
Miklos Vajna yazdı
... if it has multiple columns. See wwSectionManager::InsertSegments() for the related binary import code which already did this. Change-Id: I919f585bd864db748cd349e01789ec7805f031a1
-
Miklos Vajna yazdı
Change-Id: Ifc538d8a51a333e79cec0312ab8cf4541abba7af
-
Caolán McNamara yazdı
even on a short spreadsheet scrolling up and down leaves the first/last row (depending on the direction of scroll) unchanged until the scrolling stops. http://people.freedesktop.org/~mst/calc_4.2_scrolling.webm On larger document there are rendering artifacts during scrolling which go away after scrolling for me and mstahl, but a bunch of people can show us piles of horribly broken spreadsheets after scrolling, esp wheel scrolling Revert "fdo#75026: Sometimes we need to update grid view... while not being active." This reverts commit 52cc88d6. Revert "fdo#68961: Check visible range during scrolling, and re-paint if necessary." This reverts commit e36c8a67. Revert "Repaint grid view when the visible area changes." This reverts commit b54c1a53. Conflicts: sc/source/ui/app/scmod.cxx Revert "Update visible ranges when updating the scroll bars." This reverts commit 391a57ef. Change-Id: Ie170308cba18a9a74c7c72daf07dfa0a4ef7bd13 Reviewed-on: https://gerrit.libreoffice.org/10350Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
Caolán McNamara yazdı
Change-Id: I1a35da4b23b9ff8efa8f500eaf18e4c259cc0177
-
Caolán McNamara yazdı
we know that nStartPara is EE_PARA_NOT_FOUND so rOutliner.GetAbsPos must have returned that, but we don't know the circumstances that lead to that yet. Change-Id: I53a488317d154b4a3c050248b8737da0a611ca43
-
Noel Grandin yazdı
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
-
Andrzej Hunt yazdı
We should probably introduce an API to allow selecting notes instead, however the default mode is to open whichever view we had open last for a given document -- whereas for nowwe probably always want to render the slides. Change-Id: I26540613d1a510f23e5abfc8fee2ad743c180f34
-
Andrzej Hunt yazdı
Currently the only way to change the PageKind is via the UI controls (i.e. via ExecCtrl) -- however for tiled rendering we want to select the PageKind directly. Change-Id: I3a3fa8f8cefaa0e0212832aef4026433fc596263
-
Andrzej Hunt yazdı
-
Noel Grandin yazdı
.. which more accurately reflects it's purpose Change-Id: Ibb87a47a3d1f3e35ac2820f14c71adf3b227c961 Reviewed-on: https://gerrit.libreoffice.org/10283Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Markus Mohrhard yazdı
All the temp files got the same names for the temp files which might conflict when two tests try to get teh same temp file at the same time. Additionally it makes the dbgutil check by Norbert for finding leaked temp files useless. Change-Id: I692107f7705787c360247785b8d95daf4199c2a6
-
Caolán McNamara yazdı
launching impress leaks 70+k ==1458== 78,741 (152 direct, 78,589 indirect) bytes in 1 blocks are definitely lost in loss record 24,296 of 24,315 ==1458== at 0x4A0645D: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) ==1458== by 0x4C3895D: rtl_allocateMemory_SYSTEM(unsigned long) (alloc_global.cxx:270) ==1458== by 0x4C38A64: rtl_allocateMemory (alloc_global.cxx:303) ==1458== by 0x2DCC0B67: cppu::OWeakObject::operator new(unsigned long) (weak.hxx:85) ==1458== by 0x2DCCB3D3: DOM::CDocument::getElementsByTagName(rtl::OUString const&) (document.cxx:714) ==1458== by 0x25DC99D6: SdDrawDocument::InitLayoutVector() (drawdoc.cxx:1008) because the CElementList owns the CElement via m_pElement and m_pElement owns the CElementList via the addEventListener. Use a WeakEventListener pattern to let the CElement own that helper which itself doesn't own the CElementList but is owned by it instead, and forwards the events to the CElementList In order to use that pattern the CElementList must be have a m_refCount of 1 when the addEventListener is called, i.e. post ctor, so rename the original CElementList as CElementListImpl and call its registerListener from a wrapper CElementList Change-Id: Ibd4f19b619543a4ef580366c69efb61b526696ab
-
Caolán McNamara yazdı
Change-Id: If002fa0140174e43128469fc0af35edd0dfb7839
-
Timothy Pearson yazdı
Change-Id: Ib85371542c5d79ef69bc76f6aa388acdfd9dd849 Reviewed-on: https://gerrit.libreoffice.org/10348Reviewed-by:
Timothy Pearson <kb9vqf@pearsoncomputing.net> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Maxim Monastirsky yazdı
Change-Id: Ie73f3ea4eff4dc8400d2ba3736c162d728c277d3 Reviewed-on: https://gerrit.libreoffice.org/10365Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tobias Lippert yazdı
- Remove includes from files where they are not needed. - Update pch files Change-Id: I0188e3934ef429008c1ef495ab1d5b27f38664d5 Reviewed-on: https://gerrit.libreoffice.org/10342Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Cédric Bosdonnat yazdı
System CURL will know how to get the CA bundle from the system openSSL. There is no need to have internal NSS CA database support. Change-Id: Ie5074c78f7d78b2c2f452d4d4e11c98222529883
-
Matúš Kukan yazdı
Change-Id: Icdcde0af1b3d5744ef2842e4b4d2b85a094ac686
-
Miklos Vajna yazdı
Change-Id: I37aef651cf6424e7935ea3584b8f493f6f24c484
-
Miklos Vajna yazdı
Change-Id: Ieb89836facb28ef1432b48810532f6f0b4b00a89
-
sushil_shinde yazdı
- Rotation property is not available for TextFrame in LO. - Hence grabbaged this value. - Roundtripped rotation value by converting it properly for both dml and vml textbox. - Added UT for it. Change-Id: Ia040d55dc2ea79500df76877ba44a02971c872a8 Reviewed-on: https://gerrit.libreoffice.org/10190Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-