Age | Commit message (Collapse) | Author |
|
If a table row is marked as tblHeader, then the firstRow section of the
table style should be applied, even if that row is in fact not the first
row.
Change-Id: I10605f404160e72c620e9204503203fea1c6d6d8
|
|
Change-Id: I451f81495a8e8535c8e0194198602ee5732164c6
|
|
"caps and no smallcaps" means style::CaseMap::UPPERCASE, not
style::CaseMap::NONE. Different XML elements in DOCX, single UNO
property.
Change-Id: I8cbc719f2c307d5d2cbd4af93ea61e35b640ad1d
|
|
Change-Id: I85a16e4ef8d75f19250115d5522046a968d5fc91
Reviewed-on: https://gerrit.libreoffice.org/6760
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I0714b21cfda04bbaee0a7bd9ec485b3569a7ea4d
|
|
Change-Id: Ic0bb06e3d64933df4887ce1402f62c16e917fdbd
|
|
Change-Id: I2e2b10f95582c2c155ca78d4c7818ac38faa7a61
|
|
Change-Id: Idbdfb4dd39ce5e419f7b9338db39ddda186d014d
|
|
Change-Id: I8ad8cade0b2cbc29a934a983c72d25f7f00af6bc
|
|
Change-Id: I644abe042175168dab489476a41254fba6883982
|
|
Change-Id: I0cb8eb5b78ef5ca10d6b8765bff387ca09ec291c
|
|
Change-Id: I0b1ba2e7c8287340eebec7eb9b3e1aea8945d82f
|
|
Change-Id: I835d661a5bd30c235fdf61a94ad73f85b57bf9ed
|
|
Change-Id: Ia26f220fa7857f14dfc89b2929f60669ade3b4ea
|
|
Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc
|
|
Change-Id: Ic899aa36b1b18237f90295eaa04ea83450958c87
|
|
Change-Id: Id7071246932a0fef11168d887e64272c8e4586df
|
|
Change-Id: I5d67b53ddf74be2b1ef315cdbef8cc3fabaac9aa
|
|
Change-Id: I933b69af09c8d58a71d9d82d7e13b1b893e57ec0
|
|
Change-Id: Ia99ea2db8956d6f329679d7a21f5e68290a1efda
|
|
Change-Id: If2d3f3ca1b7cbf5cb9273043d0299c41286898e7
|
|
Change-Id: Ic04a48c1a1230824b9676a6d7615b2eb39608985
|
|
Change-Id: I6dfa1ae680a71fef55fdd7e891cfa058a05dffa0
|
|
Change-Id: I538fbbe5e628d03b4e641c5eb558b30d7654333e
|
|
Change-Id: Ice6ce4c13040fc0ad7aa4fb9c95144d0a130f2b6
|
|
Change-Id: Ibf272e1bd1a0c76b0f07dfe136197043fb3e15e2
|
|
Change-Id: I7f30e122a44eda7ee1c93595029ec15b6b426d6c
|
|
Change-Id: I3bc56192095d6564046115520626289c62d7234d
|
|
Change-Id: I395e62831f624b05e2979169440ff8663f76e835
|
|
Change-Id: I2d7e08b70047c98e9164b8b733bae50ca8872142
|
|
Change-Id: I49d398ab9f086c769941767bb4431bbbb96f56b0
|
|
Change-Id: Iedc8eec38c0ea490b1b8da4ff7ca9237a77505b2
|
|
Change-Id: Ia6131a9964288e781bb76d59e24591b3cb375db9
|
|
Change-Id: Ib137aeb14405e99adbfcadaf8b3b0408c217093d
|
|
Change-Id: I0641d37dbde2e8dc734d2a8cb7ef598aeb5f028e
|
|
Change-Id: Ie569c505f9e0f7dcd939fc6e7aafc9b88542b7b2
|
|
Change-Id: I553f91c4f49c02b3bcd2a778cbaf871b397ed89b
|
|
Change-Id: I9433438824f2c0e50cc4afa3e265e6d41350829f
|
|
Change-Id: I7748517d2298c20e4fd6c6ebf403a2ccc8228054
|
|
Change-Id: Ia41b8cc062fc1e7c2cf0b8ba64c303919448ef06
|
|
Change-Id: I3f9d69ddbb2144c60a724e4242128b65ae167455
|
|
The problem was that previously the shape text was imported normally, and the
shape itself was simply appended after the text.
In case of the VML import, the following mechanism made it possible to have the
shape earlier: OOXMLFastContextHandlerShape::sendShape() is called twice, early
in OOXMLFastContextHandlerWrapper::lcl_createFastChildContext(), in case the
shape had text, and later in
OOXMLFastContextHandlerShape::lcl_endFastElement(), in case the shape didn't
have text. This works because the parent element of v:textbox (v:shape) is
already something that isn't handled in writerfilter, so the parent of the
w:txbxContent's parent was a OOXMLFastContextHandlerWrapper.
In case of WPS, the problem was that the parent of w:txbxContent is wps:txbx,
and the parent of that is wps:wsp, which is something (unlike v:shape) we do
handle in writerfilter. Fix this by adding an early call to sendShape() in
OOXMLFastContextHandlerShape::lcl_createFastChildContext() as well.
Change-Id: Ia24678871d7bbad89d18b1d5f468c17f68feec10
|
|
Change-Id: I95b8d1bfcba66ba5670345e9159f0dca11e6d967
|
|
A final pass through the code, converting code to use the new
OUString and OString methods that can detect string literals.
Change-Id: Ifa6382335e5650a1c67e52006b26354e0692c710
|
|
Change-Id: If7d442567d9cea4e3f4d3d68689d11fad0dc930b
|
|
Change-Id: If8c3b366bfdf1e626823aca0d7026e877e21c63b
|
|
Change-Id: I70dc18363480e6c07577a93279ddd083631f6cc3
Reviewed-on: https://gerrit.libreoffice.org/6702
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ia754de347f277a07479e4056b7c9a03534a3dab4
|
|
Change-Id: I018104df6fcae8bf1474db1479742238d1cb4cd2
|
|
Change-Id: I512bf822fcccd158bbe57184ea85a9a72724ca8c
|