summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-30Convert find & replace dialog to .uiCaolán McNamara
Change-Id: Ib5637a3601fc77588b2bd581f17dc6bcb36290db
2013-04-30findandreplace.ui widgetAlia Almusaireae
Change-Id: Ie1749714537182db6dec418db64ab4f945e7323e Reviewed-on: https://gerrit.libreoffice.org/3654 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-30fdo#64082 logo: fix hide/showturtleLászló Németh
Change-Id: I1aa1152940697f6390155871c0128519211abddd
2013-04-30fdo#35785: don't rely on the old apps fallback mechanism to fix this bugJesús Corrius
Change-Id: Id0967358956868538f7563c51f7ed5e106771302 Reviewed-on: https://gerrit.libreoffice.org/3639 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-30fdo#35785: LibreOffice is One for nowJesús
See developer mailing list for discussion, subject "LibreOffice is one or several applications?" Change-Id: I7a4a5a76f980eb458a2b6d4558a553b8508fd990 Reviewed-on: https://gerrit.libreoffice.org/3638 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-30fdo#62815 - tolerate crazy / out-of-bound ScreenNumbers for FullScreenMichael Meeks
Thus making the gtk+ backend more similar to the generic backend in this regard; also be more strict about invalid monitors -> empty screens. Change-Id: Ia4f2e1205cb1d309fb1bb01f9631167339a3478e
2013-04-30WaE: private field 'mbShapeSent' is not usedTor Lillqvist
Change-Id: I47ef674ec056d9a66c905420bf74b3e8a67840a9
2013-04-30bnc#779630 initial DOCX import of w:sdt's w:dropDownListMiklos Vajna
Change-Id: I57d4768a26476d1a0535087c60535393b7004b24
2013-04-30Forgot "with_dir"Julien Nabet
Change-Id: I1457f5619984671e8cb88173d204d3157d3cb883 Reviewed-on: https://gerrit.libreoffice.org/3688 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-30Fix fdo#64062 - can't assume para styles to be there.Thorsten Behrens
Change-Id: I5da53ff44fdf00ec6c0fdf1a722f806971b6683a
2013-04-30Revert "Don't enable postgresql-sdbc by default"Tor Lillqvist
I simply didn't have the krb5-devel package installed, and assumed there was something more complicated going on. This reverts commit 0e1cc9968522b602c345aae33c4aac4c5bccd274. Conflicts: distro-configs/LibreOfficeWin64.conf Change-Id: Ie3b226678862ed6388bcf1bf105da0b996f653d1
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky
This adds a dropdown to the 'Open' toolbar tool. Change-Id: I5b4aa99476e721c1479152b46bbc79cc0b095318
2013-04-30Recent files: aPassword is unused.Jan Holesovsky
Change-Id: I44f032a6b943ad02b0d43e78b4e79275d6d2adfb
2013-04-30Kill unused SfxHistoryToolBoxControl_Impl.Jan Holesovsky
Change-Id: I03655bb502d6480d8f7f3f1adef17d8f635b8ed9
2013-04-30Fixup German translation.Thorsten Behrens
This touches up lightly on e986d3e396174096abb46075bf7488677b9a35f9 Change-Id: If4d940433b27abec63a85c5975f5e9ebf672b79a
2013-04-30remove unused product variables from Windows installerAndras Timar
OLDPRODUCT2 - it was a workaround for OOo 1.9, obsolete SAMEPRODUCTS - same product have the same ProductCode, so installer detect it anyway under normal circumstances. It is possible that a tester/developer tries to install the same version with different ProductCode over an existing installation (e.g. dailyes or RCs). Then we are in trouble. However, SAMEPRODUCTS was not in use. Moreover, Windows Installer uses only the first three fields of the product version. So we cannot make difference between e.g. 4.0.3.1 and 4.0.3.2, and this is the new versioning scheme. BETAPRODUCTS - LibreOffice have never used different upgrade code (BETAUPGRADECODE) for betas. OLDPRODUCTSPATCH, SAMEPRODUCTSPATCH, NEWPRODUCTSPATCH - related to old Star Division patching mechanism, they were commented out anyway. STUBPRODUCTS, STUBUPGRADECODE - these look useless Change-Id: I77d67b72e18fa6b3ba4182b99e198c42f247cea4
2013-04-30Clarify intended use of these filesTor Lillqvist
Or, as it might happen, not... If there are differing opinions, please revert and/or amend. Or start a discussion on the development list. Change-Id: Ide5060802fda2d59a1c098d1ba8398fc095007c8
2013-04-30Fix 64-bitness optionTor Lillqvist
Also, don't claim TDF would be doing 64-bit Windows builds. Change-Id: I3abdb13cf7b29c6d249d49fd6f66ce1b9993d97e
2013-04-30Don't enable postgresql-sdbc by defaultTor Lillqvist
Try to make it more likely that a build without any autogen.sh options succeeds. We didn't even get past the autogen.sh phase on openSUSE 12.3 thanks to some krb5 stuff needed by the postgresql-sdbc checks. To compensate, add --enable-postgresql-sdbc to those distro-configs/*.conf files that didn't already have --disable-postgresql-sdbc. Change-Id: I967616993875b99d9d5a9fd0721f281bb1161a87
2013-04-30n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat
commit f837c4288cdae4921b3fb6747ba2e2cd5ce2dcd2 moved the handling of w10:wrap tag in oox, but thus no wrapping was imported any more. The fix consists in letting the w10:wrap element be handled by writerfilter's dmapper if the shape has already been retrieved from oox (which is the case for textboxes). In other cases, make sure that we don't set the Surround property once again in writerfilter as that would override what has been done in oox. (cherry picked from commit 51d5e90b7c09cb980bc72a2c6b1a65303ef15ea2) Conflicts: oox/inc/oox/vml/vmlshape.hxx sw/qa/extras/ooxmlimport/ooxmlimport.cxx Change-Id: I8ab158641afcf6b9945c52238e7f5adb9e8b3adf
2013-04-30OOXMLFastContextHandlerValue: clean up duplicated constantMiklos Vajna
Change-Id: Ia09e30958392b660f694e8eefb6605108b3c0b57
2013-04-30Fix warning: unused variable 'aIniUrl' [loplugin]Tor Lillqvist
Change-Id: I11a2a7e8e1f3f089c3b475df1147cefafecdb376
2013-04-30Clang cleanup, unused mutex variablesNoel Grandin
Some of these were doing nothing useful at all. I removed those. A couple were protecting static data, and I fixed those to use Mutex and MutexGuard properly. Change-Id: I444d13f8b6c50e526cce8d69d09aeaf240e5c6ca Reviewed-on: https://gerrit.libreoffice.org/3678 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-30WaE: 'SAL_OVERRIDE' macro redefinedTor Lillqvist
Change-Id: Ic8af47b52b06ef440b3fdaa966075780fb7a609b
2013-04-30n#816939: Improved label overlap detection.Muthu Subramanian
2013-04-30pdfunzip rather needs ~no office libraries.Thorsten Behrens
Change-Id: I27df97ab6e35b03dfe70c7a979dd06f977086069
2013-04-30Make pdf2xml usable at least from within buildenv again.Thorsten Behrens
Seems this had bitrotted quite a lot. Calling it now like a cppunit test works again. Change-Id: I27479c3c3e1c1fe0639629e9bf8844456e0b0515
2013-04-30Add unit test for pdfimport image import.Thorsten Behrens
Change-Id: Ifd51f0c25418085ba8a6e8d331ac5c6d8139d18a
2013-04-30now ooxml files are accepted by Excel againMarkus Mohrhard
Yes, a simple test would have answered the question in the comment and made clear that nanoseconds are not accepted by MSO. Let's go with normal seconds as MSO does. It seems it also accepts 1/100s but who really needs that for a file timestamp. Change-Id: Iaec6f9c08dc94d5086b83cb4bf520d0053b71b28
2013-04-30remove a few more unused variablesMarkus Mohrhard
Change-Id: I6c70c000f60e7e6e43bd068ccb98b693b80746f2
2013-04-30remove unused variablesMarkus Mohrhard
Change-Id: I78e778408abb72772771daf5776a26f08c313ee2
2013-04-30Fix import of images from pdf.Thorsten Behrens
Seems poppler changed outputdev virt func signatures with version 12, so with system poppler, we never got any image import functions called. Added override annotation to prevent this from happening in the future. Change-Id: I565de80ce218e831e276d3a1d88ded3baee876e7
2013-04-29[harfbuzz] Don't crash when closing LibreOfficeKhaled Hosny
We shouldn't be trying to free the font table buffer when destroying the blob, so pass NULL for destroy function instead of free(), and also use HB_MEMORY_MODE_READONLY just to be safe. Change-Id: I85b5a575249b4efc0f5799db205ee17cbeb66d22
2013-04-30fix refresh() callDavid Ostrovsky
Change-Id: Id7cb705b2b719cdd3bf16b8aba858c0319686599
2013-04-29fdo#62336 - fix horribly coupled table rendering code to not crash.Michael Meeks
Change-Id: I7a6ee4dce338b7529fa7500bb0c8341a4f2ebc22
2013-04-29fdo#33370 Readme file could be easier to followJan Bobisud
Change-Id: I25794499711845cb8183664d1345e5513587d81c Reviewed-on: https://gerrit.libreoffice.org/3679 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-29There is no images*_brand.zip filesStephan Bergmann
Change-Id: I6ddeff7ae72693fd0951d71bd7b5444938bc7286
2013-04-29Fix indentationStephan Bergmann
Change-Id: Iaec745dc1c8eb0614cc2fe1d70a94a00d18cc934
2013-04-29add fallback for Merge-Modules directory (when not found in registry)Christian Lohmaier
Add "$COMMONPROGRAMFILES\Merge Modules" (on current versions of Windows that probably is "C:\Program Files (x86)\Common Files\Merge Modules") as fallback, since for example on Windows Server 2012, the registry entry has not been created when installing Visual Studio Express Change-Id: I16f58b8a1d453c8628c6eb66c2cea37ab3da913a Reviewed-on: https://gerrit.libreoffice.org/3680 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-29Updated coreStephan Bergmann
Project: dictionaries acf0ae3fdec65df75f4983d2b943582f9ab99fa2
2013-04-29remove demented codeLuboš Luňák
The things are not even enums, so there's no error checking either. Change-Id: Ib33cd96b49a840cbe486dbed9a7c370827b54c2d
2013-04-29c:varyColor is true by default in ExcelMarkus Mohrhard
And another step closer to opening my test file correctly in Excel. Change-Id: Ib6aa8ddb2f2792513c7263d86865e08fe5f1483d
2013-04-29OSL_TRACE => SAL_WARN in chartexport.cxxMarkus Mohrhard
Change-Id: I12ddd18c1b4476d42c097704c2af2d0af4e15a1e
2013-04-29c:delete is true by default in ExcelMarkus Mohrhard
One step closer to opening my simple test file correctly in Excel. Change-Id: I1bfa76a46081ba478e44d8d90d8a91790a9a9ff3
2013-04-29Clang cleanup, unaligned if statementNoel Grandin
The extra semi-colons were confusing clang. Just remove the macro, it's not adding any real value. Change-Id: I7f7c312d2c0167a17e31624e197ae75b77fa0c2f Reviewed-on: https://gerrit.libreoffice.org/3677 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-29gb_JunitTest_JunitTest_platform_longpathname_hack is unusedStephan Bergmann
...since 81af84c04fa7ef8c8c12d2a9d3899a9a75cb8260 "gbuild: let JunitTests run with MSVC." Change-Id: I4ba97431c3439c0bed74149fe66cbb76db5317ce
2013-04-29Use new-style service ctors where possibleStephan Bergmann
Change-Id: I36c62fc677de70c08d0d59e45debc6a86375d3b7
2013-04-29Check for theTypeDescriptionManager singletonStephan Bergmann
...rather than a TypeDescriptionManager service that is no longer available. Change-Id: I1054ab0a658597a60d11e2f9aa0960df25d14bc4
2013-04-29stoc.tdmanager is goneStephan Bergmann
Change-Id: I7c750debaeee5d9804be378e0f65bec13ac296eb
2013-04-29Updated coreCaolán McNamara
Project: help eddac30b5afa84c2420a553d2e822722dc857228