summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-21unotools: correct filename spelling - testGetEnglishSearchName.cxxChris Sherlock2-1/+1
Change-Id: I9d8bc0b8d9257e8bd2453a0707081c134cc775c3
2014-10-21add CVE-2014-4114 testCaolán McNamara5-0/+4
Change-Id: I4d195f5ff7f9dc12747a8748915e82ab06d770fa
2014-10-21conversion to double should not be necessaryDavid Tardon1-3/+7
Change-Id: I12ad83453b68077fe672576680b0cd5fd9acf49f
2014-10-21fix debugging buildCaolán McNamara1-1/+1
Change-Id: I7264f670dd60f6121a23a4cb5524edc3bf1dcee7
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin57-100/+108
Change-Id: I91ca8e09971aee26f16257a4fd01125cfb2ebcdb
2014-10-21nShearWink -> nShearAngleMiklos Vajna27-108/+108
Change-Id: I122f16783db4025b9335ed82a12f051516d98d4c
2014-10-21Remove unnecessary jfw_plugin::getVendorNamesStephan Bergmann2-20/+2
Change-Id: I3c134c27db4c1496fcacc519da68af10ab3ce574
2014-10-21Cross-compilation fixTor Lillqvist1-1/+5
Change-Id: I205afbd9c1cbe3a286359036cbdcf6aa9d986f71
2014-10-21Make the patch apply again after NSS updateTor Lillqvist1-2/+2
Change-Id: I935188ee90b4c56c5a4d7cc374a26e4b182beb5f
2014-10-21Current iOS SDK is now 8.1Tor Lillqvist1-2/+2
Change-Id: Ie2860cf1a279d08cf8a08b72c20539ddaa00be15
2014-10-21Correct commentTor Lillqvist1-1/+1
Change-Id: I29633cfe7b378796bec5fe822941193ded8a9aa9
2014-10-20fdo#85185 Copy OUString argument to avoid a use after freeMatthew J. Francis1-1/+3
The original OUString is destroyed along with its containing object part way through the call to PaletteManager::PopupColorPicker(), so a copy must be taken Change-Id: I8417ff23a17003e80a4f65e0cf1ad2a8dda5386c Reviewed-on: https://gerrit.libreoffice.org/12031 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-20put back variable deleted by mistakeDavid Tardon1-0/+1
Change-Id: Ic705fe6bb7c3b9bae4b09d0b487f48056675b4b8
2014-10-20crash in tools->options->advancedCaolán McNamara1-2/+2
regression from... commit 06562c678410e425de629109ce92933c2d89a8f6 Date: Sat Oct 18 10:36:36 2014 +0200 convert SV_BMP_ constants to enum Change-Id: I46cb7f649fa44d8967e0e7da03583157d2706f05 Reviewed-on: https://gerrit.libreoffice.org/12018 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> Change-Id: I29486e8fe17d9e06e01c33f93d99ffc6ae3d017c
2014-10-20Clean up VendorBase (virtual) member functions furtherStephan Bergmann4-27/+23
Change-Id: If6b9355c6992eb6651f71c0944a93af0856ef1c7
2014-10-20Clean up VendorBase (virtual) member functionsStephan Bergmann5-39/+23
Change-Id: I1377dfded1246c8e96db3addc28489886c7f2d99
2014-10-20Revert "Fix fdo#84795 Menu, DropDown-List not disappears with right mouse click"Caolán McNamara3-19/+12
This reverts commit 53c836701e22b1babd3702b502facd76236df7ff. because it means that all disabled buttons get their "click" delivered so disabled buttons are only visually disabled. e.g. writer: insert->table->autoformat, click on the disabled "rename" or "add" or "remove" and the sub dialog appears. Or in calc insert->object->chart and click on the disabled "back" -> crash
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl13-25/+37
The VAxisBase::m_xNumberFormatsSupplier refers to the ChartModel itself, and apparently that is a cyclic reference. Naively using the ChartModel's m_xNumberFormatsSupplier in ChartView::impl_createDiagramAndContent() because it will later be passed to AxisHelper::getExplicitNumberFormatKeyForAxis(), which expects to be able to convert it to a ChartModel. Since passing around the ChartModel as an XNumberFormattingSupplier is sort of un-intuitive anyway, refactor some methods to use XChartDocument instead, and only create the VPolarAxis / VCartesianAxis with the ChartModel's m_xNumberFormatsSupplier. The drawback is that if ChartModel::attachNumberFormatsSupplier() is called after ChartView::update() has created the axes, it may not have an effect on them; not sure if that is a real or hypothetical problem. Change-Id: Ib5f0d5882b85adaf44f80e086f19178b3e64882f
2014-10-20tweak CaughtExceptionCaolán McNamara1-1/+2
Change-Id: If5aac87876b139bfb394ec124136de131c3518ae
2014-10-20add bin/refcount_leak.py script to help detect leaks of UNO objectsMichael Stahl1-0/+179
Initially this didn't help at all, but with some tweaks it now finds the leaked ChartModel as the #3 and #4 printed stacks, with a very bad score of 40. Change-Id: I918bcb64bad0b9432bf2b670b03915836fb34a11
2014-10-20Related: fdo#84676 set floating undo bits to the same as the color pickersCaolán McNamara1-0/+1
Change-Id: I153d92e94319bd1e7f0d425288f184bd8d13542d
2014-10-20fix font testsCaolán McNamara2-4/+4
Change-Id: I2738ea2a5c6714d8e43c06aa2eb4c53500a5afe9
2014-10-20-Werror,-Wunused-private-fieldStephan Bergmann2-5/+1
Change-Id: I2e7c2206872dfe22c77555f3a14ea2a10c2453c2
2014-10-20fdo#85042 Windows XP SP2 is requiredAndras Timar1-1/+1
Change-Id: Ie36cc7444fe5d685393e06d3d3a3a8d827b2f775
2014-10-20Missing includeStephan Bergmann1-1/+3
...and only use getCaughtException as first statement in catch block. Change-Id: Idcac073896b84fd2671b52b2315f454651dbf910
2014-10-20fdo#78826 HIG: missing colons and capitalization in scAdolfo Jayme Barrientos96-1651/+674
Also: * Something I missed from the HIG: standardize Help button position Change-Id: Iaac65bd277d87ff58883f287808a5c5b804cc04e Reviewed-on: https://gerrit.libreoffice.org/12015 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-20Work around workaround for old MSVC 2012Stephan Bergmann1-1/+1
...not allowing certain o3tl::is_typed_flags::Wrap conversion operators to be explicit, thus causing ambiguities here. Change-Id: I5108885229eb185ceac57042e67405b393cdcf3b
2014-10-20Resolves: fdo#84885 chart wizard dialog cut offCaolán McNamara1-27/+35
Change-Id: Ie24687cd1c54b1fed04745c83f507c17a5574175
2014-10-20chart2: fix temp file leaks in Chart2ExportTestMichael Stahl1-1/+10
Change-Id: Id128f19dee056189a34a02156fd0bf3ac14c2454
2014-10-20chart2: fix temp file leak caused by missing tearDown() between testsMichael Stahl1-0/+6
Change-Id: Ia4ee76743c640c0c5b92ec169e619f6c8788480e
2014-10-20Revert "at least fix the crash when calling SdXImpressDocument::disposeMichael Stahl2-7/+1
... for now" This reverts commit 599473a13e3c5ba669d995c913ad415bd674a16c. moggi says the unspecified crash happened with the tests following the comment in chart2import.cxx:75, but the tests run fine in valgrind now. The commit creates a memory leak in the CppunitTests as SfxBaseModel::dispose() returns early, because mbDisposed is set. Change-Id: I987dce6a4090784d166a4a3b2e7f9e2c0cddd289
2014-10-20DOCX import: fix <w:pageBreakBefore> wrt. inherited stylesMiklos Vajna3-5/+9
We used to ignore this element with a "false" logical attribute, but that causes a problem when an inherited style wants to explicitly disable this element from a parent style. Change-Id: I2fc4c5b2002987d44679d863ea3f19114b9ab7a4
2014-10-20allow to build with system opencolladaDavid Tardon5-3/+56
Change-Id: I6101099c57d429987e06bca0652c843f4a94f8cc
2014-10-20add test file for MWAW presentation importDavid Tardon4-0/+1
Change-Id: I676de4ca59524e858bf24133d7c54f424922ef26
2014-10-20Add a filter for AppleWork's presentation file...osnola12-180/+687
Change-Id: I9f03ecc6d67ad77ccb0d5240fe0b5968c8063bd3
2014-10-20Revert "fdo#75757: remove inheritance to std::map"Stephan Bergmann5-9/+12
This reverts commit a2deca9d755710bd543fd0caaea0352ac746396d: config_map had been introduced on purpose with bfb978334cea775b8ae5c40ceea050ea0660d80a "configmgr: faster / simpler compare for keys." Change-Id: I3ae0edc4d23977c6537bd2f462f90a702266de6d
2014-10-20loplugin: cstylecastNoel Grandin53-399/+400
Change-Id: If50022b55a558c4124d71acbbe0ef5eb48801d0b
2014-10-20loplugin: cstylecastNoel Grandin42-384/+384
Change-Id: Idb6337bed1c32444f9644d54eba5240f09c13ef6
2014-10-20loplugin: cstylecastNoel Grandin23-189/+182
Change-Id: I2cb764db97469654f977de63e273874d43745bf8
2014-10-20loplugin: cstylecastNoel Grandin57-583/+610
Change-Id: Ia3055b00c20a885dfa0584f864f0e91ccad1e9c9
2014-10-20Resolves: fdo#85006 limit script stripping to known suffixesCaolán McNamara3-64/+48
Change-Id: I276535b007bbb55555148d5937076b86da5de825
2014-10-20fix problem with gcc compiler complaining on variable typeAdam Co1-1/+1
Change-Id: I9a16e24e79d22b0af1710d6ac25eaa5fb19c71ff Reviewed-on: https://gerrit.libreoffice.org/12047 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-20coverity#735638 Division or modulo by float zeroCaolán McNamara1-1/+2
Change-Id: I2f183bc0bb9c67e3873e13a4bdbc57be9471b8a3
2014-10-20coverity#735639 Division or modulo by float zeroCaolán McNamara1-3/+4
Change-Id: I2ba45c49fb00fdd53b8e388e25df503e82c2332e
2014-10-20add CVE-2013-4979 testCaolán McNamara1-0/+0
Change-Id: I54025f46394ec1b16443ba75ff9edf9d8e1f6738
2014-10-20add eps import regression testCaolán McNamara8-0/+785
Change-Id: Iba88c7e54ba83132a859124d51f88be72cb3e3e1
2014-10-20coverity#706540 Uncaught exceptionCaolán McNamara1-0/+12
Change-Id: I175050b5ab66f4eeaa658f0aab1739b175d38d51
2014-10-20coverity#706538 Uncaught exceptionCaolán McNamara1-5/+13
Change-Id: If23396c545e7add653fa9e5ac6e544aaa794120d
2014-10-20coverity#704010 Unchecked return valueCaolán McNamara1-1/+1
Change-Id: I90750c51ce3b38defdba7ecdb7734172983efa8c
2014-10-20coverity#982248 Unchecked return valueCaolán McNamara1-1/+1
Change-Id: Ice8c1b3eab28fc8ef27d802f64b7dd90a0614e42