- 10 Şub, 2014 40 kayıt (commit)
-
-
Markus Mohrhard yazdı
Looks like a possibly invalid xls file but let us just do the right thing and not crash. Change-Id: Id96db06798cd19d96938ca84956046e5a5e5b529
-
Markus Mohrhard yazdı
Change-Id: I2eb8c895eef53b5b14e81c5491d7ced6ead3c40a
-
Kohei Yoshida yazdı
Change-Id: Iee50396bdbf027373a544f2280cad931745a23c1
-
Miklos Vajna yazdı
Change-Id: Iccc67e9a4bf845f848466ae7c5d4cb665a501af9
-
Kohei Yoshida yazdı
It's faster, and it actually prevents a bug where styles fail to get set when the document contains at least one protected sheet. Change-Id: I9a5d7250ca44dd46364ab62f2e0130e967427c66
-
Caolán McNamara yazdı
Change-Id: I7ce68773c85408d0dc3d46bac85bcbd0f5806ade
-
Caolán McNamara yazdı
Change-Id: I1a08d643a695f1d22e339b8906588aca7d190578
-
Caolán McNamara yazdı
Change-Id: I3b911e4bc1e6c2eccf4b9655f12162936fc5a946
-
Caolán McNamara yazdı
Change-Id: I8a3430440bdd8cc1561eb60863c2bda3df8eac6d
-
Chris Sherlock yazdı
HasMirroredGraphics should be called upon by the object using the OutputDevice. As I'm focussing on Window, which will be shortly decoupled from OutputDevice, I have changed HasMirroredGraphics into a virtual function, and introduced a wrapper function of the same name into Window that calls upon Window's OutputDevice object. Due to a bug that never appears to have been fully fixed, mirroring in printing was broken and a workaround ("hotfix" in the code!) was implemented but never fully fixed. Therefore, I have overridden HasMirroredGraphics in Printer and just return false. Change-Id: I9029e2c50cdb339c1e936bed6b92e8b2aac1dcf9 Reviewed-on: https://gerrit.libreoffice.org/7912Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jacobo Aragunde Pérez yazdı
Change-Id: I01b99887dc1e94616633ae6509e13ec951fd5485
-
Jacobo Aragunde Pérez yazdı
Change-Id: I5cbc8fda63a9fd2999555d5a46ea3a063685ffc7
-
Eike Rathke yazdı
Change-Id: Ie9d729900d6096dc8f540b3bc52df749b15675e2
-
Eike Rathke yazdı
The end row will be the maximum of the start row and the last data row up to the original end row. Change-Id: I906a5f44f31f333c814b6832767dc3bd0ecd8278
-
Eike Rathke yazdı
Change-Id: I210f74670631707b02b68150efac76b0985390ac
-
Honza Havlíček yazdı
Change-Id: Ib087a24ae6de049ffb6d93b5ac66452700edddb3 Reviewed-on: https://gerrit.libreoffice.org/7955Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Tomaž Vajngerl yazdı
Change-Id: Ib04a464483c43a999db82bfaa539193c526d5041
-
Eike Rathke yazdı
If for whatever reason an AutoFilter area was setup to extend down to, for example, row 1048559 but the actual last data row is 15817, with 27 columns it took ScTable::GetDataArea() to look at 27884034 cells to find the last non-empty data row ... Change-Id: Ic8cbebe7ddf9b23c8edb55c4821d8a4c69e8b75d
-
Alexander Wilms yazdı
Change-Id: I3ca5f297217c898a12375f7f8e9c57841cd3db84 Reviewed-on: https://gerrit.libreoffice.org/7941Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Joren De Cuyper yazdı
This was introduced in 96e72252 Change-Id: I9bb8abbc9e9167b1e43bebf4477cf73010bf2d92 Reviewed-on: https://gerrit.libreoffice.org/7958Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: Id8a4db32d0fe95ecf543fcfc82fd6b236d544616 Reviewed-on: https://gerrit.libreoffice.org/7948Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Rodolfo Ribeiro Gomes yazdı
After commit ffc2e5be , these deleted icons are useless since other UNO commands are used instead: View050 -> Zoom50Percent View100 -> Zoom100Percent View200 -> Zoom200Percent Adjust -> ZoomOptimal FitInWindow -> ZoomOptimal Sorry I forgot to remove then in that commit. Note: As UNO command now is 'zoomoptimal' instead of 'adjust' and people feel 'adjust' icon better, I deleted the disliked 'zoomoptimal' icons and renamed 'adjust' icons to it. Change-Id: I141f2c4ad2f63928efb15faa5f68bc9c6dabc144 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/4117Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Luc Castermans yazdı
Change-Id: Ia21618d8475f02cb0fe9c55ae70d2598435087c5 Reviewed-on: https://gerrit.libreoffice.org/7951Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Chris Sherlock yazdı
German comment about clipping backup translated in function OutputDevice::ImplInitClipRegion(). Change-Id: I55c3b5899ae36a2e25204fd054b80bd786b17e91 Reviewed-on: https://gerrit.libreoffice.org/7966Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Joren De Cuyper yazdı
See bug report for screenshot of current behavior. When the search button is hit, OnTemplateSearch() is called. If we switch from 'no search' to 'search' view, mpSearchView was not hidden. This'll result in SearchUpdateHdl that mpCurView will not hide. It doesn't matter if we hide it anyway (either when we would start searching, or end searching). If we start searching, we don't have any search term yet (so no result anyway). If we stop searching, it has to be hidden for sure. Change-Id: I6bcf540b4866eeb6a8196c171027b385635cf084 Reviewed-on: https://gerrit.libreoffice.org/7969Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Joren De Cuyper yazdı
Change-Id: I692e9d6037b2fa5a9f69069177b6d9925661ec60 Reviewed-on: https://gerrit.libreoffice.org/7974Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Herbert Dürr yazdı
module appropriately to make the source of some log messages more clear (cherry picked from commit fe4ae473) Conflicts: apple_remote/AppleRemote.m apple_remote/source/HIDRemoteControlDevice.m apple_remote/source/RemoteControl.m apple_remote/source/RemoteControlContainer.m Change-Id: Ie57114f4d2d67f258808d03e01dff8bc05ba9f2c
-
David Tardon yazdı
Change-Id: Idfdc24201b2d4cde0e451daf237d102c71a8b2f4
-
Caolán McNamara yazdı
Change-Id: I984ff7e4fca6e7cd3529e921383bca4e6f2a464e
-
Caolán McNamara yazdı
Change-Id: I9a6cfc27b1076fa682c591d920a7db8ec6f8a6ff
-
Caolán McNamara yazdı
Project: help a6e3e5ef597f1e429e6784e475c1a06b4265f08d
-
Michael Stahl yazdı
SdFilterDetect::detect() erroneously detects all binary MSO files, and because the Visio types would be checked after PPT, Visio is pre-empted. Change-Id: I6ec3647a508dc8d79b47bfff6de35ccae39416ee
-
Julien Nabet yazdı
Change-Id: I8fb5efa49ccd886fa0172fdc59ede0821ecce486
-
Julien Nabet yazdı
Change-Id: I46270104db3192f427bb7a954e6c074ab3aced33
-
Matúš Kukan yazdı
And try to not use AddonsToolBarFactory in native code generator. Change-Id: I4782e6c719bdc7e01da14d2ea026e119da542517
-
Matúš Kukan yazdı
Since fe537786 and 4ff56fd1 it should not be needed. Change-Id: I497c7920e94c322cee5db1b10cd61f30dfbba634
-
Matúš Kukan yazdı
Which can happen on mobile platforms if we don't want them. Change-Id: I53639ccc75886708850d2d3a01eec76104b7f2c9
-
Matúš Kukan yazdı
Change-Id: I57581fb0f3439ddc4a4848466f6925d962b04aea
-
Matúš Kukan yazdı
Change-Id: Idef960995d7b13af049de5a5045b99df642dc3df
-
Matúš Kukan yazdı
Change-Id: Iec6cbefcb6863f14d6c21b2f7fd8e3418cb5d2d5
-