- 13 Mar, 2014 4 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I6c2c6f597ca62c004ad7dc606cef3a3b10e810b6
-
Noel Grandin yazdı
Change-Id: I8121204cdb37d4e1d8967397f3e45bdab6aaddad
-
Kohei Yoshida yazdı
This will allow formula cells to restore deleted references when they get recalculated. With this change, SetDirty() that previosly took no argument has been renamed to SetAllFormulasDirty(), and it now takes one argument that stores context information. Change-Id: If0de5dc1737a2722b6d61a87644b10a4f921edc5
-
Kohei Yoshida yazdı
Change-Id: I96bd008759a2a06ffeea46f2b25b847bc895e9eb
-
- 12 Mar, 2014 36 kayıt (commit)
-
-
Michael Stahl yazdı
... on the stacks, to prevent problems like rhbz#988516. Change-Id: I76392586e5276e4b73941064875c0224834684b5
-
Michael Stahl yazdı
... to create a com.sun.star.util.NumberFormatsSupplier; without that importing a header is interrupted by exception without calling endParagraphGroup(). Change-Id: Ib5023329c9f944336582c05b1fa836bbce7813af
-
Michael Stahl yazdı
These have changed a few times, notably in LO 4.0 with commit 89589056 and AOO 4.0 with commit c0eb5e77; unfortunately historic OOo and current AOO do not write the values into ODF files, whereas LO 4.x does (probably by accident, since 45d3577b by design). Try to set the defaults depending on the generator; since the defaults are not specified by ODF they are implementation defined anyway so this should be OK. Change-Id: I1270d6e0cdeea5cb493724a0998f661a0cf644f1
-
Takeshi Abe yazdı
Change-Id: Ibc90eba9f336b649a968f584f2b36139c847d348
-
Miklos Vajna yazdı
Change-Id: Id125f7b2293f7813391ca583f60bcbf53f455afc Reviewed-on: https://gerrit.libreoffice.org/8562Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Alex Henrie yazdı
Change-Id: I0a15b3567718d08edb4405146f6172c3939e06c1 Reviewed-on: https://gerrit.libreoffice.org/8552Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Kohei Yoshida yazdı
R for Row, C for Column, P for Page, and D for Data fields. Change-Id: I4e29fcdf77a17498d9325a09f0b21154cab04f83
-
Miklos Vajna yazdı
Change-Id: I3e8ce585b29619061b18ab1ab8f0cf6c7d421074
-
Kohei Yoshida yazdı
Change-Id: I12a50d0028164c37d06ff846bfbeff56a4591d12
-
Caolán McNamara yazdı
Change-Id: Ie8cdcf4ad0ffe52024fd5cfe33073abfc6aadca8
-
Stephan Bergmann yazdı
f70d0343 "coverity#1158232 have a stab at silencing warning with function markup" claimed that NamedDBs::insert always takes ownerhip of its argument, but boost::ptr_set::insert(std::auto_ptr<U> x) simply calls insert(x.release()), so only takes ownership when it returns true. ScDBDocFunc::AddDBRange (sc/source/ui/docshell/dbdocfun.cxx) relies on this behavior, deleting the argument when insert failed. ScDBDocFunc::RenameDBRange (sc/source/ui/docshell/dbdocfun.cxx) relied on this behavior, deleting the argument when insert failed, until f55cc330 "Fixed the fallout of the changes in ScDBCollection" removed the delete (presumably in error?). I put it back in now. All other uses of NamedDBs::insert ignored the return value (witnessed with SAL_WARN_UNUSED_RESULT). Some are insert-if-not-found cases, where I added asserts now (Sc10Import::LoadDataBaseCollection, sc/source/filter/starcalc/scflt.cxx, is not entirely clear to me, so I added a TODO), while others would have potentially leaked the argument, in which cases I fixed the code. Change-Id: Iad40fbeb625c8ce6b0a61cbf16298d71cdc7de80
-
Stephan Bergmann yazdı
Change-Id: I9040a1262b31f8d0f19594b6efcf12b2c38be7be
-
Stephan Bergmann yazdı
Change-Id: I5f78d97bcd55c0db71d7c5e3383678586c2cf392
-
Stephan Bergmann yazdı
Change-Id: I513aeeabbb4d6fc48b6a95e034c311a454dd5ca7
-
Stephan Bergmann yazdı
Change-Id: Ia58af7d32904de01fdb5291203938c748cae94c6
-
Stephan Bergmann yazdı
Change-Id: I767c60733b39de02935de8be8dd9d3e351a38cab
-
Stephan Bergmann yazdı
Change-Id: I6c64d1b1caae27a1e1eac3a743aec078bc652d96
-
Stephan Bergmann yazdı
Change-Id: I707fea8100c686ab8232eaf6e4d9a348abdb5236
-
Stephan Bergmann yazdı
Change-Id: Idfac26bb0f436799c3431062238e46b1a50d9f14
-
Stephan Bergmann yazdı
...which reveals that some uses are not derived from XEventListener, so re- introduce BaseMutexHelper as an alternative (which originally got superseded by DisambiguationHelper in 09b546cf "Fix overloaded-virtual warning in canvas"). Change-Id: I1418370733b72526ec481b70fa69f03e7c28b7ce
-
Stephan Bergmann yazdı
Change-Id: Ie01ae7e29f22fbb2f627a9c671f48bb1c19c5f56
-
Stephan Bergmann yazdı
Change-Id: I484ef5c4b31122605287b8e1a5f33108f7b22ea2
-
Stephan Bergmann yazdı
...which reveals that SpriteCanvasBase is not derived from XBitmapCanvas, so split up BitmapCanvasBase (just XBitmap) and BitmapCanvasBase2 (plus XBitmapCanvas) and make IntegerBitmapBase directly abstract over those two as arguments. Change-Id: Ieae87fe466bb9f1a861c8a95162ef25235ae5799
-
Miklos Vajna yazdı
Also extend testcase: I made sure that the new version fails without this fix and without the fix from 48b5b764 as well. Change-Id: If33aa6d33cdc287620c12b84ad3f50279568bc8d
-
Miklos Vajna yazdı
Change-Id: I527955671e1100f05da717bffe002131baaf0291
-
Caolán McNamara yazdı
the key piece though is that labels that have mnemonic targets are always candidates for getting mnemonics generated for them Change-Id: Ie4bcbc18e94467936f40875c749cd22793021d0c
-
Tor Lillqvist yazdı
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
-
Andras Timar yazdı
Change-Id: I7d3bcff12a8f24d4d63851f578f9703bfaa25278
-
Luboš Luňák yazdı
Change-Id: I366539b83c7a93a81fd72f3f2355b09c59f7ae58
-
Luboš Luňák yazdı
Change-Id: Ib304245b6ae64c15cfb6c999580f73e5e228c440
-
Luboš Luňák yazdı
Or, even simpler, don't bother with the needless namespacing. Change-Id: I4bbb115c1c2c89881a0bf88ccd54b0f5cb8b3518
-
Caolán McNamara yazdı
Change-Id: I1fd2f2f1faa51346eb68445688fb5e1ef85b7124
-
Caolán McNamara yazdı
Project: help e1e716143a6d6a38fdfa88f9cb72cb258f2be30e
-
Miklos Vajna yazdı
Change-Id: I9613cda8f08ce6a92235b00a053aca4541bba81d
-
Caolán McNamara yazdı
Change-Id: Ifd5c9b16f8f9a42e13f1139076f7616dd3e0f8d0
-
Caolán McNamara yazdı
Project: help e06c21fee256f13bbb41592da7d1f4a81df6b533
-