- 29 Nis, 2013 22 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I459f847a67282bd1e3dc914e25a39815a6e177a0
-
Caolán McNamara yazdı
Change-Id: Id6c566ada50bd4d6f4043bbff25114e7872b7cc8
-
Caolán McNamara yazdı
Project: help 0021ca3f232ca48538685fc75e70616d5e12c407
-
Adam Co yazdı
Change-Id: Ie8c3d30cb28afb97d4ded4ac67241ed18ab9e50c Reviewed-on: https://gerrit.libreoffice.org/3651Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Caolán McNamara yazdı
Change-Id: Ia36b42be8f5caa93937e870467c95f47439d9c9e
-
Caolán McNamara yazdı
Project: help 53c7b09224a3206cc72f65a4001b32e912ca5a45
-
Stephan Bergmann yazdı
Change-Id: I79c5b123abf671d51deadd56644271124420ce64
-
abdulmajeed ahmed yazdı
when you change the text direction it should update the numerical type but it dosen't. this patch will get you out of edit mode before changing text direction and after finish the change it will get you in again Change-Id: I5598fd9dab823c738a812537743695ec88690a24 Reviewed-on: https://gerrit.libreoffice.org/3629Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Aurimas Fišeras yazdı
Change-Id: I25140e854458186c7f66aba1baeabd5fadb3e162 Reviewed-on: https://gerrit.libreoffice.org/3655Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Norbert Thiebaud yazdı
Change-Id: I1961da149ed350131e19233bd5694ae8b6fe65ba
-
Caolán McNamara yazdı
Change-Id: Ie08a7312df0d42efc3697089cf766ceeefd623b0
-
Stephan Bergmann yazdı
Change-Id: I04d9988ab2035ec2d68fac19f506a6b461e4d257
-
Stephan Bergmann yazdı
...which lead to std::unoexpected from sw/PythonTest_sw_python. Change-Id: I94bdbbe131a7c65c363f7aa66e8d8df7bd531449
-
Stephan Bergmann yazdı
...whereby some branding could be orverridden with information from a program/edition/ directory. Change-Id: I7f9324678b09bc8069775dfcbda97be8e0618a91
-
Wol yazdı
New keywords can now simply be added to a static array rather than adding a new "else if" blocks for each keyword. Change-Id: Ib581b3e834a57e0dfa9d139bcb4ae7a0a52a5472
-
Miklos Vajna yazdı
The ctor later will turn that reference to a pointer anyway, but the old code made it easy to pass a String, get it implicitly converted to OUString, and then we took the address of the temporary OUString, later resulting in accessing already freed memory. Instead, take an OUString pointer, and then the compiler will warn about a String* -> OUString* conversion. Adapt one remaining caller accordingly. Change-Id: I4084dea1d245f0c8919d6afe47c5f391729f6eaf
-
Caolán McNamara yazdı
Change-Id: If629068fee488abbad9704b8300e59ea4c5c8605
-
Sameer Deshmukh yazdı
Change-Id: I0b479500938e185fb6d163837b29e6e36e823260 Reviewed-on: https://gerrit.libreoffice.org/3641Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Gokul yazdı
IMO Calling this method again is not required. The If Blocks returns false when User Clicks "Cancel" Button in "Format Cell" Widget, IMO on Cancel Their is no need to Update the table. And on Ok SetAttrToSelectedCells method is called which inturn calls UpdateTableShape() method. Change-Id: I2bb0bb616cc978717a1494e01f257631aadd613c Reviewed-on: https://gerrit.libreoffice.org/3391Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
navin patidar yazdı
Iterate over all selected cells, set appropriate alignment based on current writing direction and alignment of the cell. Don’t change alignment when cell is center aligned or justified. and if alignment is right or left, change it respective to writing direction. Change-Id: Ie98a46af97236ab4303d030f11bd167939dde32b Reviewed-on: https://gerrit.libreoffice.org/3549Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Marcos Paulo de Souza yazdı
By removing the last two libs: nullcanvas and directx5canvas. directx5canvas seems to be dead and nullcanvas don't have entries in scp2. Change-Id: Ib8fc1da123f8374fb83192f14db730638213f564 Reviewed-on: https://gerrit.libreoffice.org/3626Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Chris Sherlock yazdı
Cleanup of source code: - translated German to English - removed useless comment decorations - removed commented out code - some reformatting of code Change-Id: I71d5fdab8226d61bda9ac906bb82176dc11cafd2 Reviewed-on: https://gerrit.libreoffice.org/3643Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
- 28 Nis, 2013 18 kayıt (commit)
-
-
Markus Mohrhard yazdı
My simple test file is finally valid but is still now shown in Excel. There must be another bug in our exporter. Change-Id: Ib55e5b32edc3a556e9081b3008df539275dc289b
-
Markus Mohrhard yazdı
c:characters does not have an attribute val. The value has to be written out as normal string. Change-Id: Icd2c4034918bd223d0c8082a7d137e1ce79a9cfe
-
Markus Mohrhard yazdı
this fixes one validation error with documents containing charts Change-Id: I879963484b1cc00322e8c79bf77dfbbf91869587
-
Markus Mohrhard yazdı
This does not work yet as we have several validation errors in our exported OOXML chart doc. I have to clean them up before the documents are accepted by Excel. Change-Id: I0bba64a9c6cab489199c8e6f04158fea7b953d0a
-
Markus Mohrhard yazdı
Change-Id: I74a4dfcebd61ca1b6befa9f49214e4155ce0bd34
-
Markus Mohrhard yazdı
Change-Id: I70be33bc4843a19a24ce2fcb0cda094684557c04
-
Julien Nabet yazdı
Change-Id: I969217263fdda3e61b38dc16f0a9251b745de885 Reviewed-on: https://gerrit.libreoffice.org/3652Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Julien Nabet yazdı
Change-Id: I0727b800c715962a88e256b30046c9e13d6bd2a9 Reviewed-on: https://gerrit.libreoffice.org/3650Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: I5f2cdcd8a17ca250413bda066acaeab24118f9d6
-
David Tardon yazdı
Change-Id: Idbde83eab55864c16e3472397cb5bd433cf2431c
-
David Tardon yazdı
Change-Id: I5a4433595ac19930a40132c5749a8c0150c90aae
-
David Tardon yazdı
Change-Id: I2e4805b89d519fd5586d5a1edf5dad7662c022de
-
David Tardon yazdı
Change-Id: I1855e72efc1a034d28ca2326ad8b239e2671cea7
-
David Tardon yazdı
Change-Id: I1279ea7cdd9828598179154815a85e2a4ce7e567
-
David Tardon yazdı
Change-Id: I1d2ab70a1557376f056b236c4785e013275bbb92
-
David Tardon yazdı
Change-Id: I073be89556091321543adfe246d751e5f4df119a
-
David Tardon yazdı
Change-Id: I06d20538ec2b4f80963e0e7c6c401b3d573aac86
-
David Tardon yazdı
Change-Id: I88f6327c12fa2b782aa5c82e5891006713348477
-