- 23 Nis, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I614a25d3988f741a2744b9e7cb1e170ddd3b2dbf
-
Caolán McNamara yazdı
Change-Id: Iee18d10819ca351525fd121347ffd1478b502765
-
Caolán McNamara yazdı
and coverity#707840 Change-Id: Idf6e7a3f51ce148fd935b75fa63b931d9200d568
-
Caolán McNamara yazdı
Change-Id: I49220146ea83b04371d80f94dbf1405b0a7aea9d
-
Caolán McNamara yazdı
Change-Id: I26ecc8bb911906681ec21174f703c536d9f9a83b
-
Caolán McNamara yazdı
Change-Id: I577775d6b7c2bbdbe8c6503b2454dbaec1dceadb
-
Muthu Subramanian yazdı
Problems: * Doesn't reset the spell error markers * Modifies only at object level * Currently has only setting for 'all text' * Maybe provide a current slide only option? Change-Id: I4695423fed3ed9422185b23803eedd12ef434bea
-
Luboš Luňák yazdı
Docx's w:gridBefore means that there should be this given space in the table grid before any cells come. But writer requires tables to be rectangular, so the space needs to be faked using cells without border. So far so good, but now reality in the form of the retarded overdesigned writerfilter comes. The internal representation of table data (and not just one actually) is pretty non-obvious and hard to modify, seems to be modelled just to follow the parser data the way it comes. Moreover dmapper gets notified of w:gridBefore only after cells in the row have been already processed. So after futile attempts to add the fake cells somehow in dmapper I've eventually given up and hacked up input handling to fake input as if the fake cells were actually there (which was tedious to find out as well, but at least it's reasonably doable). Change-Id: I7107e13f28dd3f7093688782f64238167cead76f
-
Jacobo Aragunde Pérez yazdı
The goal is preserving the shadow effect with all its attributes using the shape grab bag. This is the relevant piece of XML in the document: <a:effectLst> <a:outerShdw blurRad="50800" dist="38100" dir="2700000" algn="tl" rotWithShape="0"> <a:schemeClr val="accent1"> <a:alpha val="40000" /> </a:schemeClr> </a:outerShdw> </a:effectLst> In first place, we added members to the structure EffectProperties to store the effect name and attributes. Later, when we create the shape, we add them to the shape grab bag together with the shadow color (if it is a theme color we store its name and transformations like in other cases). Finally, we read back all these data from the shape grab bag and write them back to the document. I added a unit test for this shape property. Change-Id: Idda2d5e2970cb8563e2ed13a84b2fa2d4b99aa70
-
Jacobo Aragunde Pérez yazdı
Change-Id: I08f37f3bfe7d14e10fb4383eae3d3469df7e707e
-
Maxim Monastirsky yazdı
Change-Id: Ia016a20bb36104e18c90ee78c87a3c5fec56af20 Reviewed-on: https://gerrit.libreoffice.org/9134Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Andras Timar yazdı
This reverts commit 20dee85b.
-
Caolán McNamara yazdı
Change-Id: I7bd33989f48e1698d268c802da1a16779a0fa91f
-
Armin Le Grand yazdı
no fill and no line style, just a simple URL (cherry picked from commit a91b5943) Change-Id: Ic8bd02c81663575355a0ca79e4987b5ef0e4a445
-
Caolán McNamara yazdı
Change-Id: Ie9530f0f58b38d014beda60b9efba3ce93fe5c0e
-
Olivier R yazdı
Change-Id: Ieae973f8af940ce66479eae55c5741768d91dc72
-
Noel Grandin yazdı
Change-Id: I70aad0b38979f45a313b8ac36890fb6c64d11bb0
-
Noel Grandin yazdı
Change-Id: Icddec34e91305cfc3f9d852472bb86eab4d8cb26
-
Noel Grandin yazdı
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
-
Noel Grandin yazdı
Change-Id: I2bc4548574a3275f0839451e747687f924465137
-
Noel Grandin yazdı
Change-Id: I60650a10cc561046c411791aa85cdb8956aa61ed
-
Noel Grandin yazdı
Change-Id: I136c98cbe15d1c6629028392a9573066320b3a04
-
Noel Grandin yazdı
Change-Id: Id73ee64dbf8586743f0e436e004e663a65d4548f
-
Noel Grandin yazdı
Change-Id: Ib35ed616fb6bb8829a97112b2563c1d1ef4c0747
-
Noel Grandin yazdı
Change-Id: I73fd5d0ad28185f53df66408e1e981a3d73482b4
-
Noel Grandin yazdı
Change-Id: I3280b4d4b02e6a6fa22bc250e56a3c6ae77fc675
-
Caolán McNamara yazdı
Change-Id: Ia78fdf5ddc075cf529e3fad8c910f4c29bc8eed4
-
Caolán McNamara yazdı
Change-Id: I54e09013a4ab375528f97f191b19f4b3c016598b
-
Caolán McNamara yazdı
Change-Id: Ib412af73771dd49967a4ef638b2b0e3b4df8b86d
-
Caolán McNamara yazdı
Change-Id: I1396d5f2f042e5500b61dc578a8d5089374fa8f8
-
Caolán McNamara yazdı
Change-Id: I5143af5be06312a131751d742d17be619e042d11
-
Caolán McNamara yazdı
Change-Id: I07bbda38cc030212e27505b92ccb449ba0c5c76b
-
Caolán McNamara yazdı
Change-Id: I51c3dba9970049acbef4523de3cc968b2df1b408
-
Caolán McNamara yazdı
Change-Id: I7099e15a6526c4fe01a220422bb91d9fd70abc51
-
Caolán McNamara yazdı
Change-Id: I7b80da16399a7f8f6c6b1b4f78d1e2a4ddc6f4b5
-
Caolán McNamara yazdı
Change-Id: I7bfd15318b80623f225a954bafd56d1d5b3ae3e1
-
Caolán McNamara yazdı
Change-Id: I00119c518008570af19db0be8112807ef683050b
-
Caolán McNamara yazdı
Change-Id: Id52cf54dea1b51ab3884618f90a01324b7451f76
-
Caolán McNamara yazdı
Change-Id: Iedfbc85972326c10f71f50816d7d806fd4b8bffd
-
Caolán McNamara yazdı
Change-Id: Id242624865fa892c4d45cb04dfaa66d74bb6d5d1
-