- 12 May, 2015 40 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
This will later replace all existing DrawSelectionBackground methods found on vcl::Window. Change-Id: I383b5ae880066c473c702b59044b1b77f4920c05
-
Tomaž Vajngerl yazdı
Change-Id: I98e2738a1f79a1157c18b6003f70955e071f1654
-
Tomaž Vajngerl yazdı
Change-Id: Ieec862a1e13ffd18a74aba9569268e84ac078a57
-
Markus Mohrhard yazdı
Change-Id: I7af0db5381737c7d28a491e4aca673d9cc4b1e19
-
Markus Mohrhard yazdı
Change-Id: I8172015668cc43b4383276f2cd20cce4b0704277
-
Markus Mohrhard yazdı
Change-Id: Ia0e23faf43fd266b8314f807b77423e9a3e15797
-
Markus Mohrhard yazdı
Change-Id: Id6de1425c03be8552d1dd2597001bf0632292e90
-
Markus Mohrhard yazdı
Change-Id: Iad76b7263526da4e50ef3c0b6933a8833f567790
-
Markus Mohrhard yazdı
Change-Id: Ide1a30307711e3857d83b691c95d984439359005
-
Markus Mohrhard yazdı
Change-Id: I6606ca56c28569b6b2ceb1607c8dc570ce50bba7
-
Michael Stahl yazdı
... with a CopyLinePortion function; how can you even... Change-Id: Ie7d459ee317522e35fdbbd3974afabe7a136fe62
-
Michael Stahl yazdı
It looks like it can be easily avoided. Change-Id: Ied8a047871c431b809569e1bbf232ce769d498ec
-
Michael Stahl yazdı
Not sure what it should do, but given the parameter is SwLineLayout it will set POR_LAY on a SwTxtPortion which is wrong. Change-Id: I4296bcdf9e788338eb007ad09eae675a9fdc6a75
-
Michael Stahl yazdı
Crash in sw.SwXTextRange because the SwTxtPortion copy ctor is invoked, which copies the portion type POR_LAY, but SwTxtPortion must have POR_TXT. (hilarious regression from 2db379e2) Change-Id: I781191a60dafeba2257edf01699fafae78b45783
-
Stephan Bergmann yazdı
Change-Id: I947b49cfb15f0e7d6ddfaae386656c70e4bd48ba
-
Adolfo Jayme Barrientos yazdı
Change-Id: I60bbc40e1b3c6369a10ad1241c310fc790329b11
-
Caolán McNamara yazdı
Change-Id: I2ba426168f861e69ef81850bb23576036b30fc76
-
Miklos Vajna yazdı
Change-Id: I6abcce4f526834648409ebce17c8b9f13bf956e2
-
Michael Stahl yazdı
Change-Id: I857ea5f37452e2b1242fc35e569191adfc5f90be Reviewed-on: https://gerrit.libreoffice.org/15719Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: I772d04cbc2ec02438c59024ed83d810557ad4da3
-
Jan Holesovsky yazdı
Change-Id: Ifbcd57a6ecbea67eefc89c2bbd72967b683362a3
-
Jan Holesovsky yazdı
Change-Id: I8d09d7f1a307cd5026fd007a2c82b21de925145e
-
Jan Holesovsky yazdı
Change-Id: I85eb5e9ca018afa25a06947eed5af1ab529dd65d
-
Philippe Jung yazdı
Change-Id: Ida3d792a6f3797a6173b31b86a49b72ad7353340 Reviewed-on: https://gerrit.libreoffice.org/15717Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
Change-Id: I06a5ff604e6782863c4a2d6e002c9d67d42912fb
-
Jan Holesovsky yazdı
Change-Id: I3d7bf8a5db4dcae4b5653fe5e033bc9e626b7bbf
-
Jan Holesovsky yazdı
Change-Id: I7f8d0d7285a95899484ec972ae38bdb8543ae2e1
-
Michael Stahl yazdı
Change-Id: Ie51eaa11e1ed1e811c9b671c1284f81e1459151d
-
Jan Holesovsky yazdı
Change-Id: I390b5da7c4d88de3f26c774bc525db823d1d5e96
-
Stephan Bergmann yazdı
Change-Id: I0cd65a88fba241725476a407143e2d4d03961dc5
-
Michael Stahl yazdı
... the stupid global variable GaDocBasicItems. Change-Id: Ib849e0e2b661e54005d00091f6d6fc474dc5549b
-
Jan Holesovsky yazdı
Change-Id: I5b7e0a9d9138dc6b14c74492b2beff70438a7998
-
Jan Holesovsky yazdı
Change-Id: I202f2fcab01ceb3dbc684a3eb7d7440d6d4ff451
-
Michael Meeks yazdı
Change-Id: I55c384495a0b1e0e128ac71ec3ae4afee6964fde
-
Michael Stahl yazdı
Change-Id: Ic7ddd39334c318ff2b966fe1ff04fb62aa3eed4b
-
Michael Stahl yazdı
Change-Id: I8f435c4a8bb8e2ad118abd001df56162a3996521
-
Michael Stahl yazdı
Change-Id: I4fe55ac856839c04d469fa5e9b3c0fb4191e4b19
-
Jan Holesovsky yazdı
Change-Id: I6cf30f74b8e6f32afed83fec1325ddf4d1f00ced
-
Mike Kaganski yazdı
RTF insert is made into an empty paragraph. To do that, two splits are made before the insert, but only one is reverted afterwards. This patch removes the second. Also fixes a memory leak from unreleased heap object The corresponding unit test is corrected. It was incorrect because \par doesn't begin new paragraph; it only ends paragraph. If a RTF is ended with \par } then no newline is added to its end. The old unit test only worked because of the bug fixed by this patch. Correct way of inserting new paragraph in the end of a RTF is \par \par} Change-Id: I63d50a940d7960beb35f7d774c833ed8499acbef
-
Miklos Vajna yazdı
sw core is not yet adapted, will be done in the next commit. Change-Id: If8da12427e0cdaced4c1c1776b9f0b8cbde5c57c
-