summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated coreAndras Timar2013-01-071-0/+0
| | | | | Project: dictionaries d047a0fa0746ce527720d15a36907e52dc67bf47
* More ImplFontAttributes change fallout, in --enable-dbgutil codeTor Lillqvist2013-01-071-1/+1
|
* fix misleading comment.Michael Meeks2013-01-071-1/+1
| | | | Change-Id: I8f56239738742a6dae8cbaf3e6b7075f9db03255
* further windows build fix for vcl changesLuboš Luňák2013-01-071-4/+6
| | | | | | | Caused by 1e1ba8611fb134fb693354daae8931e93e46124c and not fixed in 83f684c86c22df40ff1ef5fe7dc4b829a66c2645. Change-Id: I43853f1d933a70789c4b89a22d06d2d383493758
* typo fixjorendc2013-01-071-1/+1
| | | | | | | Change-Id: I7530e477a6cf4ab52772b7ba1c5e3d41dc2d6fae Reviewed-on: https://gerrit.libreoffice.org/1563 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Bugfix for improper function call, column count was compared with row countK_Karthikeyan2013-01-071-1/+1
| | | | | | | Change-Id: Iacf59548209d2be8b36839ae12bed9cedb7bdded Reviewed-on: https://gerrit.libreoffice.org/1562 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#57950: Remove some chained appends in chart2 and moreMarcos Paulo de Souza2013-01-074-22/+17
| | | | | | | | | | | Removed a not needed variable; Removed some rt:: prefixes Change-Id: I24a7a0c5adcee17eab4c9d6442b472a5992f261e Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1549 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits2013-01-071-1/+5
| | | | | | | | | The problem is that the process handle is freed regardless of whether osl_executeProcess was successful or not. Therefore, a segmentation fault would result, as a random memory address would be freed. This patch checks whether osl_executeProcess was successful. If it was, then it frees the handle; if it wasn't successful, the memory is not freed. Change-Id: Ic3af07be06e7af7730a3bcb1680c659a88b66af3 Reviewed-on: https://gerrit.libreoffice.org/1530 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Remove some RTL_* and some rtl:: prefixes in chart2Marcos Paulo de Souza2013-01-0714-135/+101
| | | | | | | | Change-Id: I47889319530d8f03bd7c78e937de55cf380d2d41 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1550 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#57950: Remove some chained appends in dbaccessMarcos Paulo de Souza2013-01-071-12/+4
| | | | | | | | | | Also simplify logic a little bit. Change-Id: I342f8d1d22e70023d23c6c8ca3976d501e18fb90 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1559 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#57950: More fixes for chained appends in dbaccessMarcos Paulo de Souza2013-01-071-165/+144
| | | | | | | | | | | | And also: Remove some RTL_* macros Remove ::rtl prefix Change-Id: I9c3902672518559e8a139c37bc1933843bebfe5d Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1561 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* vcl: port WinSalGraphics and friends to new getter/setter methodsMiklos Vajna2013-01-071-92/+92
|
* Fix wrong bracketingWerner Koerner2013-01-071-1/+1
| | | | | | | | | Wrong bracketing, item is put at a which-id of sal_false. Change-Id: Ic4216519d74de75690b21a3efa5083e79aa5b83d Reviewed-on: https://gerrit.libreoffice.org/1498 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#57203 Unknown option: -EmbeddingAurimas Fišeras2013-01-071-0/+9
| | | | | | | | | | | | Ignore this option on Windows. This work-arounds a regression introduced by f4a4ba9ac Windows appends -Embedding when LibreOffice is called by COM+ Before f4a4ba9ac this option was silently ignored. Change-Id: I8a727895c9ec8fa4b06aea8ad66b2791ada66dd5 Reviewed-on: https://gerrit.libreoffice.org/1514 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Fix calls to SfxPoolItem* Put with a Which-ID of sal_falseWerner Koerner2013-01-072-2/+2
| | | | | | | Change-Id: I39914909fd394532e7a32c791d4480530393c1c0 Reviewed-on: https://gerrit.libreoffice.org/1499 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-07101-81/+121
| | | | | | | Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Code enhancement remove duplicate code from presenter consoleAbdulmajeed Al-Abaulrazzaq2013-01-071-97/+28
| | | | | | | Change-Id: Ibbb131b64c66307d38a135ac570c1e2ed37bef6c Reviewed-on: https://gerrit.libreoffice.org/1480 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Since 6eff6fae6272e8ed5d74553597bb4b73db3f2864 Python needed on WindowsTor Lillqvist2013-01-071-1/+7
| | | | Change-Id: Id49730b7ad2f7122a2c9b0415330b6fb803ec21c
* Revert "Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is ↵Stephan Bergmann2013-01-071-0/+1
| | | | | | | | | protected" This reverts commit 504b6f0cec5cad01a64e723434d636bfb867ecfa, which was a workaround for broken 5ea7e74c29f7279b6c31d38185ace576f68f4fb2 "fix some memory leaks in sd" now fixed with 5ea6f6d400e59e037032fb3091c3f6880b562ce9 "UNO objects must be allocated on the heap."
* UNO objects must be allocated on the heapStephan Bergmann2013-01-071-4/+9
| | | | | | | This was a regression introduced with 6da90944b5134d65bfbd7dcaf024956aa139efc1 "ugly memory leak." Change-Id: Ie976d7ddcdac974aeeba14ffd64c4641b5d096a4
* UNO objects must be allocated on the heapStephan Bergmann2013-01-071-1/+2
| | | | | | | This was a regression introduced with e48d47469508dee55ae6abcb3988222b5612e1e9 "fix some memory leaks in sc." Change-Id: I482516d31b857801c321ed252d19f06b4b11542e
* UNO objects must be allocated on the heapStephan Bergmann2013-01-073-4/+8
| | | | | | | This was a regression introduced with 5ea7e74c29f7279b6c31d38185ace576f68f4fb2 "fix some memory leaks in sd." Change-Id: Ibcb2527b396886a5a904d8843c8560765ed859f5
* Change public variables of class ImplFontAttributes to private.navin2013-01-079-149/+155
| | | | | | | | | Change-Id: I56ff5d7d2420c334c6fc9e4c552f8b5c4715d93f Reviewed-on: https://gerrit.libreoffice.org/1551 Reviewed-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Cleanup codeJosé Guilherme Vanz2013-01-077-41/+6
| | | | | | | | | | This commit is just cleanup in oox Change-Id: Ic4036c7216c2986d9b237917cb4ae1d829d85003 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1556 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* fdo#57950: Remove some chained appends and more in dbaccessMarcos Paulo de Souza2013-01-071-118/+93
| | | | | | | | | | | | | - Sanitized some OUStringBuilder, avoiding creating a new one and after make some appends - Removed some ::rtl prefixes - Remove RTL_* macro Change-Id: Ide3d78f20c68774cd4864b82cb8d29784228d1cd Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1552 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* fdo#57950: Remove last chained appends from avmediaMarcos Paulo de Souza2013-01-071-5/+1
| | | | | | | | Change-Id: I0906bf7493828c5923f3243c6849a2eca5f37bb0 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1548 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Get rid of nsinstall hackeryPeter Foley2013-01-076-35/+9
| | | | | | | | | | | This removes the need for using NSS Build Tools on windows. It also removes the nees to build nss for the build system while cross compiling. Change-Id: I13c9fdb575223f2940d3e4eda00e77ba9158f2b7 Reviewed-on: https://gerrit.libreoffice.org/1534 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* deliver qtz translations for .ui filesDavid Tardon2013-01-071-3/+5
| | | | | | regression from 76091d814ca084ba66fcb9db8bc4565c47ee16a5 Change-Id: I70c27cd3f72c453a1b4c2fb65b6172c8c251a741
* Better wording for Spellcheck buttons/context menuSamuel Mehrbrodt2013-01-072-5/+5
| | | | | | | Change-Id: Iddf82427c17a1caf72897e7af7592052c8e4fa71 Reviewed-on: https://gerrit.libreoffice.org/1541 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Change 'Add' to 'Add to Dictionary' in the Dialog alsoSamuel Mehrbrodt2013-01-071-4/+4
| | | | Change-Id: I4bcf53239f001ed2d6ea08a743257ed0d6428752
* WW8 filter: zoom factor testcaseMiklos Vajna2013-01-072-0/+13
| | | | Change-Id: I89944f0a242174cc4b3c1fcf4f3f2fe744287ee3
* WW8 filter: export zoom factorMiklos Vajna2013-01-071-0/+5
| | | | Change-Id: I5c64d8311439430e3b21a90381ef51a1061bb0b9
* WW8 filter: import zoom factorMiklos Vajna2013-01-072-1/+22
| | | | Change-Id: I557cf89642ff618aaddb2f036652d126b25555c9
* Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protectedTor Lillqvist2013-01-071-1/+0
| | | | Change-Id: If7ab2dade60f5de62cfbea6d1d021a30e8a60f57
* mkdir before touchingTor Lillqvist2013-01-071-1/+1
| | | | Change-Id: I262d479e0db7197e9afc7d8e9002862ae4f82a01
* fix some memory leaks in sdMarkus Mohrhard2013-01-074-6/+6
| | | | Change-Id: I7c7d0772a3d10601c6d1a9ea22c697abe762036d
* Add a sample document to the test app bundle and try to load itTor Lillqvist2013-01-072-3/+45
| | | | Change-Id: Id0f13351108cbcd748f3c403fe7a6716145f1892
* Call SetOutputSizePixelScaleOffsetAndBuffer for non-AndroidTor Lillqvist2013-01-071-6/+1
| | | | Change-Id: I59febb87f3da3098e1644087b498d9821b5d7047
* Add some DISABLE_SCRIPTING ifndefsTor Lillqvist2013-01-074-1/+14
| | | | Change-Id: I2bb4f00ece212fe3c4741deea0bcad50e1fd60e1
* fix some memory leaks in scMarkus Mohrhard2013-01-064-6/+6
| | | | Change-Id: I1e3b9a55561f941346cb9f553f960dc2bafbb1b6
* Fix usage instructions now that we use __lldb_init_moduleTor Lillqvist2013-01-071-3/+1
| | | | Change-Id: I3ba7009f6c44312afda6e3aaa78ca82dd6ece545
* Add lldb pretty-printers for UniStringData and StringTor Lillqvist2013-01-071-6/+28
| | | | Change-Id: I17c7a42d6e401f21f04440ee14616b07bfa0068e
* ugly memory leakMarkus Mohrhard2013-01-061-4/+4
| | | | Change-Id: I200713987eb1c19f7d795190e7acef02af569cc8
* Let's save a bit of disk spaceTor Lillqvist2013-01-061-1/+5
| | | | Change-Id: I23c9d218792cd3debf30ea59c81e6687a656af31
* Avoid duplicates not just for iOS but DISABLE_DYNLOADING in generalTor Lillqvist2013-01-061-4/+5
| | | | Change-Id: Ic449e706f4a8c3c2ed06d8602c6e83755441e0da
* do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák2013-01-066-5/+8
| | | | | | | | | | | | | | | If the clang binary comes from a package which had been built before any of our clang related sources were changed the last time, the timestamp would be older and so there would be no rebuild. So do the stamp handling the usual way, clang upgrades will work fine, downgrades will not, but that's the same problem like with downgrading a library and its headers. To somewhat mitigate the problem (Clang plugin doesn't get cleaned by 'make clean'), include the full Clang version (which includes SVN revision) in config_clang.h and make all Clang plugin code include that, so at least configure re-run will trigger a rebuild if necessary. Change-Id: I993197f79e92e36105092c92c33b2e1db343e975
* Updated coreAndras Timar2013-01-061-0/+0
| | | | | Project: translations e5f69f7b241f21f0b85f7a62ccff9de841875828
* fdo#58671: Remove accelerators from Undo action textsKorrawit Pruegsanusak2013-01-063-3/+3
| | | | | | | | | These three texts appear in Undo dropdown list, so they don't need accelerators Change-Id: Icec8e199c7cc3990b6316937e49aacb7eb1015fb Reviewed-on: https://gerrit.libreoffice.org/1473 Reviewed-by: Ivan Timofeev <timofeev.i.s@gmail.com> Tested-by: Ivan Timofeev <timofeev.i.s@gmail.com>
* TypoTor Lillqvist2013-01-062-2/+2
|
* No need to have a ProductSource in versionrc/version.ini any moreTor Lillqvist2013-01-061-9/+0
|