- 21 Mar, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I74507ce67f928bdeb626d4070dbd2a45cc126521
-
Caolán McNamara yazdı
Change-Id: I0737bbc738779a4ef282c7eea1406a796e0d663d
-
Caolán McNamara yazdı
Change-Id: I39253ca1e50c57564b594401f69cef4b661dbd2a
-
Caolán McNamara yazdı
Project: help b0fd711c33b96466e3be944fdc497f9c248e8b38
-
Kohei Yoshida yazdı
And make the current print range behavior a bit more intuitive. People often "remove" ranges to quickly clear any custom ranges if set. They wouldn't expect this to actually set the print range to "none". Also, change the wording of the menu item from "Remove" to "Clear", to refect this behavior change. Change-Id: I0369020fedf1c7463d718809875022adef697bf4
-
Caolán McNamara yazdı
Change-Id: Ifb0209eaea4f738ac5b5826f924552465cccc272
-
Caolán McNamara yazdı
Project: help 6a97b776ce1d7a6fc454203ece60ab506228d4e1
-
Caolán McNamara yazdı
Project: help f8aa9509d36c652b00e4c7c827dcdab62a218c56
-
Jan Holesovsky yazdı
Change-Id: Ie98dc14b743983e68f126ed4b7a7f00b637957d3
-
Miklos Vajna yazdı
The design follows what we do in case of ODT import already: read the number of paragraphs from the document statistics metadata, and then estimate progress based on the number of already imported paragraphs. Change-Id: I042cc6014c05ca7456fdf1c8d7247b615ba3a244
-
Caolán McNamara yazdı
Change-Id: I9b47828d3aea4d84788958f56056c1b62a806b36
-
Caolán McNamara yazdı
Change-Id: Icfa4ee2a525016775b5917143b5c4333212db362
-
Caolán McNamara yazdı
Change-Id: Ie7416ac3b6cadce8e07d87b290869c0101c39783
-
Caolán McNamara yazdı
Change-Id: Iee76f24ad73d103507594fb1433fba7d1294d759
-
Caolán McNamara yazdı
Change-Id: Ie48cefda1ac7f626e8b5f969209c6960c124a889
-
Caolán McNamara yazdı
Change-Id: Idebbefe8c3d18df559fe4d9635dc407f51ec9f1d
-
Zolnai Tamás yazdı
Change-Id: Iee1d84e428a27917bbaaf0df95763794e9b4cca6
-
Eike Rathke yazdı
Change-Id: I15eb63da7123f8c2bf9ae1b77fdd32289dba3636
-
Zolnai Tamás yazdı
Change-Id: I9c589e8890c3a824f13b1768021c7a6b0b658eee
-
Caolán McNamara yazdı
Project: help 7182afe0322254178ed9b6096a62c9cc8c6f3b62
-
Zolnai Tamás yazdı
Change-Id: I2c4bb2831e12ff45d56335ab17561ea9cf5e9921
-
Caolán McNamara yazdı
Project: help 1c838635c1815acecafb0c6634d67515ba475ced
-
Zolnai Tamás yazdı
Via ViewObjectContact can we query a window. It seems this window is the same which is used by chart edit mode. Change-Id: Ib6df4d58730774f3d86b453b8174a78bb2c8a45b
-
Zolnai Tamás yazdı
Change-Id: I6bacdba00dfd81442919bce768ef2e7a9f8ce86e
-
Zolnai Tamás yazdı
Change-Id: Idef06778251d7437cfce2151c6fb9654db04d3a4
-
Zolnai Tamás yazdı
Change-Id: I3474ffd952baa7eb1103416b05930f8439a4f5ee
-
Caolán McNamara yazdı
Project: help 440af54dcae5a9380810ba81b68bdf198730423b
-
Palenik Mihály yazdı
Change-Id: I18c02b6c1f9ea9642d3f04092f7df4dcc9d92990 Reviewed-on: https://gerrit.libreoffice.org/8689Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
OOXMLDocumentImpl is the only implementation of OOXMLDocument, though code outside the ooxml directory has no access to OOXMLDocumentImpl. However, in that directory passing OOXMLDocumentImpl* as OOXMLDocument*, then using dynamic_cast to get back OOXMLDocumentImpl* is quite pointless. Change-Id: I06dcf85180def1db33b57bd356749f5d92aefa80
-
Caolán McNamara yazdı
Change-Id: I56380e87c82f785f231b04d2e1b340bb667c59d9
-
Caolán McNamara yazdı
Project: help a193d80ec52e7e90015b4ab59c533dbd04d1c7e9
-
Caolán McNamara yazdı
Project: help e4b149ab0749be72cfb6acfcea01c0cf296fe6cc
-
Caolán McNamara yazdı
Project: help cba805e15a2ac1cfaf3004b63ef20ad797926939
-
Niklas Johansson yazdı
Since role Heading now is exposed to A11y we need to give it a better role then unknown, otherwise it gets inaccessible to VoiceOver. Until I get a better grip on how to best expose AXHeading, let's map it to textAreaRole so we at least get back to the behaviour before IA2 integration. Header and Footer is probably best mapped to AXGroup. Change-Id: I6353f4d25c18e6e550df289ca2e999ad1c01f2a8 Reviewed-on: https://gerrit.libreoffice.org/8682Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Keith Curtis yazdı
On Windows HiDPI, toolbar buttons are cut off. This may fix the problem. Here is a screenshot: http://i.imgur.com/NADAvYi.png I can't prove this fixes anything on Windows because I can't see this on Linux and don't really understand the surrounding code. On the other hand, it is easy to prove this is reasonable code. Change-Id: I69c19ad46844bead942ce63883d163cb9d0690c9 Reviewed-on: https://gerrit.libreoffice.org/8637Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Katarina Behrens yazdı
Make Impress consistent with Writer in this regard Change-Id: Ib01472d88c20f05a375b57d8a79576fc447cc250 Reviewed-on: https://gerrit.libreoffice.org/8684Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
and so padmin is no more Change-Id: I554cefa8b38581daad8a78bafa167448b0a0ef61
-
Caolán McNamara yazdı
now we don't have to dlopen padmin to get it so we can drop that complicated stuff. Change-Id: I2f01bd104aae8f17ada9a445da653b441a927c70
-
Caolán McNamara yazdı
Change-Id: Ibdf4da93848e2c8b46f89cbfba4c282291f0c744
-
Caolán McNamara yazdı
now we don't have to dlopen padmin to get it so we can drop that complicated stuff and don't need to be unx only Change-Id: I0e585b05a4ecf2a1c8a3ac5275185d81ada518e5
-