aboutsummaryrefslogtreecommitdiff
path: root/source/sah
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-11-17 11:06:57 +0100
committerAndras Timar <andras.timar@collabora.com>2013-11-17 11:06:57 +0100
commit6655f2f0d0a0bc781fa6ed710e1141f7362e0697 (patch)
treeb125e6b437147896453364490705d6b3083ead0a /source/sah
parent983b259ba97a5a8dd916700b6ce0b1c0ceece1b6 (diff)
remove Android Impress Remote translations
Change-Id: Ic1c958119d0e0875d5cc7e1c110f9d7ed768e7d9
Diffstat (limited to 'source/sah')
0 files changed, 0 insertions, 0 deletions
ue='feature/table-style-rebased'>feature/table-style-rebased LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/qa/core/accessibilitycheck/data
AgeCommit message (Collapse)Author
2024-07-12tdf#159776 - A11Y sidebar: Fix no warning about multiple tabsBalazs Varga
used for creating spacing. Change-Id: I9a2725954406140efa27ccc3ae30f19d0bd1fa8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170387 Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de> Tested-by: Jenkins
2024-03-28tdf#159918 a11y check: Don't warn about tabs in ToCSamuel Mehrbrodt
Change-Id: Ifde41deb66c8dcb72842e18e539609ff351be832 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164972 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-11-08tdf#43784 tdf#158114 sw accessibility: check missing linked graphicLászló Németh
Show missing linked graphics and their abbreviated paths, (and as tooltips, full paths) in the accessibility checker. Change-Id: Ia378f4ea3260251d1b2530fadc48aea6e0323a08 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159150 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2023-10-28Remove exec bits on odt fileAndrea Gelmini
Change-Id: Ib3d0214f3aa89005bdbda6770a983fba1bd1ffe2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158426 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-10-25tdf#156550 sw: Add a unit testYli875
Change-Id: If0ecfc8f7ebfce330ef0e25b17f48d2a34957299 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158395 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-08-15tdf#156670 - A11Y - Open the Format->Description dialog with the fix buttonBalazs Varga
The Fix button will open the Format->Description dialog in case of shapes, textBox, graphic, OLE objects. (Remove Description text from (AccessibilityTests1.odt) the shape for proper testing of no_alt_text.) Change-Id: I6678fa44a0a47bab60558f770cc709012f02d83b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155653 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-12-21tdf#152378 a11y: Don't trigger check for empty highlighted textofftkp
Do not trigger accessibility check test for empty highlighted text Also added an empty line in the test document to check that it's no longer detected after this patch Change-Id: I173a61fc25c0ea4cf81642a7ea37a762b3b583f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143673 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-11-22sw: test online a11y check - splitting and joining nodesTomaž Vajngerl
Change-Id: I9be3df3a4c00e7f1bbfc4f2462c8cf9a0f813f9d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142656 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-11-09a11y: Add check for tabs used for formattingParis Oplopoios
Add accessibility check and relevant test for a document that uses tabs for formatting Useful to detect fake tables made of tabs Change-Id: Ief765f25c8dc67405d0671e257cf0ba7aec9f16c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141732 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-11-03a11y: Add check for table used for text formattingParis Oplopoios
Add accessibility check and relevant test for a document that uses a table for text formatting Change-Id: I20290a3ec89cd5333f3c66867b50aa7b80ed494f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142188 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-11-03a11y: Add check for fake captionsParis Oplopoios
Add accessibility check and relevant test for a document that has fake captions Change-Id: If22999378fd7467151c1d400662858fe1cb0319d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141964 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-11-03a11y: Add check for fake footnotesParis Oplopoios
Add accessibility check and relevant test for a document that has fake footnotes Change-Id: I22682a161a858f45c956660a51849bd18fcee0e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141832 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-10-21sw: modify NumberingCheck to work independent of node orderTomaž Vajngerl
Previosuly the NumberingCheck assumed we iterated throught nodes and remembered the previous text node. This changes how the check works so that the we find the next text node and check is with the current node. Change-Id: I043da74ae90b6387bff273f62eb2589faa2d1d31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141430 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-10-21a11y: Add check for highlighted textParis Oplopoios
Add accessibility check and relevant test for a document that has highlighted text Change-Id: Ia4303215d9ba3eaf583b38bb5ab33f01370f1607 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141469 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-10-21a11y: Add check for short hyperlinksofftkp
Add accessibility check and relevant test for a document that uses short hyperlinks Change-Id: I5d6bfe345b50d6d42dc04e9e2f7f853cf5f63a84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141338 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-10-17a11y: Add check for spacing spacesofftkp
Add accessibility check and relevant test for a document that uses multiple spaces for spacing Change-Id: Ib92471c50a25ead28f2b6c7d5e00ed222d4b429e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141267 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-10-17a11y: Add check for spacing newlinesParis Oplopoios
Add accessibility check and relevant test for a document that uses newlines for spacing Change-Id: I14f14db5c51cbad1ee184e58eec8ff28563ba92a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141252 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-10-15a11y: Add check for background imageofftkp
Add accessibility check and relevant test for a document with a background image Change-Id: I7b97cff27af66c2614bfc535d369b17ec048e8d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141230 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-10-13a11y: Add char attr a11y check for entire paragraphofftkp
Accessibility check would not work if the entire paragraph had character attributes, because then it wouldn't have individual text hints Now check if there's a SwAttrSet and if it has the a11y char attributes that an issue should be generated for Also add test for this specific case Change-Id: Iee035eecd25ed130e78ed27041c3e56ea988ecc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141078 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-01-09tdf#45636: test for no-alt and table split/merge access. checkTomaž Vajngerl
Change-Id: I6474b5e0db90143efa1ea066142961c2fe250ae6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86492 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-12-28acc. check: introduce AccessibilityCheckTest + document testTomaž Vajngerl
This adds AccessibilityCheckTest to test that AccessibilityCheck returns correct issues for documents. This in addition adds 2 tests for document title and document/style language. Change-Id: I71f3b0de0af7a08507f2b90b46847010948bc8cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85856 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>