- 30 Agu, 2016 40 kayıt (commit)
-
-
Thorsten Behrens yazdı
Change-Id: I1aeafbe35f7badb6c59eddf79de4e96229b66886 Reviewed-on: https://gerrit.libreoffice.org/28494Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Christian Lohmaier yazdı
Change-Id: I643eb91691dddf2c4ece2edb27383cb7dd0e3fdc
-
Christian Lohmaier yazdı
Project: translations 4a467ef3a02f7a0903868273eaa3788edd6b73fc add Venetian (vec) translation Change-Id: Iee6f75ba41586355efc4e63a4ef5698e47ffcb01
-
Michael Stahl yazdı
This reverts commit da8583e9. This should also be covered by commit dc83b3ae. Change-Id: I173eb3e7f51288574e4807553200a9ca59a45fef
-
Eike Rathke yazdı
Change-Id: Ia36a6c13dab4c6dbdcff45bfa432835296eec868
-
Eike Rathke yazdı
Change-Id: I5745fe2a54936e7a2585fe311522d71f08b97bfc
-
Xisco Fauli yazdı
...attributes are empty or none and there's a reference to a clip-path present. Change-Id: I4dc4e3bcaac43a007fbdb8a1d006cbd39c737396 Reviewed-on: https://gerrit.libreoffice.org/28500Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Xisco Faulí <anistenis@gmail.com>
-
Justin Luth yazdı
Unable to find/create a proof .doc document, so only implementing this for .docx Change-Id: I3a0cb2ddf7b3aeecc9200e595f70d8c88af4b122 Reviewed-on: https://gerrit.libreoffice.org/28501Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
Change-Id: I5729e80bdaf726c64edf3d50f7225b2181f6e2c9
-
Michael Stahl yazdı
This reverts commit 9accbfa0. ... and the code change of "avoid crashing on load of fdo54724-1.rtf" commit 4ee3eabd. It's much simpler to detect early in convertToTable that there is a row with no cells in it, which should not be allowed. Change-Id: Iff6d235b29514edd57cc55addeefb24242595d88
-
Eike Rathke yazdı
... because the insert() fails anyway if the key exists already and adding a find() only is a performance penalty. Change-Id: I38da75754fb23b9db3b59e5a0bd81e5e5bb05ce2
-
Eike Rathke yazdı
Change-Id: I6ed8428b28300cdd0586d505211e45d76a622115
-
Eike Rathke yazdı
Change-Id: I2f06818e6569fd7e59b94d11b69808a2b81490d5
-
Caolán McNamara yazdı
cancel button works, hyphen all works, but closing it via wm close skips the cancel callback. simplest thing seems to be to call SpellEnd when necessary, flagging that its not necessary by disabling the close button on the RET_OK case Change-Id: Ib0a67c4395e9d20941e735ebb14f6bd7f7ddb66c
-
Caolán McNamara yazdı
Change-Id: I503f954a2729aa2737d783ed8c72f62d8a68da4c
-
Caolán McNamara yazdı
nothing inherits from these classes Change-Id: Ic887ac8a046b8697e310e19b6e7fdf9efae8f074
-
Caolán McNamara yazdı
Change-Id: I0b63abbfe7d29c35cf7c7dd047527b20ad46c538
-
Caolán McNamara yazdı
Change-Id: Ic77dbe3ffb2d2856d437158914b877b913296e0e
-
Caolán McNamara yazdı
Change-Id: I4add8d1f0e1f007d247d4fe9f6fa2048b792c1b0
-
Caolán McNamara yazdı
Change-Id: I10f9ed448854b4ece61fd84b8aa49674d0828cac
-
Caolán McNamara yazdı
and silence coverity#1371210 Missing move assignment operator Change-Id: I6d7a59fd789c16ee11a27d50ba8fd14f17ae77e0
-
Caolán McNamara yazdı
Change-Id: I50edc71ee8bb4398764f2e15180a0269aac233ce
-
Eike Rathke yazdı
Falling back to known locales was necessary before the new language tag implementation that can register "unknown" tags on the fly. In fact here we want to handle tags unknown to us and not fall back to worst case en-US even, so that dictionaries, grammar checkers, thesauri et al for any language tag can be used with such tagged document content. Change-Id: I06e54f41e00e69779b4c0cbbc891f250545a17d2
-
Khaled Hosny yazdı
Draw/Impress is setting writing mode to RTL (which in turn sets text alignment to right) if the current locale is RTL one. This does not make sense at all since it means document prepared on a LTR locale and contains LTR text will appear right aligned on RTL locales. It would have slightly more sense if SetDefaultWritingMode() actually just set a default (for e.g. new documents), but that is not the case here as it affects all documents. This was introduced in 2c32696a with a branch merge and no further explanation. Change-Id: Idee0f58e153498a6676a22242d2edd5054b908c6 Reviewed-on: https://gerrit.libreoffice.org/28411Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
-
Eike Rathke yazdı
They know best when a temporary LanguageTag instance is needed and when not. Change-Id: Ia0dc5b2d165b15362080d60dbb9f58cfa0403014
-
Laurent Balland-Poirier yazdı
Only empty Title create automatic title. Empty subtitle has no other effect than remove subtitle if it is kept empty Change-Id: I7e7de198585885866efea24de3a66c26d3e340ae Reviewed-on: https://gerrit.libreoffice.org/27904Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: Ic7254e2c69a85f2020b0a79e79d9252fe0a0069d Reviewed-on: https://gerrit.libreoffice.org/28471Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Maarten Bosmans yazdı
Change-Id: Id15e1afd991f3476e260ba40a8c45c7261113577 Reviewed-on: https://gerrit.libreoffice.org/28493Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
-
Miklos Vajna yazdı
Unlike in Writer, there doesn't seem to be an existing UNO API that can be reused here. Change-Id: I011a2f34d4d09ad604991637322ceadf6b2eb181 Reviewed-on: https://gerrit.libreoffice.org/28498Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
-
Stephan Bergmann yazdı
...the problems caused by that test having the vcl objects linked into both the test's library and the mergedlib (which the test's library links against) are just not manageable. Change-Id: I6976407275f1f8d8cebfe2dfc6c09656a3936200
-
Stephan Bergmann yazdı
Change-Id: Id9ae15aaf24b65abfcb4006490836eae8a1d8db6
-
Stephan Bergmann yazdı
Change-Id: I5c9bfbb97f0eabe1ea691faf522d22070243d234
-
Stephan Bergmann yazdı
Change-Id: Ia156b152a5df279d879e91cc0311c2f4da27cd05
-
Stephan Bergmann yazdı
Change-Id: Ic04f33413713b592c10ebf27c1e3460a44e3794f
-
Stephan Bergmann yazdı
Change-Id: Ic87ea0139f0c8624a8af5700d97375075c091f73
-
Stephan Bergmann yazdı
Change-Id: I8f7fb8bba65f99732bb172b45e309868047f545c
-
Stephan Bergmann yazdı
Change-Id: I624505ceee232a531826915755717f2e09dc0a72
-
Stephan Bergmann yazdı
Change-Id: Ifa1a6bafd3628b48ebceb09f8cd864361848e81c
-
Stephan Bergmann yazdı
Change-Id: I4d95f15896327101c1c19abc00edcecd7fee26a2
-
Stephan Bergmann yazdı
Change-Id: Ifdfc684ea894e637617de845facbad645ed6331c
-