Age | Commit message (Collapse) | Author |
|
Change-Id: Ia71f49eeca36ca65b319d47c6047fad310f5f248
|
|
Change-Id: Idf39b33efe4c7838f2669aec8773616416811d57
|
|
fix: While deleting any box from chart data provider, verify whether there are
any invalidate chart data sequence inside, if so, catch the exception and
remove it.
Patch By: Peng Chen
Found By: yanji
Review By: jsc
(cherry picked from commit a92e353922d63d785e3d46aa1a4783846a9dea18)
Change-Id: I239824e92d13e42b83674dbdeaeef053f1e6ea9a
|
|
The commit message of 0e5f2ea0de71439fe121da47deaba68585541808? didn't
mention this, so I guess flipping over the default was just an accident.
Change-Id: I9078cc56a6064e3498b012848b860c7b414b37e6
|
|
When some import filter fix arrives in, and the submitter submits a test
file, but doesn't provide a matching testcase, we accept the patch, as
it's better than nothing. This script will search for such files,
providing kind of a TODO list for what testcases have to be implemented.
Change-Id: I713fe2f0aef4cbca66ba913baf54b7bd28ba2471
|
|
Change-Id: I6a7764637f6e5754e68ee6e4ab417224f542592d
Reviewed-on: https://gerrit.libreoffice.org/3348
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I42e5fe1f806712b2b912f945c164b0e239ecaa54
|
|
Change-Id: Ifa5091a5159d3832d3b8c8846eff57b6bfcf9854
|
|
Change-Id: I2b587946f094cd4e83f4148d6e3359452ec36bf6
|
|
Change-Id: I676c1305d997d756456245264e68676666f75c7e
|
|
Change-Id: Id8b9bec79e5673db738e16905eacd8e84cea89e1
|
|
Change-Id: Idac1c756faa47236e4ebc3c7400f7e4412f02a44
|
|
Need to pass the whole pixel buffer to CGBitmapContextCreate().
Change-Id: Iadac7dc3e63c29e5d0cc328b2e2a1f10824248a6
|
|
Change-Id: I04c715e88ee79aa639c10f2a39d303eecdbd3962
|
|
To properly handle subsetted BitmapDevices in the iOS vcl backend I
seem to need to know what the size of the full BitmapDevice is.
I wasted at least one day on desperate hacking and debugging, trying
to wrap my head around a misunderstanding of what a subsetted
BitmapDevice is. I thought it involved coordinate offsetting...
Change-Id: I83bf1a7d75ce192aaf21f1e408008e362fd6c6e6
|
|
Change-Id: Id9279b7e0dea2231db12997e571fe13ae240b914
|
|
Support cramming everything into one big merged library as well as
only the libraries depended upon by almost everything.
Change-Id: I69647037dc62840294ba670d5d6c172a4608bf3f
|
|
Change-Id: I5e44f15c236f5535fda1932c3206f4190834ae50
|
|
Change-Id: Ic362baf2204768d2e636b6fdd9199e8009c786d8
|
|
Change-Id: Ia86be34c6cfeab2a853305aa1568c384d7b4e2b9
|
|
Change-Id: Ib2efc547f0f1daf337cd15d78d76154b9863917f
|
|
i.e. use the same algorithm for assigning replacement ids for both get and set
exp fields.
Otherwise, consider for ex.
1. fields exists with ids of 1 and 2 in master document
2. a field exists with id of 1 in subdocument and must be reassigned a new
id to not collide with the pre existing master ids
In get orig algorithm assigned first unused slot of master to subdocument field
i.e. 0 unused in master, so subdocument:1 converted to master:0
In set orig algorithm sorted all used master slots and assigned largest used id
plus 1 (therefore unused) to subdocument field i.e. largest id used in master is
2, so subdocument:1 converted to master:3
so get can't find set and error's out with:
Error: Reference source not found
Change-Id: Ie8758dc22cf8deeeeff079532284e57eeaf4a9bd
|
|
Change-Id: I093d1a06c6771a22fb804b302d573dbfa72aaf86
|
|
Change-Id: Icb62af55a9d117627794852971a20542db51424c
|
|
Change-Id: Ied4e5cc9211b2a541006432d0b4d257f014249f4
|
|
Extremely annoying during debugging; and throwing / catching is not the
fastest operation under the sun...
Change-Id: Ic5604bb1c3ef77d1577c4ac611af44be6fea6533
|
|
The value returned by getScanlineStride() is always positive even if
internally the scanline stride is negative in the bottom-up case.
Change-Id: Iaf394639d1e5a27d64b83f75c1d715a9860e492e
|
|
Change-Id: I8a4a588287a90c6953b367bb02e075ea58f13a96
|
|
Change-Id: I6c37885823f14dcfbe750691dad27e094f46e66e
|
|
Change-Id: I37472b779f0e455892f4fe2cfe93023c14335400
|
|
Change-Id: I94ef782a3d4cd86afe4c1e96426df771401a65d3
|
|
Change-Id: I862a6b59ea2c3fa00f12cb3e9dbfd672a6aa58e5
|
|
Change-Id: Ice40f1a9532e661ab6f4e3f476e638f2f8f82b72
|
|
It crashes after adjusting the table size.
fix: Recorrect the logic of code in SwChartDataSequence::Dispose(), release the
relationship inside.
Patch By: Peng Chen
Found By: yanji
Review By: jsc
(cherry picked from commit 3977937c2d96133c7d53c289cc9e218bb13095f4)
Change-Id: I09e9c390527402e5f91031e7370910e93cf70fa7
|
|
This fixes the symptom of the crash but not the underlying cause why a
subtotal count would be wrong.
Change-Id: I3782b5e39f18bc65ffe510b847ffa7969a26cd37
|
|
Change-Id: I2d4676e3b44551d1730fe6e7b2898a2a38e4649c
|
|
Change-Id: I270ea16aedb22c1af765565657ee4069c03ac6f2
|
|
Change-Id: I01ab0db1a46ed58403ba16247c131550f9b3fcb1
|
|
Change-Id: I646c5219d3eb1d09206de93a2b21a6a5b3ac2846
|
|
Change-Id: Ia390c4d4a9be4b5520fd82a573029ea242f9ffb9
|
|
Since scp2 / make_installer ignores undefined ids, we can just
filter-out merged autoinstalled libraries and we are done :-)
Change-Id: I5ab63604d54a5a36caccf003a20112e2b47b79da
|
|
This autoinstall thing is quite cool because we don't need #ifdefs in
scp2. Conditions in Repository.mk are enough.
Change-Id: I31525a7e1d3bf0e4484f838483a829490621a241
|
|
This effectively reverts the code parts of
13e8f68e82713cae2d081a236b260bda12aafa23
"fix memory leak and add some documentation"
Change-Id: I66fa052f79185e1348c14e99954b04bf0a4622e5
|
|
Change-Id: I43fd404e96192af3c0a8734c4547cee3b906c935
|
|
...so mentioning env:INIFILENAME and env:UNO_TYPES is misleading.
Change-Id: Ia91ad691c58d226bc445b3355dffb82ba7ddbef5
|
|
...just for RuntimeException, which can be replaced with CannotDumpException.
Change-Id: I258f5fe534d589b33e988f7e585168c1bc6990f8
|
|
Project: translations d3a0a08f6d4e27af6960010fa774b96a009bf6bd
|
|
The document https://issues.apache.org/ooo/attachment.cgi?id=34418
attached to https://issues.apache.org/ooo/show_bug.cgi?id=62493 crashes
in a dbgutil build due to an invalid subtotal count that leads to an out
of bounds access in a vector, in this case with offset -1
This fixes the symptom, not the cause why the subtotal count would be
wrong.
Change-Id: If96c2eadba8753ea3e3166db0a81441818c89b2d
|
|
Change-Id: Icf324d2762f292c7f5f2ec9502f58c4961b28512
|
|
as pkacer points out, also use the 12 pixel indent
for dependant controls that mduffy suggested as the
best default
Change-Id: If854ec394b4233bb821f37be9c784c1ccd80b912
|