- 08 Nis, 2015 14 kayıt (commit)
-
-
Justin Luth yazdı
Change-Id: I650a5112511fd57099be3f0a84314d0577deae22 Reviewed-on: https://gerrit.libreoffice.org/15175Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Stephan Bergmann yazdı
...in accordance with <http://www.openoffice.org/udk/cpp/man/spec/textconversion.html> Change-Id: I62013f89c421722770123db8a5794e63d3572e6b
-
Stephan Bergmann yazdı
Change-Id: I138919fff6e78ab8f751c5363ff73d6830f40222
-
Andras Timar yazdı
Project: dictionaries 7991db3dd76ae9fe15faadbd25efb9bceed44e63
-
Noel Grandin yazdı
introduced by my commit 216fdcbd "convert RECALCMODE_ constants to scoped enum" Change-Id: Ie7db053741205faeac70e3d21757774567f43ce0
-
Noel Grandin yazdı
Change-Id: I88fa3672a1f933ae818368c9bc400c6a845babb6
-
Noel Grandin yazdı
Change-Id: I083f1b7f21b18c5067b01c82fa8fec467a3d0c50
-
Noel Grandin yazdı
and move it inside the linguistic module, since it is not used externally Change-Id: I5e405bd921c090277e75e3bcff81638af0845ece
-
Miklos Vajna yazdı
Change-Id: I402e9073f15dccb3618c06e355559b9f8ff7f763
-
Katarina Behrens yazdı
Change-Id: I4df3b1e1886e77f7314e034550907ffca58b9ce6
-
Miklos Vajna yazdı
The problem was that in SwViewShell::Paint(), in case CheckInvalidForPaint() returns true, we don't paint anything, but rely on invalidations to call Paint() again and hand out an incomplete tile. For tiled rendering, we want to hand out complete tiles all the time, so call CheckInvalidForPaint() early in SwViewShell::PaintTile() that will ensure that by the time SwViewShell::Paint() is called, the layout is ready for that tile. Without this, when opening any larger document with the Android viewer, about at least once out of 5 times an incomplete tile (e.g. almost totally white) was shown for the first page, and the user had to work around this by zooming out + in again to force a re-draw with valid layout. Change-Id: Ic7d3a6ddbf9f04beae9ecaa9563d3f5b4d22cc5c
-
Noel Grandin yazdı
Change-Id: Ice2e45a3db59adc34a160b4b410cc51c750835f2
-
Noel Grandin yazdı
Change-Id: I7d7d516f37cbb5e28a842bbc6bff54916d450dbb
-
Noel Grandin yazdı
Change-Id: I1d3c144b2438776a31a246a2d0d4fe57b0caeaa3
-
- 07 Nis, 2015 26 kayıt (commit)
-
-
Jan Holesovsky yazdı
With the current behavior, showing the cell cursor is counter-intuitive and counter productive - we focus more on the editing itself. It is still possible to select just one cell though - it is the cell selection that starts and ends in the same cell. Change-Id: Ie6d96783d486c6fcda5b4c4f6acf91c1926cdf6c
-
Jan Holesovsky yazdı
When moving the handle outside of the cell editeng, we want to turn the text selection into the cell selection. This patch includes work by Henry Castro - thanks! Change-Id: I081480b7d8b0fde8276f63c261d91bb9f2dc3b96
-
Jan Holesovsky yazdı
Change-Id: I6f28ab1e4af91b12005ddfb9e64e984c783081ff
-
Jan Holesovsky yazdı
Change-Id: Ifeeb839f82891057fe8e3e8fd6d537861d99f69f
-
andreas_k yazdı
Change-Id: Ic2b956e168b5dfeff13d3a1130ec9a0289712683 Reviewed-on: https://gerrit.libreoffice.org/15178Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Yousuf Philips yazdı
Change-Id: I398da79925bd51fa543d2c56b529178f7e820539 Reviewed-on: https://gerrit.libreoffice.org/15193Tested-by:
Yousuf Philips <philipz85@hotmail.com> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Stephan Bergmann yazdı
Change-Id: I8333e8b58e85d7ba148adce32f87ea105776b4c9
-
Eike Rathke yazdı
Change-Id: Ib37bfb1b8721d3f6729ce5c312863ffa6a1f76d4
-
Eike Rathke yazdı
Change-Id: Ie38eaba48abbfc4f54304b349f5d2b135f4f7046
-
Eike Rathke yazdı
According to https://msdn.microsoft.com/en-us/library/dd906358.aspx Take them by their words. Change-Id: I832c860695833ad04338ebd56c5b56805f1aa0a0
-
Michael Stahl yazdı
draw:fill-gradient-name="" in the graphic properties now causes BaseFrameProperties_Impl::FillBaseProperties() to fail and prevent insertion of the SwXTextFrame. (regression from 6e61ecd0) Change-Id: I9b4f3ddb0f0e1b3a80e86bbdc1af2dade1c8edf7
-
Stephan Bergmann yazdı
Change-Id: Id6370750cb42fdfb7b5b920e1a84317d0a2a4acb
-
Caolán McNamara yazdı
fdo65094-2.doc shows that a 0x7 isn't always a row/cell end only a 0x7 that is right at the end of the paragraph range is a real row/cell end this I believe will remove the last crashtester .doc crash Change-Id: I196c33bf253378b02f7b3413fb65c3bef9418a15
-
Stephan Bergmann yazdı
...which removes the need to abstract over the standard URI '%' escape prefix vs. the silly vim '=' special case invention. Change-Id: I54a52dd912c3aafc38275a0ac2466a6daeec328f
-
Tor Lillqvist yazdı
Change-Id: Ic3f004fbe83dc3df49147fadad8177ee64db0175
-
Stephan Bergmann yazdı
Change-Id: Ib1108763ebf556d2e812f077676914c4e64ddaf2
-
Stephan Bergmann yazdı
Change-Id: I33953f96630d6269ffdbf83f9fc9f747178e87d2
-
Stephan Bergmann yazdı
cf. dd9c9a69 "Add the 'quoteright' key to the list of available keyboard shortcuts." Change-Id: Ia064782505e317ee3d1c3622c273eb892e477b5e
-
Caolán McNamara yazdı
Change-Id: Ic6d6e7d7d8d42af0fc739d964a1190d40f9dba2e
-
Caolán McNamara yazdı
Change-Id: I3d606615769f70ed29884e4c83164ccf15478132
-
Caolán McNamara yazdı
Change-Id: If6e9a4a26ff31eb192e054f68398287c18768fcb
-
Caolán McNamara yazdı
SwWriteTableCols becomes unsorted because rCol.nPos is < COLFUZZY and it is unsigned so integer overflow on comparison. Just just move rhs subtract to lhs add. Change-Id: Ie037e8ba914a4c00e51d9dd1e0a0af9e1f4d353b
-
Caolán McNamara yazdı
because TextLayoutCache took an OUString arg, passing reinterpret_cast<const UChar *>(rArgs.mpStr) as an input created a temp string from mpStr, but ctor stops at first NULL of course unless length arg is passed and input string contains nulls. Just take a sal_Unicode* as input. Change-Id: I452cf6fa61155456fbeceeda105e2e15557a21b3
-
Stephan Bergmann yazdı
...and thus consistent with Timer::Get/SetTimeout since 9c7016b5 "Scheduler: Changed uLong to uInt32/uInt64." Otherwise, at least JunitTest_forms_unoapi on 32-bit Linux would stay busy forever in vcl::Cursor::ImplTimerHdl, alternating among ImplRestore() and ImplDraw(). Change-Id: Ic3fd349344c105078b52749ca85559fce485d0c4
-
Michael Stahl yazdı
Change-Id: Ife8b7b922c46797487f1923e695ff7cef2a73824
-
Julien Nabet yazdı
Thank you Lionel about your advice for this one. Change-Id: I4ec51b694d3b674158cb7fb4efa580e084cffda9 Reviewed-on: https://gerrit.libreoffice.org/15163Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-