Age | Commit message (Collapse) | Author |
|
Change-Id: I0e86c82fb81732468cf0a60eb8ff1d0579986767
|
|
Change-Id: I61c6c73965cad2cd807dbc9d33894c67a61f2c75
|
|
Project: help d94d2ab8e1f91817a318edefbbd3e805cb71102d
|
|
Change-Id: Ib3b2bab5beffb8164a8cd2c0b4db4c97f427507e
|
|
Change-Id: I973a66c6f805727cfaa5a5663ce4a9c200412a66
Reviewed-on: https://gerrit.libreoffice.org/5571
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
|
|
Change-Id: I624a4cfa8a5e8c3c72833ff0c3545deadbe4435d
|
|
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
|
|
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
|
|
Change-Id: Icdb1774996e9b9669e95fdbefca0be054f91465a
|
|
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
|
|
Change-Id: I2f50ef1dabe2f152f2e18025edc88734158dbea2
|
|
Change-Id: I889c7d526b0b06b3c77248d1da255ffa8f754da1
|
|
Change-Id: I2575da1ccbe1c301dd826588aec2a787176d3cfd
|
|
this reverts 6c719c1585eb1a2dbab86cc73ff871da41765981 "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
|
|
Change-Id: If4940b17bcee0d06fa8dc9bf9faa708cf6d0db1c
Signed-off-by: Adam Co <rattles2013@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/5528
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: Ibb2a62d85d291138b002fb72ef3f681a46376bc9
|
|
Change-Id: I59081c74adaf88d81a3c539c8fbfe3b535d7f6bb
|
|
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
|
|
Change-Id: Id6d4b235e9eff610ad33a0815b2ade6d78ad704f
|
|
Change-Id: I15b7069e2c7362b9554bf0f869d7c922895a6466
|
|
Change-Id: I4ba11570328e17abdf063049065b4fc6dcc65a9d
|
|
...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
|
|
Change-Id: Idcb41f8b83863ac1d37ea47a8bb61901f3bc7e06
|
|
...though the real fix of course would be to keep the oslThread around to join
it later.
Change-Id: I604431cd59e623a7ec97734800136464fd272802
|
|
Change-Id: If53d3c2f35eaa2df13b02efe50972dcd53945bf3
Reviewed-on: https://gerrit.libreoffice.org/5580
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
Change-Id: Iae13a7484643117a6f0f40c298c95f6b2a2a4467
|
|
Change-Id: I4195ae747229dd5f991acc8ed5764b42aeb73cf3
|
|
- it was only a helper for dmake->gbuild migration
- this is luckily done and good riddance
Change-Id: Ib32ce4e48ff353d8207222fee18e9cb5d235bc5b
|
|
Change-Id: I5d182aa00c4c0488edb52633392f6747772b7176
|
|
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
|
|
Change-Id: Ie3adf4cc83c7b2128565eab1a9d4df8beec36c99
|
|
after my OUString changes. Seems like windows really doesn't like
OUString tmp;
bool b;
tmp += b ? "1" : "0";
Change-Id: Ie53b4fa36b5ae462fe922feec76e13588d38f1db
|
|
Change-Id: I37bbe66798efe855e9d12d131311615f6fbac702
|
|
Project: help 0ff44743cae6804c14732976090da301b0bedcff
|
|
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
|
|
after my change in ea5cba1f88a4e183b135ee8df72fae9c0ee32aa6, 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
|
|
Change-Id: I827ecafe1a22c5ef860dea590799693525cec849
|
|
Regression from 60c17b2873506ed8b068b34840aecda0c1d9bd65.
Change-Id: Ie16d611622e6a814d5cbea00c3f992cd9ecba027
|
|
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
|
|
Regression from 6e0d836ff120ba292ba52f3623a3dd9be04aefc2, when simply
copy-pasting some string to a terminal window, rFltNm is empty.
Change-Id: I874e262ef1a3ebb38d90d9ef4f1b8d3457c5daff
|
|
"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
|
|
Change-Id: Ifd4f1548ad98665288b2b2ea8f14fa0a7e3bd697
|
|
Change-Id: Idcacda16e53c0abf55c59638951c5f58c0ece4aa
|
|
Change-Id: Ief905dc3f4a809bd84a48ed6754040886b30da09
|
|
Change-Id: Ia0cea486e77e449f86cf21013dd193523868261f
|
|
Change-Id: I0d8443b6c288449b74baa5d56593390ba3a9e419
|
|
and de-virtual JumpToMark because no-one seems to be overriding it.
Change-Id: I35cf856d817f2685463ae5ef9f2ebc00e515fe3d
|
|
Change-Id: I115dfd5ca7d343b220b2a3e8aa0565f9e4689042
|
|
Change-Id: I51ad001473a83eb336f6b00fd989b9e6b2f73ec5
|
|
Change-Id: I32e411801d3754ca635cfc3ed9529b8ea43ffa3c
|