- 03 Nis, 2015 20 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: Ie195e46e1cb14b39875efd1c9689db0f13968e87
-
Markus Mohrhard yazdı
My first idea does not work that well as it introduces some nasty problems with the lifecycle. THe new approach will only allow to use cond format objects of the same document. Change-Id: I276c3750ef24cdee6d63162c678ec839d4845b08
-
Caolán McNamara yazdı
otherwise we lose our selection with multi-page tables Change-Id: I4f52d3cfb7a6d3c2cc1dbb68bbd5ce5c0005b1c3
-
Caolán McNamara yazdı
Change-Id: I522a236015c91c0744b3018d3d4e4d6c65ea19ab
-
Caolán McNamara yazdı
for listboxes in WB_DROPDOWN mode which means the dropdown exists, but when the drop down is not activated. I think it's plausible that there was confusion around "b_IsDropDownList" and that the meaning taken by the author was the the dropdown is active if b_IsDropDownList is set, so renamed that to bHasDropDownList and take the old "b_IsDropDownList" path when "b_IsDropDownList && ..IsInDropDown()" Folded the then both equal code paths of the LISTBOX code together. No idea if there should be an additional equivalent AccessibleEventId::SELECTION_CHANGED for LISTBOXES like COMBOBOX instead of AccessibleEventId::ACTIVE_DESCENDANT_CHANGED in the dropdown not active case. Change-Id: I6db3ec21b392b7bf1b488235464202bb326f2535
-
Caolán McNamara yazdı
Change-Id: I1d3a6a552bd535622009b43e0633a357b1a919e6
-
Caolán McNamara yazdı
jdiggs: I believe [VALUE_CHANGED] is expected for Windows' accessibility APIs. However for ATK/AT-SPI2, value-change events are expected only for the sorts of things which implement AtkValue (scrollbars, progressbars, sliders, spinbuttons, etc.) Combo boxes, lists, and the like should not be emitting this event. Change-Id: I9dcab7fb4004a24f88915f904eb508dfee2d4ae5
-
Caolán McNamara yazdı
Emitting object:state-changed:indeterminate is appropriate for things like tri-state checkboxes when the state is neither fully checked nor fully unchecked. ... jdiggs think that this event doesn't make sense in this instance for any platform's accessibility API Change-Id: Id8288522a825ad7ff61524ad4f225a79c015bb8f
-
Caolán McNamara yazdı
create one list and share it among all the subsections possibly a regression from/triggered by author Oliver-Rainer Wittmann <orw@apache.org> 2014-03-18 14:33:39 (GMT) Resolves: #i124371# When changing the numbering or bullet styling... of a set of paragraph which have more than one different List Style applied create a new List Style and put the paragraphs into a new list. (cherry picked from commit 0087ca89) Change-Id: I9416b97d6afe323ac99150fdcc23f71ecea98a58
-
Caolán McNamara yazdı
Change-Id: I324d5e0776da942eae62984b96951d9947702b49
-
Caolán McNamara yazdı
Change-Id: I978f503fabce69bb08a892c47d07ff8fa43c73b5
-
Julien Nabet yazdı
Also use FACTORYNAME_STARTMODULE in SvtModuleOptions::ClassifyFactoryByServiceName Change-Id: I1ab87f13a9a1d071bf6abaae137fc6470101d711 Reviewed-on: https://gerrit.libreoffice.org/15113Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ida0b34a28b30eb9b3bab6b1b6a8112eb1c427c67
-
Caolán McNamara yazdı
get initial size request after language and sort lists have been filled. We should really queue_resize in list/combo boxes if the StateChanged::DATA gets emitted for them. But we're mostly gotten away with it so far. Change-Id: I37137365e8e71b8f803977edaf46d6c7cfb3fcc2
-
Henry Castro yazdı
Fixed. Note that the undo button is still grayed out. Calc has not set an undo step. Change-Id: I7ff713a906b365b460351e5202161c9152542395 Reviewed-on: https://gerrit.libreoffice.org/14489Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Ashod Nakashian yazdı
Each pch file is updated independently from the others, giving an opportunity to execute the update logic in parallel. The script uses xargs to run the update script in parallel. The total execution on my particular rig was reduced from ~420 minutes to under 75 mins, using 24 threads on Evo 850 SSD. Change-Id: Ifeb3947e756325756eb786e3025155481da1ea41 Reviewed-on: https://gerrit.libreoffice.org/14802Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I8165adcad90e98cd166e27586f4948deb24b22c9
-
Andras Timar yazdı
PowerPoint ignores a:ext cx and cy value of p:xfrm, and uses real table width and height. PowerPoint 2010 saves files where cx and cy contains good values, but I found files in the wild whose cx and cy values did not match to actual table width and height, and there was a visible difference between rendering of Impress and PowerPoint. Change-Id: I3f80c0cea4cac46763d449f918bb78dca1a6562d Reviewed-on: https://gerrit.libreoffice.org/15123Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Markus Mohrhard yazdı
Change-Id: I4fe1dfdb02a28d2d283057921483faa6020caf92
-
Benjamin Ni yazdı
Change-Id: I82a3655864b56d9b749e85443ca10ea9ab7a0c36
-
- 02 Nis, 2015 20 kayıt (commit)
-
-
Michael Stahl yazdı
Somehow the Redo leaves the shell cursor at an invalid offset into the paragraph, which then leads to out-of-bounds string access. Noticed that SwUndRng::SetPaM() leaves an invalid nContent.m_nIndex on the start position, due to a surprising omission in SwIndex::ChgValue(). (regression from 555ff265) Change-Id: I6e6ad7f70835d7e9d6da1fb680e2ae15469fad71
-
Michael Stahl yazdı
SwAutoFormat::DoUnderline() calls DeleteSel() with a SwPaM that is not corrected, except if it's passed along directly to SwDoc methods. (regression from f9b62506) Change-Id: I741e0391e7f8e09a64bcfe99ca4d650f1016aaa7
-
Eike Rathke yazdı
Change-Id: Ie3c8663319fe5f9b7aad2e063743a372c0b317ce
-
Markus Mohrhard yazdı
Change-Id: I5a980f0b1ca47b18ce2e479e46971d7c6690c437 Reviewed-on: https://gerrit.libreoffice.org/15125Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3
-
Tor Lillqvist yazdı
I doubt very much these actually get used. Couldn't find in any of the sample bug docs collected from bugzillas, for instance. Change-Id: I47a586fabb1efdf8315ed5f7bd09cbaea4c860b5
-
Michael Stahl yazdı
SfxMedium::GetOutStream() does something different on WNT to solve sharing issues on one kind of file server but that causes issues with some other kind of file server that worked before. Make this runtime-changeable with (undocumented) env variable SFX_MEDIUM_REUSE_STREAM. (regression from 3d125493) Change-Id: Id7a1fc8169dbf09c67a109b36ffa312ef33231c5
-
Stephan Bergmann yazdı
Change-Id: I3ef78881cfed8b66f067e9164efcccf425fb549c
-
Stephan Bergmann yazdı
Change-Id: I6081fb76b0b6fc6fbce9c1f37a5a8103e70c9ef9
-
Stephan Bergmann yazdı
Change-Id: I1555342cb3f8d29a0ea6e8fe51350a1bdc8529ea
-
Stephan Bergmann yazdı
Change-Id: I7eaf3d0fa6abc52a9702dcbe78849d6d1b3963c9
-
Stephan Bergmann yazdı
Change-Id: Ia2c37fd20cec9e5b11f4518da33f18065d592783
-
Stephan Bergmann yazdı
Change-Id: I6095d1209f2339387e8562074daa32779089a018
-
Stephan Bergmann yazdı
Change-Id: I43264a975febf0d62271ab4e7d8cc96246956124
-
Stephan Bergmann yazdı
...to avoid clashes with macros and poor warnings about hiding global FILE Change-Id: I444e8b958f029201b228937e088efabc4b6d3050
-
Markus Mohrhard yazdı
Change-Id: I95b8a415e6dea108ac1401447e3c645e8a7b75ef
-
Markus Mohrhard yazdı
Change-Id: I7188af55ebc48838ea236d482e8809a43a99ba9d
-
Markus Mohrhard yazdı
Change-Id: I38c025481d3135a708668cad00816f22cdd66cc8
-
Markus Mohrhard yazdı
Change-Id: Ibf81edf40f1b8a591b48aa77314104e511f0ff49
-
Markus Mohrhard yazdı
Change-Id: Icc65283a1e60ea61af917432e3fb577e7b0370a7
-