- 11 Mar, 2014 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I87354690ac880ffb78bc8a6c20efe02f3eaa0779
-
Miklos Vajna yazdı
Change-Id: I21793d7d5a3edb68aa652336c3c7fe819520c23f
-
Caolán McNamara yazdı
Change-Id: Ibed2216d2ca0a6dce48c0a6ef276f4a4f4d53219
-
Caolán McNamara yazdı
Change-Id: I329f8bdea6206f48cd3834126869584b9057253f
-
Caolán McNamara yazdı
Project: help d985ce5cab0ac92aeb08d7754de089baeb6b97f5
-
Michael Stahl yazdı
Change-Id: Ie5fe1348ed325b9de4af9e17846470fdc31067d7
-
Chris Sherlock yazdı
Currently we check to see what type of class is being used. This really violates the Single Responsibility Principle, and tightly couples the code to OutputDevice. The responsibility for initializing graphics should be done by Printer, VirtualDevice and Window. Please note: to get this working, I've had to make Printer a friend class of VirtualDevice. I'm not entirely happy about this, I'll need to revisit this later when I look at Printer in more detail. For now, this is a hack to allow me to seperate out this function. Change-Id: I9d5946c22fa70670a4f85bf338b4209499d0aa54 Reviewed-on: https://gerrit.libreoffice.org/8528Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I70ebad88d126d3aaa1c2023f98f6be71dc281287
-
Tomaž Vajngerl yazdı
Change-Id: I42c7cd0aef3f9811440e70d8ea2c31432e1d32ff
-
Tomaž Vajngerl yazdı
Change-Id: I032442e0e1c583228d6837dbf290f31d01a91b45
-
Tomaž Vajngerl yazdı
Change-Id: I51152c016d6a9e9604fd93c115577020373d964c
-
Tomaž Vajngerl yazdı
Change-Id: I7b6f4e5ff9d6e1161b3d05c594498d7f0cb7d8a3
-
Tomaž Vajngerl yazdı
Change-Id: If25356aa88f435e53b6014773e23d18723507053
-
Miklos Vajna yazdı
Change-Id: I732b4f8d758aac30e039d30e059aad0597307081
-
Stephan Bergmann yazdı
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
-
Tor Lillqvist yazdı
Change-Id: Ib36c2c5d55f86aff27081a0da554f6e8a81474ee
-
Tor Lillqvist yazdı
Change-Id: I31db021b916b64e9fc0c02f62bdfe7e7f6aa7b9e
-
Tor Lillqvist yazdı
Change-Id: I43e948fc7895e4dbd5ea4e3e5aeefd298ee40007
-
Michael Stahl yazdı
Change-Id: I01cd75d01cb28a3bcef330ebabdd02e2c4458275
-
Kohei Yoshida yazdı
Unless I'm missing something, fixing the problem reported in fdo#75118 this way is more reliable, and certainly avoids the problem reported in fdo#76030. Change-Id: Ife524d9db12e9fa4528c2232e619bfacde367659
-
Stephan Bergmann yazdı
Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
-
Tobias Lippert yazdı
Change-Id: I051092f2ffb76a6ef400acd51514189ff20dad7d Reviewed-on: https://gerrit.libreoffice.org/8486Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tobias Lippert yazdı
Conflicts: include/svl/style.hxx Change-Id: Ie3d855923c651b6e05c0054c8e30155218279045 Reviewed-on: https://gerrit.libreoffice.org/8485Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I895b2132ee752f191f30d6adc0af35cad005afe5
-
Caolán McNamara yazdı
the nStartPos > 0 check is inside a nStartPos == 0 block so it can't happen so we'll return immediately, and so there's no point changing numberOfChange in that case either there Change-Id: Id6d7fc31033de5c6f3bb0a9ed03234b58c0d509e
-
Caolán McNamara yazdı
these conditions are already handled in the switch above Change-Id: I1a2bfe4cc536f2d1292fd39b86afc53ac5463308
-
Caolán McNamara yazdı
Change-Id: I9ff48e869cd03847d5338c5f8fb6acceee522e34
-
Caolán McNamara yazdı
Change-Id: I3df33251d72266afb43532bee07058e691a6cf66
-
Caolán McNamara yazdı
seeing as we return early if eChild == SFX_CHILDWIN_OBJECTBAR then the reset of the code that depends on that cannot happen Change-Id: I1566ad9d5ef428e3c9e248df08b65d56bb83553e
-
Caolán McNamara yazdı
Change-Id: I7f52cad90ce17813ba7d7c6ce382d58a8fa44916
-
Stephan Bergmann yazdı
Change-Id: I6204090cb95213e31c11d33c5e822f8abee10963
-
Stephan Bergmann yazdı
Change-Id: Id21324f756b835fd501868175a5a2a77cb2997a7
-
Miklos Vajna yazdı
Change-Id: I911c1cdf503c46ace38afc80ec63bb0696d1c84b
-
Stephan Bergmann yazdı
Change-Id: I3b499a17985b55fbfb62a441afb9d137f7bd8593
-
Tor Lillqvist yazdı
Otherwise even a trivial test document renders extremely badly, just the top row of text in tiles here and there. Go figure. Maybe the code thinks the document "window" is of some ridiculous 1x1 size or something if the resize timer isn't used? Also, the resize timer handler calls paint functionality. I wonder how we can be sure that the resize timer happens to fire during the rendering a tile, though? Surely if the tile rendering call returns before the timer fires, whatever essential thing it is that the timer needs to do, doesn't happen. Maybe this then explains the blank tiles I occasionally see? On the other hand, when I see them, they don't appear randomly, but it's always the same tile that shows up blank. Change-Id: If5e6854d8846fb0b7bea15547a326bd77f23987b
-
Stephan Bergmann yazdı
Change-Id: If002dede857ecff300f57b73b26234d737ba98c9
-
Caolán McNamara yazdı
and merge the expander and the "show preview" checkbox to be the same thing, i.e. expanded is showing, and not expanded is not showing Change-Id: I10e43bc36a0e2e5d1286a4dbad793ee3a700c97c
-
Caolán McNamara yazdı
Project: help 9685555185360c4b6b71289c6ea9ad6fbddf06ed
-
Jan Holesovsky yazdı
Change-Id: Ia67669e45b78c5fe5059f76b940e85a02781c4c2
-
Stephan Bergmann yazdı
...after recent clean-up of getImplementationId implementations. Change-Id: I2a11f6ddf03dc7852b7e8e50dc6284a7215a0113
-