summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-03make sure the outdir existsDavid Tardon
Change-Id: Ie0fcc6a9b0b36970d329b34df3d141bc94dae6db
2013-03-03add missing dep on sal/typesizes.hDavid Tardon
Change-Id: I4d3a4f5108076307715128bd86eec432d1878d37
2013-03-03add missing deps on headersDavid Tardon
Change-Id: Ia0dba8875fa7925f95911e11376d4d9175e0af2c
2013-03-03make sure the outdir existsDavid Tardon
Change-Id: I8a6d8b387576db1b4c55bf7b46cc8c29c4be0e77
2013-03-03make sure the outdir existsDavid Tardon
Change-Id: I652e4f9e73a0b2e0bccd204218b90ffda3e54165
2013-03-03why is the ResMgr being created here anyway?David Tardon
Change-Id: Icbff9bd5717e79b39218415f24ca544e98f26686
2013-03-03don't want to include svl/solar.hrc in vclDavid Tardon
Change-Id: I811292ef0071e343b12fac4afb79156830272f82
2013-03-03move fltcall.hxx to vcl to avoid circ. dep.David Tardon
Change-Id: I39ba1b68df0eeb54f47d9947c540b1523567492e
2013-03-03and one more fix for error bar import, related fdo#60083Markus Mohrhard
Change-Id: I76ff4849137aaad175b3c95dce6644d612871201
2013-03-03coverity#982270: fix copy&paste errorMarkus Mohrhard
Change-Id: I845a858935cf00ff3b07dbfead8e827820329309
2013-03-03coverity#735384: fix copy&paste errorMarkus Mohrhard
Change-Id: If9ecdee058780e7ae518aefeebb74a6d62c4b6f9
2013-03-03coverity#735378: fix copy&paste errorMarkus Mohrhard
Change-Id: Id5d7939ba8020cd966d1ff2678186ad912325a78
2013-03-03coverity#736112: make clear that this is not part of the ifMarkus Mohrhard
Change-Id: I442d7e363f7594d1fae5e2afdde71ff6670b1962
2013-03-03coverity#736111: make clear that this is not part of the ifMarkus Mohrhard
Change-Id: Iab61e80a7fa8f01d826ac90e184d09d0e2358b40
2013-03-03coverity#736110: make clear that this is not part of the ifMarkus Mohrhard
Change-Id: I709672e9e2789213c85878d2bd0194ad5bc34060
2013-03-03coverity#736107: nesting level mismatchMarkus Mohrhard
Change-Id: I24655d0e87335ac0356a1082fd993a87613e213e
2013-03-03cverity#736478: leaked file descriptorsMarkus Mohrhard
Change-Id: I0e79f3e330fe1535c473d49010da34b04b9c5875
2013-03-03coverity#705720: fix memory leakMarkus Mohrhard
Change-Id: I374f22ae6cc20c14adb99cd9bc6da1f830067861
2013-03-03coverity#705669: fix memory leakMarkus Mohrhard
Change-Id: Ib99c5e5c4a8c3c6efd0ff0665c73b241790b314b
2013-03-03coverity#705657: fix memory leakMarkus Mohrhard
Change-Id: I326d2d168d48016d6f1784ff947edd17eb398838
2013-03-03coverity#705648: fix memory leakMarkus Mohrhard
Change-Id: I1ba301831758f2ba05226588ec71b1a911d7bbba
2013-03-03coverity#735368: operation has no effectMarkus Mohrhard
Change-Id: Ibdb36f3b1df04dca7c4129ef4837317c991d7ae9
2013-03-03coverity#705121: missing unlock of mutexMarkus Mohrhard
Change-Id: Ib36a2f0ada0f0e1af631f3a1698a44edbd3dd59e
2013-03-03coverity#705120: missing unlock of mutexMarkus Mohrhard
Change-Id: I341ba77e459967ece5916ed897b76e9f63164e58
2013-03-03coverity#983201: fix memory leakMarkus Mohrhard
Change-Id: I0c6a4ed147c6afc1dcabaa33833b7ca50afb4607
2013-03-03coverity#705725: fix memory leakMarkus Mohrhard
Change-Id: I862ea9c4958497cc338b93bd0852c0b1494aee81
2013-03-03coverity#983108: fix memory leakMarkus Mohrhard
Change-Id: Ief22e3cbb826ab0ceca5d199c1bfd21b46e87358
2013-03-03coverity#983107: fix memory leakMarkus Mohrhard
Change-Id: I602510657d72455485e42e66b8ddf68413035232
2013-03-03coverity#983100: close resource handleMarkus Mohrhard
Change-Id: I7e637fcafff08e4299a90887dbcfc60613377c9d
2013-03-03coverity#983099: fix memory leakMarkus Mohrhard
Change-Id: I2fe582bc9b082ab4cac7cc7e6c521087f4906436
2013-03-03sal_Bool to boolTakeshi Abe
Change-Id: I4040baa1a0202426df80a0ea94abde55e2b6ca65
2013-03-03The Viewer executable, not just the app bundle, depends on all the librariesTor Lillqvist
Change-Id: If85d7c8db75dbcd8316193e06b7c337c52216e0c
2013-03-03Do "real" zooming also while the scale gesture is in progressTor Lillqvist
Would work nicely if only it wasn't so compute intensive. Or is it the (temporary hack) constant redrawing that is killing performance? Change-Id: I0b152411a413a818fba7a0f41a3462e423c6ab54
2013-03-03Implement the VCLEVENT_WINDOW_ZOOM by turning it into a wheel mouse eventTor Lillqvist
For now just use an ad-hoc factor that works close enough on my device to turn the zoom scale factor into a value for the somewhat undocumented mnDelta field in SalWheelMouseEvent. Ideally we should of course calculate it so that the end result actually is the document content view being scaled by the requested scale factor. Change-Id: I21215d38c8ce4a35591d92d305ad1aeeca379f0a
2013-03-03libucppkg1 is needed, for auto-save I thinkTor Lillqvist
Change-Id: Ie4ec4e2518c9e0621b75afe21f22862e3e8bf726
2013-03-03Support an ad-hoc (non-gbuild) Makefile workflow for the Android appsTor Lillqvist
For now, we want to keep being able to just say for instance "make run" in the android app directories. Change-Id: I1898d5466c0df6007fa32b202888bed644fa9489
2013-03-02fdo#39468 Translated German comments to EnglishGábor Nyers
Change-Id: If4f8e308cfae6a4ba64576c1b2844210e64085a0
2013-03-02removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)Chr. Rossmanith
Change-Id: I54af0ac7a3454259540e89267200d801b17ec179
2013-03-02translated German commentsLuc Castermans
Change-Id: I4a629124270eb39dc879f74f1814618fe660be5e Reviewed-on: https://gerrit.libreoffice.org/2516 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-03-02translated German comments (file is clean now)Luc Castermans
Change-Id: I1f833fe4a2332c1b2fa1e98fd320e55f7e19c649 Reviewed-on: https://gerrit.libreoffice.org/2517 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-03-02coverity#705402 Improper use of negative valueNorbert Thiebaud
while at it let's avoid creating 16 OUString objects per run from the same 8 constants.. and let's avoid parsing the source 4 times when 1 time suffice... and of course use OUStrinBuffer to construct the result rather than creating and recreating OUString over and over. Change-Id: I74fdb8b51bab91a0883db65bc8c5d0e8606e2da4 Reviewed-on: https://gerrit.libreoffice.org/2326 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-03-02remove RebuildShellIconCache CustomAction (it was Win 9x/NT/2K only)Andras Timar
Change-Id: Id856c2279520d9183c8b10967f5b56903d21963f
2013-03-02Start hacking on zoom and scroll events at the VCL "public" levelTor Lillqvist
On the internal ("Sal") VCL level they will correspond to wheel mouse events, I guess. Change-Id: Ia422f892d73afe501f529020c2aed9ff8fca99f9
2013-03-02Try to make the temporary pinch/spread hack look nicerTor Lillqvist
Change-Id: Id293e04c089b9304721f83fb4eb77cffab67cedd
2013-03-02RTL_CONSTASCII_USTRINGPARAM removalTor Lillqvist
Change-Id: I0c50dea9d86d3ec15ec327883867a384cbf2a6e8
2013-03-02Start hacking on zoomingTor Lillqvist
Change-Id: Ibc9aad490c4616d339e95352a0b8a7f7bed93070
2013-03-02more lto fixesPeter Foley
Change-Id: I97eb27a354dfb6b6d94886729c5b6df0b0f7687a
2013-03-02fix build on android with gcc 4.7Peter Foley
See https://code.google.com/p/android/issues/detail?id=41770 Change-Id: I555c1e9b8b15afd78b07b1c7b12a0b37d1112f9a
2013-03-02always build help for en-USPeter Foley
Change-Id: Ibcde46381cac50058f93e26f0eceb9b1446d1702
2013-03-02respect DBCONNECTIVITY option for shipping mork driverDavid Ostrovsky
Change-Id: If91a3fa6ad8bd1e359e472efacad9d3051cde17c