Age | Commit message (Collapse) | Author |
|
Change-Id: I9a07a46582eafe70dcc26161e39856e9cf72de0c
Reviewed-on: https://gerrit.libreoffice.org/11792
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: Ifb4ca15c862fb7111ff2e86cc6208573f48710d3
|
|
Change-Id: I4c6fc31ae72d179975c65aec0b560741474d433e
|
|
Change-Id: I05c5030530591f440323f72088bc7b456b774b7d
|
|
Change-Id: I83013ecd45b32100bf14e004899561a57a087aef
|
|
Change-Id: I7386c26e5ff05cec23a6cccb86ed3aa6ab715096
|
|
This used to skip the last item in the range.
Change-Id: Icf27a041f1388c8bd01568356d1009a08e5b7a7a
|
|
Scenario is that the original document has a table style, which sets
borders around the table, so A1 cell gets top and left borders (and none
for right/bottom). Then on export, if we write A1 as table default, then
this overwrites the table style, so the real right / bottom borders from
the table style are lost, as on export we think that they are available
from the table style already, so we don't write them.
Regression from commit ae61569eea0719a882010cfbb260a1a0d690d974 (oox: Do
not overwrite table style properties, 2014-04-03).
Change-Id: I54c10ffc2ade65260693b769274b1311efc086f9
|
|
This test file wants to test table positioning, but it also has
references to table styles. Remove these references to keep the testcase
minimal.
Change-Id: Ib7c7086bf767a8580dd7bae4452d0773e02d32a2
|
|
In redline mode, if deleting the anchor point for a postit causes another one
to get moved, i.e. deleting it and creating a replacement. Then update the
the queue of postits to remove the old candidate and add the new candidate.
This is complicated by the occasional anonymous SWFMTFLD_REMOVED event
which just states that "something" got removed from the document (but not
truly deleted), and I don't see any better way to handle it than to completely
refill the pool of candidates and rely on the fix of
commit 1f18b3b07832fee769e7a36c4f3503effde26f1e
Date: Thu Oct 2 16:33:46 2014 +0100
Related: fdo#58277 only DelRight after a successful GotoField
to skip the previously successful candidates which got moved
into the redline backing area and so not loop forever
Change-Id: I0b30111bc1f2527011e68d048ecd65fcf71416a5
|
|
Change-Id: I07525411e1c09b49acb64262459d6d6b70cf6e9c
|
|
Change-Id: Ia18c904d9fe5dc347f5fc7f478a4b31adfdb5b2b
|
|
so just replace it with delete and simplify the code
around it now we know exactly what it does
Change-Id: Ie23bc46583684bda35b47022ea9853f25a415b0d
|
|
Change-Id: I832bbf09756e616877621f186ddba17784de9f43
|
|
Change-Id: Ie1de3270723e36f7fd4bfdc4192745c521c61ea4
|
|
Change-Id: I8680049ce810ca30ade33d168486bd589d434a4e
|
|
Change-Id: I4185bbcc40419fced50ca684c35d1090cf361c4c
|
|
Change-Id: If9a6c1e5353364238ce4a888ecc80ead28497c76
|
|
Change-Id: I5bba3f999782af77ee2211d8666d57feb91165ab
|
|
Change-Id: Ib0b1b997b95a40c86d446cfee681982bb475b7e9
|
|
Change-Id: Ia77f9840df7508d96292aac63e65714a7892342f
|
|
The symptom was that some cell borders were missing. It's because in
Word, cell borders are additions to table borders, so if a table border
is single, but the cell border is none, then the outcome should be
single, not none. In Writer, this is a single UNO property, so if it's
set to SOLID then to NONE, the latter wins.
There are two situations where we now do the right thing:
1) style-cell-border is set, direct-cell-border is none -> outcome is
now inheriting (style-table-border, direct-table-border, etc.)
2) style-cell-border is none, direct-cell-border is none, but
direct-table-border is set -> outcome is now direct-table-border.
Change-Id: I320ae908c61221c8020e3b5323c31dec11c15b2f
|
|
Change-Id: I09749037deb44c0cd74b28af226dd4b3e34ee0d1
|
|
Change-Id: I0cf7586a154ca73ce64a2328ff8df1858e2290ac
|
|
Change-Id: I5ae5ce80fdb453fdf5de54c691de4cd0b88ad7f6
|
|
Reviewed on:
https://gerrit.libreoffice.org/11773
Change-Id: I5dc63abea660f097a63f7e61fc2b3b4cd48fa949
|
|
Change-Id: I19f98152b5bd8c9b2cdfacb560d13fc0c1f8c4be
|
|
Change-Id: I30b61fa17a941b785a4f148e2ce6c912dbd3c645
|
|
I don't think this actually matters
Change-Id: Ia7190f436eeb47888b1aace1391cf0b5aef9f9f0
|
|
The inner loop which iterates over the characters of
m_pTxtNode->GetTxt() is already bounded to the length of the
string, so there's no need to pay the price of checking its length
for each array position
Change-Id: I7674ea2b46db75fea30dd016b96ec932068fd73b
Reviewed-on: https://gerrit.libreoffice.org/11784
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
to make it's intended purpose clearly distinguishable from AddNextRef
Change-Id: I5da780b48b19fd873667b648031bc394113f953b
Reviewed-on: https://gerrit.libreoffice.org/11763
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I18a9355bb902b19f0eeecb26d33eba4fb25db8cb
|
|
Change-Id: I449fe34be396114529357388c87162aaf8976292
|
|
Change-Id: I10dfb947bbd9e792c98932608acb2f0987fd8605
|
|
otherwise you're just deleting a char right after whereever
the cursor used to be.
It can be possible to not GotoField if the field in question
is in a redline-deleted portion and show changes is not on. i.e.
its actually already deleted
Change-Id: Ic4833d82c5c33e556f3e159e9732a6db071f5622
|
|
Change-Id: Iaa82352f91167872c9cd39c8ce22b415b9e61d82
|
|
Change-Id: I08eff921ab2de64e5734807963c542818456dd8e
|
|
Similar to 08f33ca66559dfafd29ab0c6073232cf05a6d4e5
Change-Id: I04f11a3821cb3793e5f993995b0c10fc7a62420b
|
|
Change-Id: Ic4e337a17a8149137ff82a64e5513460c36373a0
|
|
Change-Id: Ia0b8ad6af83907a51678e37e41c445fa4a7b5a58
|
|
Change-Id: I057434339e6aee710ba9fa7b6a2cc6a51a5206cf
|
|
Change-Id: I80e92af60fb1a5f6c761d9211e07566618cf9668
|
|
Change-Id: I643f943b274aed8f98278d879fc0b9ad242511d3
|
|
Change-Id: I6ca09e2c9b40c49541ad13b5ba588a625ee454fb
|
|
* Missing colons in labels that precede controls (fdo#78826)
* Sentence capitalization for non-headings
* Make dialog modal and non-resizable for users
* Standardize spacing values to 6 and 12
* Remove extraneous 10-px paddings in tabpages
* Tweak a label to remove a silly “<->”
Change-Id: I4dabad2ec4a610ff3f55e31e078f465a7e42c8f2
Reviewed-on: https://gerrit.libreoffice.org/11756
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I77e61fb268188d7c26132b10d1308daf1bebc741
Reviewed-on: https://gerrit.libreoffice.org/11761
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
And remove page number fields from HTML documents - there are no pages in HTML.
Change-Id: I48a157ba6cb283185d0b58e2fa48227d154def98
|
|
from SwGrfFmtColls.
Change-Id: I4dd83917584406704d1a52f85b8973f2714e9d0b
Reviewed-on: https://gerrit.libreoffice.org/11731
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I627c50f6315b2212e3e1f4790b7fc8e08c6e0ee8
|
|
Change-Id: I63a5361eb338dba30d76f4a0a1afb88e7de5f401
|