- 05 Haz, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I955a716621d4d566797ca39c008ff183d0656b4f
-
Caolán McNamara yazdı
Change-Id: I884e617b112397697a702216b62d0c1e17aae536
-
Caolán McNamara yazdı
Change-Id: Ie0ca0c8c8e404642bbe9a918a1cb125b596ef4fc
-
Oliver-Rainer Wittmann yazdı
as it is not used any more. (cherry picked from commit 65f39887) Conflicts: sw/source/core/crsr/viscrs.cxx sw/source/core/inc/rootfrm.hxx sw/source/core/layout/trvlfrm.cxx Change-Id: Ia37e73a515a8f5d0218e4e4144e75f18449599c9
-
Stephan Bergmann yazdı
...so we should not attempt to (mis-)interpret such broken input. Change-Id: I97f4f46fdfc0dfe6f9aff42917d23634b844c7f0
-
Miklos Vajna yazdı
getShape() doesn't case if the object is on a drawinglayer one or a Writer TextFrame, and that's exactly what we want. (Currently is a TextFrame, but will be a drawinglayer object when shape with text will be imported as shape with textbox.) Change-Id: I6ae981700d214447f326e6a0fb550b98380bc10c
-
Caolán McNamara yazdı
Change-Id: Ie20c190e36e89a1b3b2ac9a0efaa50af2df77523
-
Eike Rathke yazdı
Only two text functions had the full set of checks as introduced by the fix for fdo#75971. Let all text functions check their arguments in the same way. Additionally this will ease a transition to accept string lengths >64k in spreadsheet functions as now we have only one place that checks for SAL_MAX_UINT16 instead of having that scattered all over the place. Change-Id: I454e617a59d0b3c2ca725047e7f8c7370bc0bb1f
-
Miklos Vajna yazdı
This is a const method, but it does a const_cast to still resize an object... if that's so, then we should ensure that the "is modified" flag of SwDoc is untouched. CppunitTest_sw_ooxmlimport's testChartSize is a reproducer for this, when shape text is imported as textbox. Change-Id: I6dedb31520a14127ca91782874c285f6e0f93c65
-
Miklos Vajna yazdı
Change-Id: I491d4af104453bb5ff3b55b28e3e1775d8aab8f7
-
Tobias Lippert yazdı
The separate source file will make it easier to unit test the functionality Also: move some constants to tox.hxx to have them available in the new source file Conflicts: sw/source/core/doc/doctxm.cxx Change-Id: Ib0369cc4875043829f55d30a549997560a38cc35 Reviewed-on: https://gerrit.libreoffice.org/9607Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I9a989620375eb210e553b84b7a642a0360c8f03f
-
Caolán McNamara yazdı
Change-Id: Ia0f1951f1e3edcd858a37ea091550feb2b9fd451
-
Caolán McNamara yazdı
Change-Id: Ie61305f367e2a07a61599433bd83e1ea13bffd71
-
Caolán McNamara yazdı
Change-Id: I32450546541b15a974f28a78604a136cebb71c3c
-
Caolán McNamara yazdı
Change-Id: I9b619e4896d811c2fbb20e229f65bfa01bd05731
-
Caolán McNamara yazdı
Change-Id: Id208942e98c8b8fc685aa77c3c11468ed2af832d
-
Caolán McNamara yazdı
Change-Id: Ibb8fe4e1d13a24f810fbdf4978606c35890a9cfd
-
Caolán McNamara yazdı
Change-Id: Ia19f7790871dec7022c5d1f57f082638b70403fb
-
Caolán McNamara yazdı
Change-Id: Ib8d2bc5a5772f6611f9d977376f6fef9505c6a59
-
Caolán McNamara yazdı
Change-Id: I2b83f3e5a4fb65819244b88fdad7e48fe918b4bd
-
Caolán McNamara yazdı
Change-Id: I3f0b7796b4ea28c55255327ccf5b2d523ecca053
-
Caolán McNamara yazdı
Change-Id: Ib1d237591bd9cac1d4b81a04b753b2cf2c9759dd
-
Caolán McNamara yazdı
Change-Id: I5cc112d7eb367f5dfe17fc39e3ef47784ae67e9b
-
Caolán McNamara yazdı
Change-Id: I3e0658ec26392abf5ad8de53d282b9cc35205025
-
Caolán McNamara yazdı
Change-Id: I9041f18eb4aae73b795245c589b28a3d02d8397e
-
Caolán McNamara yazdı
Change-Id: I09a2cacc3aa18796c06a1f1cc9315b3628865621
-
Caolán McNamara yazdı
Change-Id: I1680d21b8f123ec1d937d699edee62b8ff0d6058
-
Caolán McNamara yazdı
Change-Id: I52cf32e9349e547e3445fbb266a74495d69aaa3f
-
Caolán McNamara yazdı
Change-Id: I5adc00ba2f711a312c42b54014c465682a54e174
-
Caolán McNamara yazdı
Change-Id: Ie9ecc13553e089197de24c8a151eb811e40bd56e
-
Caolán McNamara yazdı
Change-Id: Iac1085e4dc7c68d69fafe76bd6d22470ebaf84ad
-
Michael Stahl yazdı
Change-Id: I6768e5f2400f3020d85c48b80d58e13a3f6f07e9
-
Tor Lillqvist yazdı
Change-Id: Ic92ab1c2b5298cd1611bc9786647fe30ad0847a9
-
Miklos Vajna yazdı
When the RES_CNTNT of a fly format (used as a textbox) changes, we also have to update the draw format as well. CppunitTest_sw_ooxmlimport's testMissingPath is a reproducer for this problem: the shape (having a textbox) is anchored inside a table, and the table gets converted into a TextFrame. Without this fix then the shape still refers to the content before moving, leading to a crash on loading the document. Change-Id: I16e2e49dc718f2a4cb00d02513af3dca37b2a65a
-
Jan Holesovsky yazdı
Change-Id: Id212984b7f525e9aea2c390f181e68b5725aa20d
-
David Tardon yazdı
Change-Id: Id31953720634cbfd838869ac2470b088da09caae
-
Jan Holesovsky yazdı
Change-Id: I8685136fcd43cb0ae445a8f19cbd9021737c42d4
-
Jan Holesovsky yazdı
Change-Id: Ie383f7e4ee89770f722d963e09efda9063a68c16
-
Umesh Kadam yazdı
Handled a memory corruption. Change-Id: I195d17bcd0a9a86bcc96cc7ad14f1d5f2908cf8c Reviewed-on: https://gerrit.libreoffice.org/9545Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-