- 18 Nis, 2015 2 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Change-Id: I487ab62f412512b0437e6b46a01a3be7c88f5760
-
andreas_k yazdı
Change-Id: Ic1fdd15e90f16037b79bb78fed6fa3a5a914498d Reviewed-on: https://gerrit.libreoffice.org/15374Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
- 17 Nis, 2015 38 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I1a25d603333b78dc89534e45fa23f99c18bd0ee6
-
Eike Rathke yazdı
Change-Id: I64f751455fbba901bb41f91daaf64ee4878a19b4
-
Eike Rathke yazdı
Change-Id: I0e0f064357543e5dc86b178ce30ee005e5483e04
-
Eike Rathke yazdı
Change-Id: I9eb51741d8c5ace52cff70b1954ebde678e6b338
-
Eike Rathke yazdı
Change-Id: I7ebe365c81af5ee9ea70b2efad8908b360a51a7c
-
Markus Mohrhard yazdı
Fix hack for #i78615# Change-Id: I7571f3039e0af91560e24c6d00a7ae456f8ba300
-
Markus Mohrhard yazdı
Change-Id: I8eda0998f0bb9503cf7d6e89ace2fb1872273880
-
Michael Stahl yazdı
Check that we don't clobber a custom bitmap in the dialog. The (non-obvious) trick is that the name of these is non-empty, so we can check that to filter out pool default items that Draw likes to put into item sets (?), as well as just plain weird items that Draw likes to put into item sets, while avoiding relying on the surprisingly implemented ImpGraphic::operator==(). (regression from 38d0047d) Change-Id: I0b94e49ef3a9a32c188c3b117a57f780f55e1584
-
Caolán McNamara yazdı
old school complex tables can create a table model where a cell exists in the table but there are no paragraphs in it. -------- | A | C | ---- | B |*D*| -------- i.e. normally for the above there are 4 nodes which get exported, even though C and D are merged. But it can be the case that there are only three nodes, and *D* is missing be conservative for now and only do this for the obviously broken no cell start but cell end case and incrementally build up the test-cases Change-Id: I5703595f61688a66b7fac7f3905ace0c207c9875
-
Caolán McNamara yazdı
pathological old-school writer tables can have one line here for merged rows The table writer knows about these things, so use that, keep it up to date, and make that up to date cheaper to do Change-Id: I3433206a54c7cb096b699ac0b61653358e647115
-
Miklos Vajna yazdı
Change-Id: Ide8cb5f45d3eb60c45d86d58a9ab12bbc9f4cf47
-
Miklos Vajna yazdı
"Automatically Hyphenate Document Contents When Displayed" Change-Id: I832eed60511b332a3f936b8239fd0a56a84879f1
-
Markus Mohrhard yazdı
Make sure that it does not confuse our importer by adding an attibute to ignore it when the new elements have been added. Change-Id: I15991be9dd993e2aeb18c440a14de3711f8001f4
-
Caolán McNamara yazdı
stop pDel->Cut from deleting the pLastFtnFrm that we still need Change-Id: If5dc507ea58c613a581c0528160adaa5ca5364f3
-
Caolán McNamara yazdı
unstead of the unreliable pTblBox Change-Id: I083560fdbcf83173c5f3c42267ca2d8e4e6d9a17
-
Stephan Bergmann yazdı
Open TODO to actually obtain values for them, instead of returning an empty css::beans::Optional representing "no value available." Change-Id: Iceb286e9873216f7bc36bd88b09ac03bd3a2c895
-
Stephan Bergmann yazdı
Change-Id: I07e0b1689225a78db92bd7338291a128d671c0ab
-
Noel Power yazdı
The dialog seems to be automatically in preview mode from the start (which seems wrong) That bogus mode of operation (which I failed to fix from the begining) is somewhat responsible for the behaviour we see. Adding here a further ugly hack to ensure we use GetText when not in drop down mode (this is when clicking on a cell or cycling through the font list with up/down keys) In dropdown mode sweeping with the mouse highlights fonts (and we preview the highlighted ones) Note: in this case the selected font and the highlighted font are different, we need to pick up the correct one. Change-Id: Id2ba96a57d2f8cfc9657bce8de3ac27588868eaf Signed-off-by:
Noel Power <noel.power@suse.com>
-
Tor Lillqvist yazdı
See 3ac15845. This reverts commit 7bcf9131. This reverts commit 063aec33.
-
Stephan Bergmann yazdı
As pointed out by tml on IRC, its implementation looks completely bogus, and together with the previous 40a26be2 "loplugin:implicitboolconversion gold" that gives rise to the suspicion that the class is effectively unused anyway. Change-Id: If5fa5cdd1dac51f10dba7c77ad9975ee61ccc8be
-
Eike Rathke yazdı
Change-Id: I8b4fa10da0a39df941f92b8bb074b9031f81fb8e
-
Caolán McNamara yazdı
from commit 0415e269 Author: PriyankaGaikwad <priyanka.gaikwad@synerzip.com> Date: Thu Feb 27 17:42:52 2014 +0530 fdo#73219 File corruption: Table in header Description: File corrupt due to the end tag </w:tc> </w:tr> </w:tbl> are missing after roundtrip in header4.xml Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8378 Change-Id: Ib05a50b3b3beca6c744b93360f9341ddcaa1a22a Change-Id: I93ecadf7bfd2d19da33611e82ba95c4106bda2a5
-
Stephan Bergmann yazdı
...while avoiding warnings about conversions to bool-like typedefs (sal_Bool etc.), also in cases where those typedefs are used as type arguments of template specializations (which is no little feat, and the current code is only an approximation of it, one that appears to cover the relevant cases in our code base though). Change-Id: I0ed3801aec7787bf38b429b66e25244ec00cac9b
-
Stephan Bergmann yazdı
Change-Id: I3c6baec2cec24e23e9bdf78882a69838f10b533c
-
Stephan Bergmann yazdı
Change-Id: I049b2eec5b2201f4056bb6e7b9b97e7763e5e214
-
Stephan Bergmann yazdı
Change-Id: I10d50f76dff5d5e456b28393c48b4de21201779b
-
Stephan Bergmann yazdı
Change-Id: If12ec14db83001fe2b51bda25fc71302953d0496
-
Stephan Bergmann yazdı
Change-Id: I165f9cff6c0e942213dddf3b5841c4bb22017330
-
Stephan Bergmann yazdı
Change-Id: Ib7138c40a7f78adae2c362019bc9e20900391ebf
-
Stephan Bergmann yazdı
Change-Id: Ia175eef112cd79019be26a6a068992d796cb2faf
-
Stephan Bergmann yazdı
Change-Id: I248a35364e7bc24ec2d62f70ac9a9e91f07ddf68
-
Stephan Bergmann yazdı
Change-Id: I231012b4603158a6b81d42741076f1742da6695c
-
Stephan Bergmann yazdı
Change-Id: I89aa0e22c31d368ab36fe46917db6aacb11c7b14
-
Stephan Bergmann yazdı
...assuming these shall indeed all convert everything but BREAK_NONE to true? Change-Id: Ib1c863bfbf9be58aa7867aa69c8347f6358f6550
-
Stephan Bergmann yazdı
The code was like that ever since 84a3db80 "initial import" but looks very much like the intent was to make the conditional operator bind tighter than the less-than operator. Change-Id: I810aa5dc56f02e98111f4879db50c59a9b69b8d6
-
Stephan Bergmann yazdı
Change-Id: I931d1931c231e9b8a489d718bd51b490bda071c2
-
Caolán McNamara yazdı
Change-Id: If104cdbc7e9d38c9664492f433c53ee5ffb59578
-
Caolán McNamara yazdı
Change-Id: I215bc3fe9e8e5a95d98cc8f5f1ec970c6d80dee3
-