- 03 Nis, 2014 26 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Icda048beb9b4b580cdf2843ee34698decc035d04
-
Jacobo Aragunde Pérez yazdı
Table style is a property that defines a set of background and line attributes for cells. These attributes depend on theme settings (e.g. theme colors). We added a grabbag to the table object to save the table style name. We detect that name on export and write it back to the document. Finally, modified an existing unit test to check this attribute too. TODO: To get the table style working properly after a roundtrip, we must preserve it and also check that its values are not being overwritten by different cell or table properties. Change-Id: Id0e022a389561960c21ab874db33649499735024
-
Jacobo Aragunde Pérez yazdı
When some background color is set to a table cell, it is stored in the cell properties tag <tcPr> like this: <w:shd w:fill="ECD2B6" w:color="auto" w:themeFill="accent6" w:themeFillTint="66" w:val="clear"/> The theme-related attributes in w:shd were not being preserved. To fix this I added an InteropGrabBag to the cell properties object, which is filled with the attributes of w:shd to be checked on export. The exporter checks if the cell color is still the original color that was imported from the file, if it is not it means the user has manually changed it during the edition and the new color is written instead. Finally, added a unit test for theme attributes on tables. Change-Id: Ica8091b5eb4075e51912a255650a1d9d64f5767a
-
Noel Grandin yazdı
- remove unused PFilterDlgCall typedef - remove bool parameter from PFilterCall typedef - it was always being called with false, and nothing was reading it Change-Id: Ic56127e7d55254a7b9b65849a21cb286f52344d1
-
Noel Grandin yazdı
and clean up the mess around the two different Select methods which just led to confusion in the overriding classes. Change-Id: Iea0ea85752180d0dc50d2b4ddb3d861e8447fb0a
-
Noel Grandin yazdı
Change-Id: I610c408178f194db2a29e966feccba377f36e2cd
-
Noel Grandin yazdı
Change-Id: I0fb2827c41024216f574266e61a11b1cbb7bce28
-
Noel Grandin yazdı
Change-Id: I6938314a08d061d2b07d9129742d74a989bd1385
-
Noel Grandin yazdı
Change-Id: I24deda680469ce99ba358a68e83551bdb584751a
-
Noel Grandin yazdı
Change-Id: Ic4bcc2fa02426e1995d08a6992cc5b35777c1c9a
-
Noel Grandin yazdı
Change-Id: Ia05b3210314c39db5110eded731f2be4b7405e87
-
Noel Grandin yazdı
Change-Id: I50788585dbcc489325dc9536a8e4d974a710e30d
-
Noel Grandin yazdı
Change-Id: I2ad60bd64cabb29a9e909f31e7d5bd92989120f7
-
Noel Grandin yazdı
Change-Id: If611cf344d82640b284c159e2e6394074b30e2db
-
Noel Grandin yazdı
Change-Id: I66999e5d9f827650f4c1bccb14178f8fa8a57cbf
-
Noel Grandin yazdı
Change-Id: I1227c958d58903dc114a4e4173fb2714b2ec33f2
-
Noel Grandin yazdı
Change-Id: I005c523765fbe530dfcb7755cef3081c24c6a734
-
Noel Grandin yazdı
Change-Id: I3a293e72413e1dc39eaa4b5c289fc4fab6b556fd
-
Noel Grandin yazdı
Change-Id: I305ccda011463a3b24de48fae168ffae4da264c1
-
Noel Grandin yazdı
Change-Id: Ida8ee14bb6350fad815d741ca7a2b7db04a8ed11
-
Tor Lillqvist yazdı
Change-Id: Ie07576d2d63f4db9acf7ebf09ebd25a4f7bd014b
-
Tor Lillqvist yazdı
Change-Id: I8c37b9ec45836f9c0e2dc0cf232f96f23c7c36d3
-
Stephan Bergmann yazdı
Change-Id: Ib753cacf91baa6a761ac8f971b67c0f5ade555b6
-
Stephan Bergmann yazdı
Change-Id: I9cba1299c54f196a5a7b35384f4c15bbbea273bb
-
Stephan Bergmann yazdı
Change-Id: I1cd2ad1284f2fb9f6847cdb9175a5872a66726cd
-
Stephan Bergmann yazdı
Change-Id: Ifeee0632f6e163037bea9ba2ee8d19f050f9a212
-
- 02 Nis, 2014 14 kayıt (commit)
-
-
Markus Mohrhard yazdı
will be run on a tinderbox for now that will be the reference for anything related to it Change-Id: Ib795b53f74e9207d0272342f12d426bbc21164b4
-
Markus Mohrhard yazdı
Change-Id: I172cbd54a231a4f9b621fb85c7f349839286143a
-
Jan Holesovsky yazdı
No idea what is best here :-) - MSO is more like what it was before this change, OTOH this layout looks more as the final pivot table, which (in my eyes) makes it easier to use. Change-Id: I5acb8c151139688c71b06d07006499513a17bdb9
-
Miklos Vajna yazdı
Change-Id: I127ef1183a2c146471668680965fa3d72f6a8f81
-
Miklos Vajna yazdı
Change-Id: Ib52309202714e67af78ef5a47f519779d849931c
-
Miklos Vajna yazdı
Change-Id: Ia09cd8738e7bfbb942690efb193c0de30e93f69c
-
Winfried Donkers yazdı
Change-Id: I8758e2407f1d3d1e09324b4fe5cc0442f8dda34d Reviewed-on: https://gerrit.libreoffice.org/8819Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I0e155c6c68a43020110a8e1c0cb29cabdcade454
-
Stephan Bergmann yazdı
Change-Id: Id329745fa1988003b4771c6b7d75f2db0930184c
-
Tor Lillqvist yazdı
Better fix for warning: "comparison of constant 255 with expression of type 'const char' is always true". I hadn't considered that the code is in a template, so it must handle strings of arbitrary integer types (well, Unicode). Change-Id: I38d6d480bfc3ff89db1276cac38d310ecdcc2cfa
-
Caolán McNamara yazdı
and dialogs that are loaded from the .ui format Change-Id: Id8abff6d89818ca7384d9691a05eacd378a5905c
-
Eike Rathke yazdı
Regression introduced with ca8ca8c2 that used GRAM_ENGLISH_XL_OOX instead, which is English UI function names with OOXML reference syntax. Change-Id: If6b73e85a45e57f6ef281d1edf8e34dec7cb9bb8
-
Eike Rathke yazdı
Change-Id: I01969fb4596e7866ddb348d026a22f45deeef0c8
-
Caolán McNamara yazdı
Change-Id: Ic24e147dd631bbed4e5759b1bd4bebbd0b8add4a
-