summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-05Bye bye ODMATor Lillqvist50-5692/+11
SUSE has no interest in it any longer, and I doubt anybody else has either.
2012-12-05Check WITH_MOZAB4WIN, this time the commit does just thatTor Lillqvist2-2/+2
2012-12-05Revert "Check WITH_MOZAB4WIN"Tor Lillqvist2-2/+3
The commit accidentally removed a line which was related to ODMA, not MOZAB, and that needs to be removed (if we want that here) in a separate commit. Sigh, shouldn't be doing many things at the same time. This reverts commit 748fd365ea3e6cb2b14f02858c1724559ac87eac.
2012-12-05changed function names and variables to conform with UNO styletino5-58/+60
Change-Id: I3de884b54083a6916a5baed4d475016aa9d4ddec (cherry picked from commit 8d0dbbdad4b06da7d90d39acf1870fb62543d6ea) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-12-05fix problem with captions inserted at problematic zoom levelsNoel Power4-2/+27
also makes sure that caption drawn ( when hovering over note cell ) is drawn at the correct position also ( e.g. corrected for zoom pos ) Change-Id: I7c06dd74d26e37d69bcc5a5734fae676aa7599e7
2012-12-05fdo#57553: Picture dialog Macro tab page: lazily initMichael Stahl2-3/+20
... because JVM startup is annoying, so delay it until really activating Macro tab. This patch is sort of lame but with the change in bd2c14ec78a7549d4a19738154cdd5ea890f61c4 what can you do... Change-Id: I01fe03abf3e4582e87927729286a21d0bac7037c
2012-12-05libcmis, libvisio get a boost dependency tooMichael Stahl2-0/+2
Change-Id: I43a0e613614f98351c157895812ce3ca5808f703
2012-12-05Check WITH_MOZAB4WINTor Lillqvist2-3/+2
2012-12-05workaround for gcc-4.0.1 bugLuboš Luňák1-2/+2
Apparently it cannot do proper name resulution here despite the using namespace near the top of the file.
2012-12-05remove unused parameterMarkus Mohrhard2-4/+3
Change-Id: Ica799b8a036a3055ea50ecc90ca85acc1ec51f21
2012-12-05correctly parse range in cond format dlgMarkus Mohrhard4-6/+4
Change-Id: I92d19cd71f7f1c9e90b2d3039a5c3c6a0143d1c7
2012-12-05adapt cond format range when copying sheets, fdo#56742Markus Mohrhard1-1/+5
Change-Id: I9b28ac161f326ebeeaf0fa22e0a96915187d7c94
2012-12-05unnecessary forward declarationMarkus Mohrhard1-1/+0
Change-Id: I5a4a60a3d374b71625646378e938b51fc9dbaeb2
2012-12-04Actually let's use the internal API directly here.Kohei Yoshida2-23/+17
Change-Id: I1690723b11db2d6f1f5101913ab68596a44c467e
2012-12-04Fix the testPasswordExport test.Kohei Yoshida1-4/+10
Change-Id: I9ef9be5d31a08813db9ecfed8eeb0ba8579309e9
2012-12-04Remove duplicate code blocks.Kohei Yoshida1-41/+16
Change-Id: If44f44ad076313ab67968fd70f244d781356028d
2012-12-04More adjustment of file load code in the unit test.Kohei Yoshida2-6/+5
And remove the try catch block, which shouldn't really be necessary there. Change-Id: I91db12203332b31b208b107db810c33705a57f0b
2012-12-04Disable user interaction here too, to prevent dialog launches.Kohei Yoshida1-0/+2
Change-Id: I6b193ddf7e03dd6706326e9fe8a523423435812f
2012-12-04WorkbookFragment::finalizeImport(): catch DialogCancelledExceptionMichael Stahl1-1/+6
... so sc tests don't terminate with unhandled exception. Change-Id: Id6bcfa8b181bcb1f6df63a7918e88c68ff7940e5
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida10-13/+82
But allow it to be disabled for filters tests as well as external document loading. Change-Id: I5b8533532c6be8b7c2cfcbe15faf780d621aec65
2012-12-04sort printersCaolán McNamara1-0/+1
Change-Id: Idd9e10211eedbe23cabc92a7f1b1c0416fef480e (cherry picked from commit 65e36f20761ff191816f9a7e32da750ca3001e45) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-12-04also workaround strange crash with ref edit field for formula conditionMarkus Mohrhard1-1/+1
Change-Id: I96a08b04215fdb22af5e1d2b21512544ebcc0f3a
2012-12-04LIBO_UDK_3.7 -> LIBO_UDK_4.0Luboš Luňák1-1/+1
There will be no 3.7. Change-Id: Ib2808aa259baaa7eac42c7ec7a640105fc8c07a1
2012-12-04Take extra cache/uno_packages/*.tmp_/*properties files into accountStephan Bergmann1-11/+14
...when migrating user extensions from an old user profile. Change-Id: I4425eba1e840bfdb33782bb3ed0542ce48b2f75f (cherry picked from commit bd9c4510ff13ab7e935ed12c5b6d1f132c6f2b79)
2012-12-04Fixed removed entry for SID_STYLE_HIDE in sc/sdi/formatsh.sdiCédric Bosdonnat1-0/+1
Change-Id: I374173f5a91235fa16ca84e6a26d947cd0009e0d
2012-12-04Branch libreoffice-4-0Petr Mladek3-0/+0
This is 'libreoffice-4-0' - the stable branch for the 4.0.x releases. The commit rules are different according to the development phase: + 4.0.0 beta phase: + any bug fixes are allowed without review + late features need approval by 3 people with different affiliation + 4.0.0 rc phase and later: + fixes need approval by one reviewer + late features need approval by 3 more people with different affiliation IMPORTANT: Every developer is responsible for pushing the fixes into all appropriate branches. Note that we do not plan any merge from this branch to master or vice versa. Please, help use to make stable and usable release. If you want to build something cool, unstable, and risky, use master. Change-Id: Icd7ddf1ebdfd582ea097c5e91da6c67535d4da52
2012-12-04superficial specialcasing is superficiallibreoffice-4-0-branch-pointBjoern Michaelsen1-1/+1
2012-12-04make 'make tail_build' work again from the toplevelBjoern Michaelsen2-5/+5
also: - tail_build.all - tail_build.build - tail_build.check
2012-12-04revert the huge performance regression in gbuild intoduced with ↵Bjoern Michaelsen1-0/+9
0a45deba2be4a77db7540bd050b25bd6c26d7513 - we should default to make -r - everything else grows exponentially with the number of targets - gbuild should now have sane noop builds again even on make 3.82
2012-12-04Personas: Allow to paste Persona to the selection dialog.Jan Holesovsky1-3/+29
Change-Id: Ife095eb27fac135c0c2285259dd1008e9b7cefc5
2012-12-04Personas: Make the [Visit Firefox Personas] button work.Jan Holesovsky1-0/+18
Change-Id: I024bcd527b643076642a233d8e71003c006b5c15
2012-12-04Personas: File dialog for the selection of the background image.Jan Holesovsky1-2/+38
Change-Id: Iafb5c62f310a6fd1658a7fa80346fa3510fc38e7
2012-12-04Personas: Configuration entries for Personas and BacgroundImage.Jan Holesovsky3-33/+148
Change-Id: I47b1a5bacaeb5bd54f11630e5d3f2652be2bdfb4
2012-12-04Who wants RET_OK / RET_CANCEL to be sal_Bool?Jan Holesovsky1-2/+2
Change-Id: Ibda7e501b8f116f231a012a0ddee82674bfb5cc0
2012-12-04package moz stuff only when WITH_MOZAB4WIN == YESPetr Mladek1-1/+3
Change-Id: I2228d246e6d94f27d18d597c3833578592487b94
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl5-8/+14
... possible loss of data. Minimal fix that inserts casts when calling strlen; other option would be to change all length() to return size_t... Change-Id: I5d1e0b0c7175a1957aad3acd89884fcd37089454
2012-12-04added Change picture menu item to graphic shape popupRadek Doulik6-5/+42
Change-Id: I6e4927b847ca6990990be1075c8371404736e27e
2012-12-04changed behavior of insert pictureRadek Doulik1-2/+3
- when single graphic object shape is selected, replace the graphic with inserted picture - otherwise proceed as before Change-Id: I767c3ab81abf26c34b612d6aac1f282aa0a53f6c
2012-12-04refactored GetEmptyPresentationObject, added GetSelectedSingleObjectRadek Doulik2-37/+57
- also extracted part of GetEmptyPresentationObject into new GetPage() method Change-Id: I3002c3fae8236db1e443f0f454158e7298b56d70
2012-12-04fdo#40339: line style toolbar dropdown list not updatedIvan Timofeev1-1/+4
... because XLineDashItem::GetName returns the so-called "api name" (from RID_SVXSTR_DASH_DEF_START..RID_SVXSTR_DASH_DEF_END range), while the listbox is filled with corresponding translated names. Change-Id: I9edeeee6f6219f2b31fb02c24c70f3fef4f0efcb
2012-12-04Writer styles: add the non-hidden pooled styles if mask is SFXSTYLEBIT_ALLCédric Bosdonnat2-13/+17
Change-Id: I36054bf58f857b104abd83913d45f32f0c930c19
2012-12-04Checkin/out: some cleanup in UI strings + translators commentsCédric Bosdonnat2-2/+7
Change-Id: Ifd1b4f2385523fb845332aaff84eb3528258a469
2012-12-04avoid build error (message) from icuLuboš Luňák2-0/+11
The build actually finishes successfully (or maybe "successfully") though. Change-Id: I1ecc7f6f77a087dce7f78ad9afdce15e1a2dffa9
2012-12-04fdo#52640 fix right-aligned tabstopsDavid Tardon2-4/+4
It is no good to change temporary object... Change-Id: Ib1178e154341dd0216fd965d3ed6c264de40d634
2012-12-04more explicit ctorsDavid Tardon36-55/+55
Change-Id: If91343890d9ed29ff2887e47c7c0a332baa5a8e1
2012-12-04Adapt scp2 to WITH_MOZAB4WINStephan Bergmann3-7/+4
Change-Id: Ibef1ceb454eafba7129c774b8ced8c743ea3ce3d
2012-12-04Change some default config for Windows release buildFridrich Štrba1-0/+2
Change-Id: I9b028618212f5e2f9fe0f11181d97a9bfe06bf93
2012-12-04fdo#56877 CRASH when profile contains invalid RecentlyUsedMasterpagesRob Snelders5-8/+20
Change-Id: Ia875d6b04b5ce6a026a57aaef2c17fc02a503ae9 Reviewed-on: https://gerrit.libreoffice.org/1224 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2012-12-04RepositoryExternal.mk: try to fix python3 external on MacMichael Stahl1-0/+2
Change-Id: I934d6b89624482e9bca763a1b6c8efac86dff39e
2012-12-04Fixup: putting back dummy methods for removed semaphoreThorsten Behrens3-0/+49
We don't want to change sal SONAME just yet. Change-Id: I3a9de9a53a4ba845c00a26450e281534ca5d97f6