- 02 Nis, 2015 15 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
- the functor argument is likely overkill, but I havent checked yet if there are sideeffects from the item ctor in the previous late eval Change-Id: I439ac3095013945b725ad02ed04076bf008a71c0
-
Bjoern Michaelsen yazdı
Change-Id: I596f25d3098edeef154917201ba6fd2f351517b3
-
Bjoern Michaelsen yazdı
Change-Id: I299ac48e480517289348c651f28b5c7fc7653362
-
Bjoern Michaelsen yazdı
Change-Id: I47dddce1513a870c27844d88694295c5999c0c7f
-
Bjoern Michaelsen yazdı
Change-Id: I07538ae4b33a4fa1f07bc6bb4ce6b9af2159e40f
-
Bjoern Michaelsen yazdı
Change-Id: Iec0f4bff0d32c79e3ee8b545abe30d03bddb162b
-
Bjoern Michaelsen yazdı
Change-Id: I912297a79d3eb99700dce635ab606eee190350e5
-
Takeshi Abe yazdı
Change-Id: Ia6bcaaac60c18abda803f6a40db8a5c5076b9427 Reviewed-on: https://gerrit.libreoffice.org/15101Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
script run ends after chunk we are rendering Change-Id: Idbfe11c385db72a80d3d204f8638d67395580d1b
-
Noel Grandin yazdı
Change-Id: Ibf0c73ac17ec19ed672f66907db47057920babca
-
Noel Grandin yazdı
Change-Id: I3ae555fd9f0dc3c11ea301ee1cb2c799fbec820d
-
Noel Grandin yazdı
Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd
-
Caolán McNamara yazdı
Change-Id: I25aa7a3d72a346cbc6b01501cf377984be92b3fa
-
Caolán McNamara yazdı
Change-Id: I23324d03f3388642e964c13d8a5c32311f97ef08
-
Miklos Vajna yazdı
Change-Id: I73916d70278068e1cec979f080cce00f25c54f1c
-
- 01 Nis, 2015 25 kayıt (commit)
-
-
Eike Rathke yazdı
Hopefully tdf#90391 will be solved, else we'll have to revert all MatOp work and do this change on the previous code. Change-Id: I4789ccf389558f3687d90c600a4f1a27c24a20d9
-
Thorsten Behrens yazdı
Change-Id: I7650a56375d98814e89fc21894c92a200832bb29
-
Michael Stahl yazdı
... so they are less annoying with git grep Change-Id: Iafbd364fe746644cc3e50efa641c64a92a23e026
-
Michael Stahl yazdı
Change-Id: Ifb96e8194a29bee3a92e2a957f08a5c51584e565
-
Michael Stahl yazdı
... by adding the usual sw::UnoImplPtr pImpl. This was crashing in sw_unoapi under ASAN in the dtor's SwClient deregistering. Change-Id: I038ca21e04fae7599113b949846a23e1ca73181e
-
Michael Stahl yazdı
It will be set to 0 at the end anyway. Change-Id: If9a8a70057a03980c37951f9ce74e1ae27541bfb
-
Julien Nabet yazdı
Change-Id: Ie8e8c33bba30ae454c4a0cb54eb6613293a398e6
-
Julien Nabet yazdı
Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813
-
Miklos Vajna yazdı
Blind fix, can't reproduce the problem locally. Even if the XPath we give explicitly requests one XML node, we get multiple ones: equality assertion failed - Expected: 1 - Actual : 2 - In <file:///var/folders/_n/q7swt8596vz0063kvnql9nrw0000gn/T/luyyyujc.tmp>, XPath ´//w:formProt[1]´ number of nodes is incorrect Change-Id: I380fd077c5740b3045f64a6748dd96d1b213e453
-
Eike Rathke yazdı
Change-Id: Iae73c46d6ae5b141c3f5680b2623ee06205c22d2
-
Michael Stahl yazdı
PythonTest_sw_python fails because of an unexpected IndexOutOfBoundsException, because "complex" tables have 0 rows / columns. (regression from 84e71f3b) Change-Id: Ieb958594e56dc007812cc44ad8440eb49698e926
-
Stephan Bergmann yazdı
Change-Id: Ib88ccd6ea430791f18571ad7d6a34d7432477050
-
Michael Stahl yazdı
SwContentTree::pActiveShell is not cleared because of a check that the shell exists, which is only done in the special case bIsConstant. * at most one of bIsActive or bIsConstant is true * the only place that calls SetActiveShell() if bIsConstant is true already checks this condition So remove the unnecessary check from SetActiveShell() Change-Id: Id3b3b98bd38303b5afc529cc8be669872bd354b7
-
Laurent Balland-Poirier yazdı
Update of commit Ia18f9e150ca32aa9bbe133c082c3f9330e949f11 Change-Id: I5118619f2ab669f90e0377d9cabdba4778179581 Reviewed-on: https://gerrit.libreoffice.org/15100Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Michael Stahl yazdı
Change-Id: Ia493809149d0a0bc7e4890e4ec5889a6ba9cfe8e
-
Tor Lillqvist yazdı
Change-Id: Iae6be25962975f7db2226d4e5d58ce69eb23de57
-
Stephan Bergmann yazdı
Change-Id: I549002411c9e28786b4f4a4c55650548c02f5b04
-
Eilidh McAdam yazdı
Change-Id: I307466e7336bcf767ebb1ac3bb330cfb2130f84c Reviewed-on: https://gerrit.libreoffice.org/15003Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Eilidh McAdam yazdı
Initial implementation - no password protection is saved. Specific sections are protected in OOXML by using form protection; that is, only form elements may be edited in protected sections. Change-Id: I294064bbc4e3c307d17001ebd21f1bd6f07de42c Reviewed-on: https://gerrit.libreoffice.org/14895Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: Ic67c368c63e598f727d81ebb566ff858a2c1dfcc
-
Stephan Bergmann yazdı
Change-Id: I25486b4f7455eab72dd831f0f30eb17595e07681
-
Stephan Bergmann yazdı
[API CHANGE]: extends the css.configuration.XReadWriteAccess in an incompatible way, but that is unpublished, has been commented as "still unpublished and unstable," and was specifically introduced for internal use by the simplified configuration access, so should not affect 3rd party code. Change-Id: I99ce045f5bd8c598e689d46fb0d3626dfaa6d0a0
-
Stephan Bergmann yazdı
Change-Id: I422f6f3386419f4ea91c4b3d9c96e759e1361a3a
-
Stephan Bergmann yazdı
Change-Id: I7a479c85c2acbb750651b4c4211447bcb2a7346e
-
Michael Stahl yazdı
This reverts commit 7ea8046c. Unfortunately test still fails on WNT tinderbox but it works for me locally, disable it again.
-