summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-12Mention the same messages are used over TCP as for BTTor Lillqvist
Change-Id: Ia71f49eeca36ca65b319d47c6047fad310f5f248
2013-04-12pyuno_dlopenwrapper: give error message before abort() if dlopen() failsMiklos Vajna
Change-Id: Idf39b33efe4c7838f2669aec8773616416811d57
2013-04-12Resolves: #i119912# Crash when redo split pasted table used by chartJürgen Schmidt
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
2013-04-12configure: fix typo that enabled mergelibs by defaultMiklos Vajna
The commit message of 0e5f2ea0de71439fe121da47deaba68585541808? didn't mention this, so I guess flipping over the default was just an accident. Change-Id: I9078cc56a6064e3498b012848b860c7b414b37e6
2013-04-12sw/qa: add new script to make sure all files are testedMiklos Vajna
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
2013-04-12fdo#63197, Convert Zip_autotextuserJulien Nabet
Change-Id: I6a7764637f6e5754e68ee6e4ab417224f542592d Reviewed-on: https://gerrit.libreoffice.org/3348 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11Remove thumbnail from local view if we erase it throught the search view.Rafael Dominguez
Change-Id: I42e5fe1f806712b2b912f945c164b0e239ecaa54
2013-04-11Set Template Manager dialog minimum size.Rafael Dominguez
Change-Id: Ifa5091a5159d3832d3b8c8846eff57b6bfcf9854
2013-04-12No point in even considering mergelibs for Android or iOSTor Lillqvist
Change-Id: I2b587946f094cd4e83f4148d6e3359452ec36bf6
2013-04-12No jvmaccess or jvmfwk library unless SOLAR_JAVATor Lillqvist
Change-Id: I676c1305d997d756456245264e68676666f75c7e
2013-04-12Turn off subpixel positioning for nowTor Lillqvist
Change-Id: Id8b9bec79e5673db738e16905eacd8e84cea89e1
2013-04-12Sort source files for clarityTor Lillqvist
Change-Id: Idac1c756faa47236e4ebc3c7400f7e4412f02a44
2013-04-12Use my improved understanding of what a subset BitmapDevice isTor Lillqvist
Need to pass the whole pixel buffer to CGBitmapContextCreate(). Change-Id: Iadac7dc3e63c29e5d0cc328b2e2a1f10824248a6
2013-04-12A bit more logging in DrawText()Tor Lillqvist
Change-Id: I04c715e88ee79aa639c10f2a39d303eecdbd3962
2013-04-12Nah, I don't need a getOffset(), but I do need a getBufferSize()Tor Lillqvist
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
2013-04-11add a env variable to keep the libraries w/ module-deps.plPeter Foley
Change-Id: Id9279b7e0dea2231db12997e571fe13ae240b914
2013-04-11create --enable-mergelibs=all optionPeter Foley
Support cramming everything into one big merged library as well as only the libraries depended upon by almost everything. Change-Id: I69647037dc62840294ba670d5d6c172a4608bf3f
2013-04-12make it localTakeshi Abe
Change-Id: I5e44f15c236f5535fda1932c3206f4190834ae50
2013-04-12drop unused fieldTakeshi Abe
Change-Id: Ic362baf2204768d2e636b6fdd9199e8009c786d8
2013-04-12sal_Bool to boolTakeshi Abe
Change-Id: Ia86be34c6cfeab2a853305aa1568c384d7b4e2b9
2013-04-11fix typoMatúš Kukan
Change-Id: Ib2efc547f0f1daf337cd15d78d76154b9863917f
2013-04-11Resolves: fdo#48039 use same algorithm for assigning get/set replacement idsCaolán McNamara
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
2013-04-11Complete slideshow control functions.Andrzej J.R. Hunt
Change-Id: I093d1a06c6771a22fb804b302d573dbfa72aaf86
2013-04-11Basic Firefox OS Impress Remote.Andrzej J.R. Hunt
Change-Id: Icb62af55a9d117627794852971a20542db51424c
2013-04-11i#79611: SvxFieldData::Create() is not supposed to throw.Jan Holesovsky
Change-Id: Ied4e5cc9211b2a541006432d0b4d257f014249f4
2013-04-11Avoid an endless stream of NoSuchElementException exceptions.Jan Holesovsky
Extremely annoying during debugging; and throwing / catching is not the fastest operation under the sun... Change-Id: Ic5604bb1c3ef77d1577c4ac611af44be6fea6533
2013-04-11Fix documentationTor Lillqvist
The value returned by getScanlineStride() is always positive even if internally the scanline stride is negative in the bottom-up case. Change-Id: Iaf394639d1e5a27d64b83f75c1d715a9860e492e
2013-04-11Add an accessor to get the offset of a subsetted BitmapDeviceTor Lillqvist
Change-Id: I8a4a588287a90c6953b367bb02e075ea58f13a96
2013-04-11Add debugging printout of subsetting informationTor Lillqvist
Change-Id: I6c37885823f14dcfbe750691dad27e094f46e66e
2013-04-11Log the stretch factor if different from oneTor Lillqvist
Change-Id: I37472b779f0e455892f4fe2cfe93023c14335400
2013-04-11Log a null CGRect as "NULL"Tor Lillqvist
Change-Id: I94ef782a3d4cd86afe4c1e96426df771401a65d3
2013-04-11RTF filter: import fShadow, shadowColor and shadowOffset shape propertiesMiklos Vajna
Change-Id: I862a6b59ea2c3fa00f12cb3e9dbfd672a6aa58e5
2013-04-11RTF import of new-style frames: implement line color/widthMiklos Vajna
Change-Id: Ice40f1a9532e661ab6f4e3f476e638f2f8f82b72
2013-04-11Resolves: #i119653# Crash after delete column(s) from chart's source tableJürgen Schmidt
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
2013-04-11prevent vector and sequence out of bounds access, fdo#60300Eike Rathke
This fixes the symptom of the crash but not the underlying cause why a subtotal count would be wrong. Change-Id: I3782b5e39f18bc65ffe510b847ffa7969a26cd37
2013-04-11remove duplicated else branchMatúš Kukan
Change-Id: I2d4676e3b44551d1730fe6e7b2898a2a38e4649c
2013-04-11autoinstall: allow to use only one variable listing all idsMatúš Kukan
Change-Id: I270ea16aedb22c1af765565657ee4069c03ac6f2
2013-04-11scp2: let's autoinstall libraries with names as gbuild knows themMatúš Kukan
Change-Id: I01ab0db1a46ed58403ba16247c131550f9b3fcb1
2013-04-11fdo#60924 scp2: use auto_foo instead of gid_foo_auto_installedMatúš Kukan
Change-Id: I646c5219d3eb1d09206de93a2b21a6a5b3ac2846
2013-04-11autoinstall ure private librariesMatúš Kukan
Change-Id: Ia390c4d4a9be4b5520fd82a573029ea242f9ffb9
2013-04-11do not install merged librariesMatúš Kukan
Since scp2 / make_installer ignores undefined ids, we can just filter-out merged autoinstalled libraries and we are done :-) Change-Id: I5ab63604d54a5a36caccf003a20112e2b47b79da
2013-04-11fdo#60924: autoinstall more librariesMatúš Kukan
This autoinstall thing is quite cool because we don't need #ifdefs in scp2. Conditions in Repository.mk are enough. Change-Id: I31525a7e1d3bf0e4484f838483a829490621a241
2013-04-11Resolves: fdo#63426 presentation wizard crashesCaolán McNamara
This effectively reverts the code parts of 13e8f68e82713cae2d081a236b260bda12aafa23 "fix memory leak and add some documentation" Change-Id: I66fa052f79185e1348c14e99954b04bf0a4622e5
2013-04-11java.lang.String.isEmpty is only since 1.6Stephan Bergmann
Change-Id: I43fd404e96192af3c0a8734c4547cee3b906c935
2013-04-11uno-skeletonmaker does not bootstrap UNOStephan Bergmann
...so mentioning env:INIFILENAME and env:UNO_TYPES is misleading. Change-Id: Ia91ad691c58d226bc445b3355dffb82ba7ddbef5
2013-04-11No need to have uno-skeletonmaker depend on udkapiStephan Bergmann
...just for RuntimeException, which can be replaced with CannotDumpException. Change-Id: I258f5fe534d589b33e988f7e585168c1bc6990f8
2013-04-11Updated coreAndras Timar
Project: translations d3a0a08f6d4e27af6960010fa774b96a009bf6bd
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke
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
2013-04-11RTF shape import: fix default horizontal/vertical orient relationMiklos Vajna
Change-Id: Icf324d2762f292c7f5f2ec9502f58c4961b28512
2013-04-11restore missing mnemonics of writer print options pageCaolán McNamara
as pkacer points out, also use the 12 pixel indent for dependant controls that mduffy suggested as the best default Change-Id: If854ec394b4233bb821f37be9c784c1ccd80b912