summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-19Add small icons for conditional formatting to galaxy so they show in tangoYousuf Philips
Change-Id: Id8b7615610b7eb190c64b88a157df7a498b9cd09 Reviewed-on: https://gerrit.libreoffice.org/12959 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-19add an icon for calc's time number formatYousuf Philips
Change-Id: Ife32075210af738e0e677f62ccad1ce29b236700 Reviewed-on: https://gerrit.libreoffice.org/12962 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-19coverity#1242708 Untrusted loop boundCaolán McNamara
Change-Id: Ic5af417ad38cafa46051789574239996a8845ffb
2014-11-19changed type of parameters from rtl_uString to OUStringMichael Weghorn
changed type of several parameters of the functions jfw_plugin_getAllJavaInfos and jfw_plugin_getJavaInfoByPath from rtl_uString to OUString Change-Id: I80feb311542e6ccded9f9924f800c75a7e14a1e7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna
Change-Id: Icf3e1013d5eba5702badf19aa6c1f5e6708ed154
2014-11-19Check entity and type name syntaxStephan Bergmann
(For types, only checks their syntax, but not whether they semantically fit in a certain situation, e.g., "boolean" cannot be used as a base interface.) Change-Id: I12f617e74ca13ce2afcec8f611bfdb4912c62960
2014-11-19Check for recursive mapsStephan Bergmann
Change-Id: I50227c41c5b4c5c410939ddfa078b996b5804965
2014-11-19Revert "cosmetic 'en-passant'...."Stephan Bergmann
This reverts commit d4810a814c7c7f3db2df15b62367bd1edc7040f6. Change-Id: Ia062e070c7d7dac5cc4388d1c8e812fb97851d52
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan
Change-Id: Ib402395f5523a980c9ca098dcd2d8e1ecbbfa7c0
2014-11-18Build fix on Windows.Kohei Yoshida
Change-Id: I5e4c29ce5a1f427c5642a253f985b42938912075
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida
Change-Id: I351505f0c1cb25c47897e0cfffdb258f8e87081f
2014-11-18Apply pimpl to ResStringArray, to hide its internals.Kohei Yoshida
Change-Id: I23969735f35e221a1aad39081ee63d02066d856f
2014-11-18typo: boostrap -> bootstrap.Kohei Yoshida
Change-Id: I73eb3b253d43618cbe8e743e3ac5687be2ea3e4d
2014-11-18Use group area listeners during ODS import.Kohei Yoshida
Change-Id: Id01f9021dda7f33255f8206174cd730507ab55ad
2014-11-19remove nonsense comment clutterBjoern Michaelsen
Change-Id: I9ab33513ffb927b02c27fbd6c115b41702751d18
2014-11-19move docfunc to own headerBjoern Michaelsen
Change-Id: I5e1c66e09418e534bb47233f45c67206af20cab4
2014-11-18Use group area listeners when filling down formula cells via fill series.Kohei Yoshida
Change-Id: Ib0d4f542986dc09968cad8b76da9d6e034eddd37
2014-11-19Generate OpenCL test doc programmatically, first versionTor Lillqvist
Tests RAND, SUM, AVERAGE, SIN, COS, TAN, ATAN, SQRT, EXP, LN at the moment. More will be added. Does not yet automatically add to black/whitelist. Change-Id: I2ca24632630937ee5559fc86453e40178e89973f
2014-11-19Revert "Add a spreadsheet to test OpenCL implementation on user request"Tor Lillqvist
Nah, will generate the test sheeet(s) programmatically. This reverts commit 9c2cf556a6ba532ad26a3b4d96e42f9f2b5e00ac.
2014-11-18mysqlc: fix build after cppuhelper header cleanupMichael Stahl
Change-Id: I8d331914736e17d5aad2ee761fc6d758c2dea1ad
2014-11-18Hide instsetoo_native outputStephan Bergmann
Change-Id: Ifd3fca29325dc18166d041badd5664d2ad8ba7c9
2014-11-18vcl: fix un-initialized log length & clean copy/paste bits.Michael Meeks
Change-Id: I39cd9ef32fafa2894ffde961d87adc6aac9d4a4f
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks
~X11SalVirtualDevice() was destroying X resources referred to by OpenGLSalBitmap's mpContext, which were subsequently accessed by Bitmap::AcquireReadAccess on the floating Bitmap. Better to use the default window's GLContext for all bitmap operations. Change-Id: I9009980e791cff1a1f36d626592d72c7a32efd39
2014-11-18vcldemo: render more small scaled page-border alikesMichael Meeks
Change-Id: I2605175e7ee66d3da5e41497baa4178074830e99
2014-11-18Updated coreAndras Timar
Project: translations 6453172eac4a30a37224db66ddd76c13f614959d
2014-11-18coverity#735514 Logically dead codeCaolán McNamara
Change-Id: I33ffbe87b7c7f2f1fefc18f10055e47e2454ead1
2014-11-18OS X: Default to the 'sifr' icon theme.Jan Holesovsky
Change-Id: I0c3d6d99f478b86873d108c893798687032b79bc
2014-11-18Need <cppuhelper/queryinterface.hxx> here, too, I assumeTor Lillqvist
Change-Id: Ic91023c0a5a70072fcffaaa5e16fc2e415c2e1ee
2014-11-18Add a spreadsheet to test OpenCL implementation on user requestTor Lillqvist
Loading this spreadsheet and verifying that the end result in A1 is "PASS" will be bound to the 'Test' button on the calculation details dialog. Actually, I wonder whether it might be saner to just populate a spreadsheet programmatically instead of having a (not huge, but still large) test file bundled in the installation? We could make it so that the generated document stays open and is usable normally, so that if necessary (for instance for comparison with other spreadsheet applications) it can be saved. Change-Id: Idea972cd0f598643e35314576f593047d49378c6
2014-11-18Need <cppuhelper/queryinterface.hxx> nowTor Lillqvist
Change-Id: Ib5683580273430a61e4daff84cd03b3b559fac0f
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
Unfortunately iwyu gets quite confused by the weird cyclic dependencies between various foo.h/foo.hxx and cppumaker generated headers, so it's not obvious if any improvement here is realistic... Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721
2014-11-18cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl
Change-Id: Ib21a3cfe4b02e421f8848a6e2cca4e2a1c04adb9
2014-11-18unotype.hxx: fix documentation copypastaMichael Stahl
Change-Id: I0d84545527195e0f8a48d4217cb332f2e46f2d09
2014-11-18Makefile: set CC as well for include-what-you-useMichael Stahl
Change-Id: I28c8f134825e477ffe993a6895b801c9e895f613
2014-11-18Missing parenthesesZolnai Tamás
Change-Id: Id6c096d09b984039d54a1d152cf0da594aaf203d
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida
And call the new method StartListeners(). This also adjusts what was previously StartAllListener() to be group-listener aware. Change-Id: I74de45c00f5b8ef232eea9fe3b93aa44d1d8855b
2014-11-18This test become unreferenced by accidentZolnai Tamás
See: c454a0cd0cc7b315b1353b151a2e95654df72c69 and 46eb0952f1e2d75b427bdcd553c33027f1e44e8f Change-Id: I811f1c52f8a9fba28bc4f38fd1ad34826b2bd45e
2014-11-18Fix broken GraphicObjectTestZolnai Tamás
Change-Id: I3f7e0ccd5697a4ca6026bec60210e24af25fb92f
2014-11-18fdo#85594 renabling a few entries and adding addition hidden entriesYousuf Philips
Change-Id: Ifcf30f209355d4cea4daeabe06896b0c225a65a0 Reviewed-on: https://gerrit.libreoffice.org/12958 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18Preparation of the LibreOfficeKit for WindowsJuergen Funk
- not yet included in the make for windows Change-Id: Iee31b0ed0c6545572295ce00a3bb0f909c428b5a Reviewed-on: https://gerrit.libreoffice.org/12425 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18Resolves: fdo#75066 add TABSTOP and DIALOGCONTROL bitsCaolán McNamara
to this custom widget to state that is is a candidate for tabstopping to, and that its a (old-school) container widget which has subwidgets which should be candidates too Change-Id: I39452f906b30c3962026ab9c4dba625ecd2d06a8
2014-11-18DOCX export: put either hints or the para attr set into the para marker propsMiklos Vajna
Commit d72237741ed1d8f976032ff2ee5d2a8702d3380e (abi#9930 DocxAttributeOutput::AddToAttrList: avoid duplicated attributes, 2014-11-02) added a quick fix to avoid writing duplicated attributes, but the validation problem of duplicated elements remained. Make sure that when writing paragraph marker properties, then we write either the hints at the end of the paragraph or the character attributes range of the paragraph properties, but not both. The only exception is the character style that's always set as a hint, as explained in commit 4bb872b1924453f22e90bdd14e2898a3e66d5551 (DOCX export: fix handling of paragraph mark on empty paragraphs, 2014-10-17). Change-Id: I494e5bb9871aa535532fef32bd344d8093e9f762
2014-11-18Be precise here, maximum value means it is still allowed to haveZolnai Tamás
Change-Id: I90c559c59b307aac6f7adac49ea38b0d9b68ad58
2014-11-18Be honest about the maximum cache sizeZolnai Tamás
Implementation uses a multiplicator of ten. I guess the intention here was that to calculate cache size based on the size of the inserted images and not based on the real memory usage (potentionally more instances of one image), which seems a bad idea because it covers the real memory usage from the users (who will be suprised when LO's memory usage increases tenfold of the set value). It seems better to use the exact value in the implementation and increase the default value on the user interface instead. Change-Id: Ie3c0568d3518922d3a9931f894eebb9e7e5515ed
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida
Change-Id: I1752857bc036f8d389b4b71d570cf83a76ef29ea
2014-11-18assert because still listening to the wrong view when SetView usedCaolán McNamara
we're still listening to the old one here when we set a new one Change-Id: Iaf64ba17a7adf2489a4f0475bba03a2500a556c0
2014-11-18vcl: check the OpenGL drawable as well as the context.Michael Meeks
Change-Id: Idac493dfb3239f7ae5b5e49158d79c4f3e707509
2014-11-18gcc 4.8.3 lets us do it, but not everyone elseCaolán McNamara
Change-Id: I83cca6a1bd3a462a277e5f5338cafbcd037d4227
2014-11-18restore old explanation message via assert hackCaolán McNamara
Change-Id: I897f71e5ae4d2368d5d3ced60d90fb1c833fa376