- 15 Kas, 2018 40 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: Id625ee27e69800780c04ea80d888f606cde0f308
-
Michael Stahl yazdı
Change-Id: I37624c92549b4b3cd4d9616a4952163bf51526ef
-
Michael Stahl yazdı
lcl_SetWrong works on model positions. Change-Id: I34353a09260e336c15696a7bc48a5922bfd92e4a
-
Michael Stahl yazdı
... and finally remove GetTextNode(). Change-Id: I7ad91bf709b705afcf7ada79fd2a97335329e8b7
-
Michael Stahl yazdı
Tricky usage of SwWrongList here, let's hope this works... Also, there is a similar bug here, the nIndex is in a11y coordinates but it was used directly as input to SwWrongList; better to convert first. Change-Id: I9b49b4dc84089c03df0e1302512d13d289d16161
-
Michael Stahl yazdı
There appears to be a bug here, in that the nIndex is an index into the accessiblity string, but it was used without conversion as a model position in SwPosition; let's try to fix that. Change-Id: I7a43ceacfe59102577f39ab4b8fec3b495db345d
-
Michael Stahl yazdı
Change-Id: I33079154b4775b1df55693bf6046adbf27b0c1e3
-
Michael Stahl yazdı
... functions in SwAccessibleParagraph, with the new WrongListIterator. Change-Id: Ie401dd867a06a1963e49fa54afa978ad1f1346f5
-
Michael Stahl yazdı
This is not very efficient but should be good enough for a11y use. Change-Id: Ibb00cf4ae18effb09673f3f7d9b9b2e1d72413b1
-
Michael Stahl yazdı
Delicious copypasta! Change-Id: I95ab5a1ef58b01f775065a970a0d7eb2b6bf6394
-
Michael Stahl yazdı
Do i smell copypasta? Change-Id: I5450118b58540eee5ac8ff2e941d005fda4572c3
-
Michael Stahl yazdı
(regression from 1397e7dd) Change-Id: I9daa478092209b2e7c168f45280bd5f873f674f2
-
Michael Stahl yazdı
Use MergedAttrIter for the iteration. Fortunately all use of the iterator is transient, i.e. it doesn't live past a UNO method return. Change-Id: I4292a4ecafe94396a9d4cc64c2a26c5f28429ef3
-
Michael Stahl yazdı
There is an annoying problem here: how does a SwAccessibleHyperlink check whether its corresponding model hint still exists or not? The existing check via the hint-position appears not ideal, and with the MergedPara the obvious extension is to add a SwTextNode pointer (or node index?) which would make it even less ideal... Instead, do as a lot of classes in unocore do, and register as a listener on the pool item. There is another aspect there in how the SwAccessibleHyperTextData map gets disposed quite eagerly when anything changes, but the SwAccessibleHyperlink can live longer than this map. Change-Id: I7d0780cf28794b4ef68cff5d640190694f67530e
-
Michael Stahl yazdı
The SwAccessibleParagraph is a client of SwTextNode, just so that it can dispose its mpParaChangeTrackInfo on any and all editing operations. This won't work with merged paragraphs, but on the other hand it's not necessary with merged paragraphs because the initChangeTrackTextMarkupLists() does nothing if IsHideRedlines(). However there is the problem that the node and the frame might become mis-matched if the frame is "moved around", so to avoid problems due to that, listen on the SwTextFrame instead of the node, and have the SwTextFrame relay any events it gets. Though the frame is only SwClient, this is now possible thanks to the SfxBroadcaster on the SwFrame class, so convert to SfxListener; also the Accessible lifetime is tied to SwTextFrame anyway. In UnHideRedlines(), send a dummy event too so that toggling Show/Hide disposes the mpParaChangeTrackInfo too, which previously happened as a side effect of moving the redlines around in the nodes-array. Change-Id: I4e5a7107cb55d408266ee42463f9fa2a4a8b721b
-
Michael Stahl yazdı
Change-Id: I0f6d2c09bc06a6de1b46627b205f3c7edd9e594c
-
Michael Stahl yazdı
Remove this IA2 appendix, it's also dead in aoo/trunk... Change-Id: Id13835fb20e13f5f84a289f6a94c99c3b55409df
-
Michael Stahl yazdı
Remove the branch that handes the text frame that isn't a text frame. Call GetLineCount() on the correct frame in the IsInFly case. Change-Id: I9378722740ea6d3a915f25c35c35c90742dc779c
-
Michael Stahl yazdı
Remove() will remove the node including its children, but SvTreeList::Next() will actually return the first child, so the pChild points to an entry that has been deleted. Change-Id: Ia4bd75d64c8436ea03c0727a8d49ee0c34fda16f
-
Michael Stahl yazdı
This calls the same function as hyper_link_get_uri: getAccessibleActionObject(), which is documented to return an URL string, not an "object". Since IA2 it even *does* return an URL string, and none of the 3 implementations return an XAccessible, and there is no obvious other method to call, so just remove the non-working implementation so it doesn't print misleading exception warnings. Change-Id: Ia32aef56439a8455698011ac636be264244656b3
-
Michael Stahl yazdı
To avoid conficts; TODO re-apply. Change-Id: I697a943504857e41978f936d21beb038c4a0e010
-
Christian Lohmaier yazdı
* Update translations from branch 'master' - update translations for 6.2.0 beta1 and force-fix errors using pocheck Change-Id: I525c53a974689b86e7f7913fb0b24ac467e8aac0
-
Caolán McNamara yazdı
Change-Id: I9a9687290bf7dd9c3705baf18dd89c8b5ed72c09 Reviewed-on: https://gerrit.libreoffice.org/63367 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I3df5512984efa280a0abf05e55ad8d2babc2dc55 Reviewed-on: https://gerrit.libreoffice.org/63403 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Ilmari Lauhakangas yazdı
* Update helpcontent2 from branch 'master' - tdf#119415 Revert string change In some languages the string gets too long. Change-Id: I1301920df06b264ccdbd806af476b22601a38405 Reviewed-on: https://gerrit.libreoffice.org/63415 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Andras Timar yazdı
* Update translations from branch 'master' - Updated Slovenian translation Change-Id: I5b972286d3b44f0ce99dd65b00e7f8d8c44325be
-
Noel Grandin yazdı
Change-Id: Ib1a45e69736beb034c1e99e8e0fcb10aef9ffb70 Reviewed-on: https://gerrit.libreoffice.org/63405 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Dennis Francis yazdı
This is necessary to fix a non-debug build failure : https://ci.libreoffice.org//job/lo_tb_master_mac/27264/consoleFull#283816981d107d11c-eea5-4209-baa1-fcfb59f7f8a6 Change-Id: Ic4882a155dc3a8ea84129ddefe8076693787271c Reviewed-on: https://gerrit.libreoffice.org/63402Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
-
Andrea Gelmini yazdı
Change-Id: I5437180fd019ec3b9e2ccaa245b852f37cc091cd Reviewed-on: https://gerrit.libreoffice.org/63400 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Mike Kaganski yazdı
Just cleaner IMO. Change-Id: I89c0c13b8b0be55dcbc2e5536abf982d75e4034d Reviewed-on: https://gerrit.libreoffice.org/63401 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Noel Grandin yazdı
Change-Id: I00333677db711761510a35dfae5ce70d61fb9491 Reviewed-on: https://gerrit.libreoffice.org/63397 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Gabor Kelemen yazdı
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I087492531b4fc17a3196ea820dbaa0f742aea16d Reviewed-on: https://gerrit.libreoffice.org/63148 Tested-by: Jenkins Reviewed-by:
Miklos Vajna <vmiklos@collabora.com>
-
ekuiitr yazdı
This algorithm was initially not implemented, because of that it was not able to show shapes which relates to pyramid, but with this patch, It rendered correctly except some minor adjustement values issues which can be fixed in upcoming patches. Change-Id: I298c812615956d67eb00e1b7544d7b171a4ac14a Reviewed-on: https://gerrit.libreoffice.org/57241 Tested-by: Jenkins Reviewed-by:
Miklos Vajna <vmiklos@collabora.com>
-
Jan Holesovsky yazdı
Change-Id: Iae56708d94a229911a5d008d519120ac59069cf3 Reviewed-on: https://gerrit.libreoffice.org/63391 Tested-by: Jenkins Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Jan Holesovsky yazdı
Change-Id: Iece75f6f40bf7d7dfcde372cf9b4606adb9e34b2 Reviewed-on: https://gerrit.libreoffice.org/63390 Tested-by: Jenkins Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Noel Grandin yazdı
Change-Id: I94df3aa40fa79877ccebf1ed8709bd7cc47748d9 Reviewed-on: https://gerrit.libreoffice.org/63398 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Dennis Francis yazdı
used in ScInterpreter::IterateParameterIfs(). Store this cache as a member of ScInterpreterContext (maConditions). Create a static pool of ScInterpreterContext's so that the embedded maConditions is reused everytime a formula-group/ formula-cell is calculated. There needs to be two separate static pools - one for threading, one for non-threaded computation of formula-cells. With this, we can have better performance of the cached maConditions as well as mScLookupCache. In threaded case there is no recursive computation of cells as dependencies are all pre-computed. The thread-indexed lookup cache array in ScDocument is removed as now the lookup caches on context lives as long in the static context pools. This cached vConditions array can take advantage when there are lots of SUMIFS/COUNTIFS with arguments of similar dimensions in the document. Otherwise it will be allocated from scratch for every COUNTIFS/SUMIFS formula-cell. Change-Id: I654b05e55035ce6efcf07d32d36623c9d76b0ff6 Reviewed-on: https://gerrit.libreoffice.org/63066 Tested-by: Jenkins Reviewed-by:
Dennis Francis <dennis.francis@collabora.com>
-
Miklos Vajna yazdı
This was patching the nmake build system for nss purposes, but we use nss on Linux/macOS only, and there we use the autotools build system, so this patch had no effect at the end. Change-Id: I0f0c3e0d045818ad3e456dd49017ae328ef6e053 Reviewed-on: https://gerrit.libreoffice.org/63385 Tested-by: Jenkins Reviewed-by:
Miklos Vajna <vmiklos@collabora.com>
-
Bjoern Michaelsen yazdı
Change-Id: I1522cec0e01b4c9ccb4b252b8dc0a480edb22102 Reviewed-on: https://gerrit.libreoffice.org/63350 Tested-by: Jenkins Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
-
Jens Carl yazdı
Change-Id: I711c9e8c8be50ea5e7ff363b2889f82788497129 Reviewed-on: https://gerrit.libreoffice.org/63396 Tested-by: Jenkins Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-