- 22 Agu, 2013 40 kayıt (commit)
-
-
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
-
Noel Grandin yazdı
Change-Id: Ief905dc3f4a809bd84a48ed6754040886b30da09
-
Noel Grandin yazdı
Change-Id: Ia0cea486e77e449f86cf21013dd193523868261f
-
Noel Grandin yazdı
Change-Id: I0d8443b6c288449b74baa5d56593390ba3a9e419
-
Noel Grandin yazdı
and de-virtual JumpToMark because no-one seems to be overriding it. Change-Id: I35cf856d817f2685463ae5ef9f2ebc00e515fe3d
-
Noel Grandin yazdı
Change-Id: I115dfd5ca7d343b220b2a3e8aa0565f9e4689042
-
Noel Grandin yazdı
Change-Id: I51ad001473a83eb336f6b00fd989b9e6b2f73ec5
-
Noel Grandin yazdı
Change-Id: I32e411801d3754ca635cfc3ed9529b8ea43ffa3c
-
Noel Grandin yazdı
Change-Id: Ib868e94bb73f244fcb5b1b47962ded0118023a26
-
Noel Grandin yazdı
Change-Id: Ia544a7e84ac4de4f64ef4d7e71219a3f4683c430
-