- 22 Agu, 2013 40 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: Ib3b2bab5beffb8164a8cd2c0b4db4c97f427507e
-
Marcos Paulo de Souza yazdı
Change-Id: I973a66c6f805727cfaa5a5663ce4a9c200412a66 Reviewed-on: https://gerrit.libreoffice.org/5571Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Caolán McNamara yazdı
Change-Id: I624a4cfa8a5e8c3c72833ff0c3545deadbe4435d
-
Ri GangHu yazdı
Signed-off-by:
Adam Co <rattles2013@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/5272 Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I5c8440edad0381e33b64f64bb54aa8f1bc304007
-
Miklos Vajna yazdı
This was added to the import suite temporarily, to be sure the import part does not regress till the export part passes, which is now the case. Change-Id: Ib9291ab3ef0beaa407f025c6f81bda9cdf9f75e9
-
Ivan Timofeev yazdı
Change-Id: Icdb1774996e9b9669e95fdbefca0be054f91465a
-
Miklos Vajna yazdı
This commit also moves the floating table DOCX import testcase to the export suite. That test now passes fine, though previously it failed with: - Expected: -199 - Actual : -198 Due to the rounding error. Change-Id: I9bdc9295f68b6bd3e5f5bee868aae15194b30804
-
Caolán McNamara yazdı
Change-Id: I2f50ef1dabe2f152f2e18025edc88734158dbea2
-
Stephan Bergmann yazdı
Change-Id: I889c7d526b0b06b3c77248d1da255ffa8f754da1
-
Stephan Bergmann yazdı
Change-Id: I2575da1ccbe1c301dd826588aec2a787176d3cfd
-
Caolán McNamara yazdı
this reverts 6c719c15 "n#615223 local nbyte1 should have been class-level nByte1" which was to fix the use seen in valgrind og the uninitialized nByte1 So additionally remove the use of the uninit nByte1 entirely Change-Id: I5b3f4fa00d74e545f207a11a5e90935f14a23a8e
-
Piao Jing Nan yazdı
Change-Id: If4940b17bcee0d06fa8dc9bf9faa708cf6d0db1c Signed-off-by:
Adam Co <rattles2013@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/5528Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Tor Lillqvist yazdı
Change-Id: Ibb2a62d85d291138b002fb72ef3f681a46376bc9
-
Caolán McNamara yazdı
Change-Id: I59081c74adaf88d81a3c539c8fbfe3b535d7f6bb
-
Caolán McNamara yazdı
use the same arbitrary looking value as the other places where this hack is used, and now I can get to see whats in this dialog Change-Id: I61ce921778befa604dba362e59999342a4ca34ec
-
Caolán McNamara yazdı
Change-Id: Id6d4b235e9eff610ad33a0815b2ade6d78ad704f
-
Stephan Bergmann yazdı
Change-Id: I15b7069e2c7362b9554bf0f869d7c922895a6466
-
Stephan Bergmann yazdı
Change-Id: I4ba11570328e17abdf063049065b4fc6dcc65a9d
-
Stephan Bergmann yazdı
...appears to be completely unnecessary, and maybe this helps fix some obscure DispsedException failures in JunitTest_sc_unoapi (not ones resulting from a crashed soffice.bin, but "genuine" ones happening when chasing util.AccessibilityTools.getAccessibleObjectForRole). Change-Id: I127940e9a2a9784d01255307b60614d53c86436f
-
Stephan Bergmann yazdı
Change-Id: Idcb41f8b83863ac1d37ea47a8bb61901f3bc7e06
-
Stephan Bergmann yazdı
...though the real fix of course would be to keep the oslThread around to join it later. Change-Id: I604431cd59e623a7ec97734800136464fd272802
-
Miroslav Mazel yazdı
Change-Id: If53d3c2f35eaa2df13b02efe50972dcd53945bf3 Reviewed-on: https://gerrit.libreoffice.org/5580Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Caolán McNamara yazdı
Change-Id: Iae13a7484643117a6f0f40c298c95f6b2a2a4467
-
Andras Timar yazdı
Change-Id: I4195ae747229dd5f991acc8ed5764b42aeb73cf3
-
Bjoern Michaelsen yazdı
- it was only a helper for dmake->gbuild migration - this is luckily done and good riddance Change-Id: Ib32ce4e48ff353d8207222fee18e9cb5d235bc5b
-
Bjoern Michaelsen yazdı
Change-Id: I5d182aa00c4c0488edb52633392f6747772b7176
-
Tor Lillqvist yazdı
For some reason I get an error message about soffice.bin already being signed, even though it isn't. Also ignore (bogus?) exit status from codesign. Change-Id: I0227cf9a3b098a5c16ea68643c84cdc0ded2a8f9
-
Noel Grandin yazdı
Change-Id: Ie3adf4cc83c7b2128565eab1a9d4df8beec36c99
-
Noel Grandin yazdı
after my OUString changes. Seems like windows really doesn't like OUString tmp; bool b; tmp += b ? "1" : "0"; Change-Id: Ie53b4fa36b5ae462fe922feec76e13588d38f1db
-
Caolán McNamara yazdı
Change-Id: I37bbe66798efe855e9d12d131311615f6fbac702
-
Caolán McNamara yazdı
Project: help 0ff44743cae6804c14732976090da301b0bedcff
-
Noel Grandin yazdı
The comparison of NO_INDEX to getLength() makes no sense, and makes even less sense now that the code is using OUString, after my recent change Change return type to sal_Int32, and change NO_INDEX to -1, so that it can't possibly conflict with a valid index. Change-Id: I65cb945096b4b9cb80f61d896177c2562a0d2c76
-
Noel Grandin yazdı
after my change in ea5cba1f, the code is passing in the address of a local OUString member, then later delete'ing that pointer. Change it to pass in new instance of OUString Change-Id: I9ae5876464fc0dcb74fbd152fd3f96cf856688c8
-
Andras Timar yazdı
Change-Id: I827ecafe1a22c5ef860dea590799693525cec849
-
Miklos Vajna yazdı
Regression from 60c17b28. Change-Id: Ie16d611622e6a814d5cbea00c3f992cd9ecba027
-
Noel Grandin yazdı
One of the changes is inside an "#ifdef WNT" block, so I missed it. The other change is because MSVC is not quite as smart when it comes to matching the "const char *" OUString constructors. Change-Id: I60f2ccb719630bab2a178cecc2f84b7a706ad230
-
Miklos Vajna yazdı
Regression from 6e0d836f, when simply copy-pasting some string to a terminal window, rFltNm is empty. Change-Id: I874e262ef1a3ebb38d90d9ef4f1b8d3457c5daff
-
Jan Holesovsky yazdı
"Left to right, then down" was the same as "Top to bottom, then right" when printing handout; set the 6 pages explicitly as the default. Change-Id: I4a5f58c8fcf2efdc85ad7bb23bde791c5fb87584
-
Noel Grandin yazdı
Change-Id: Ifd4f1548ad98665288b2b2ea8f14fa0a7e3bd697
-
Noel Grandin yazdı
Change-Id: Idcacda16e53c0abf55c59638951c5f58c0ece4aa
-