summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-26mingw: fix delivery of gcc libsDavid Tardon
Change-Id: I03c55ceb685b4de580bfc3125792e7a75e133821
2014-04-26coverity#708654 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ic342d785746280b6c75d237cfafc83a42786ec7f
2014-04-26annoying inlines and formattingCaolán McNamara
Change-Id: I4a664c1c71a5aab183e7441dcdbcdb8b769fb996
2014-04-26coverity#738920 Uninitialized scalar fieldCaolán McNamara
Change-Id: I4796075c4727d30178bb6c7d0752e87ab22c36cf
2014-04-26problem with a check define somewhere in MacOSXCaolán McNamara
Change-Id: I2e866116db510deef12b0da7995b9bc1b246b34a
2014-04-26unnecessary to check for null before deleteCaolán McNamara
Change-Id: I82b5c5ced8a4f0e719d1aeffed86845b9db1b68b
2014-04-26the OutDevState dtors are never calledCaolán McNamara
regression since cf3c6cb40f99fa1761a6af3d7447a899b9447868 Change-Id: Iaeb44d948d3e0a0b26cfd3e16aa81b979cf56457
2014-04-26callcatcher: hide glTF methods from easy listCaolán McNamara
Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c
2014-04-26coverity#707891 Uninitialized pointer fieldCaolán McNamara
Change-Id: Id717454935e1b9426f59061ed95364bf69408232
2014-04-26coverity#707892 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ic9f477efd34b6baa4d5cd7a75db8187332b7b328
2014-04-26WaE: -Werror=shadowCaolán McNamara
Change-Id: Ia29ebbddd5c88b8f3bd033a97dfd69a7705b87b8
2014-04-26coverity#738633 Uninitialized pointer fieldCaolán McNamara
Change-Id: I46084f663d8089d8bcf865774ced72a9b655e811
2014-04-26callcatcher: update unused codeCaolán McNamara
Change-Id: I86713d8f5516fafbd7e713e4fa85f4d7f02cb9ec
2014-04-26Related: #i124451# application of index entry template patternsOliver-Rainer Wittmann
-- do not propagate tab stops of unused paragraph styles -- do not propagate default tab stops (cherry picked from commit fd29c8d6368e5e6039dec45a1b40452a42e8d524) Conflicts: sw/source/core/tox/tox.cxx Change-Id: I0fce96aeb951ff0b46ff14d2ebd13864532fecc2
2014-04-26Clean up remains of URL History List (eHISTORY).Andrzej Hunt
f7feb4227d83f4f095597a44826277aaae2bc0df killed the adding of documents to this list, which however caused fdo#72006 as the "Load URL" control still used this list, which has now been fixed to use the Picklist, hence we can completely kill the history list. Change-Id: Ib4c6892aff0bf5d6e32985041a3ac7c416d8d726 Reviewed-on: https://gerrit.libreoffice.org/9105 Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com> Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
2014-04-26fdo#72006 Populate "Load URL" dropdown from picklist.Andrzej Hunt
f7feb4227d83f4f095597a44826277aaae2bc0df stopped any newly opened documents from being added to the "History" list (and instead adds them to the picklist), since the history list is not used anywhere else, and since the picklist performs an equivalent function, it makes most sense just to use the picklist to populate the list of URLs. Change-Id: I5a06e7fefe3dc1fbe266f3191de4fbac03601858 Reviewed-on: https://gerrit.libreoffice.org/9104 Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com> Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
2014-04-26Toolbar overflow/context menu: keep ordering and don't discard separator.Andrzej Hunt
Previously the overflow/context menu should have had a separator shown between the overflow items and the hidden items, however these were inadvertently removed by ImplClearPopupMenu which filters the items before the menu is displayed. The previous ordering of items was also the REVERSE of the ordering in the toolbar -- the overflow menu is a logical extension of the toolbar hence items should be in the same order as they were in the toolbar. Change-Id: I8444f4814fea64be1d8f8790445ad6aa01532e70
2014-04-26fdo#75489 Pass toolbar context menu commands to toolbar for handling.Andrzej Hunt
The toolbar context menu is handled by the toolbar manager, however the items are provided and managed by the toolbar itself -- previously any events on the list of toolbar items in the context menu were silently discarded, whereas now we pass them on to the owning toolbar. Change-Id: Ia17718c3ff8acfba1b6d655022dd9469932f3493
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida
When importing shared formula tokens. Change-Id: I7e1a05a78c3a93330476516e0459cffb668e3f66
2014-04-25fdo#76611: Write test for this.Kohei Yoshida
Change-Id: Ib2852ccf8c19f9ed0fc5edda0b197d9801affae6
2014-04-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: Id8a85f6c7bcf8eed4688ebebf30b1b74676dae0d
2014-04-25Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0)Julien Nabet
There's still a case with const sal_uInt16 which couldn't be converted See http://nabble.documentfoundation.org/Questions-about-getCppuType-td4106361.html for more details Change-Id: Iddc31168dba88d3ca0454fc76d31cda5f70eb5d1
2014-04-25odd that apparently these only are checked in non-opt modeCaolán McNamara
Change-Id: Icbcd5f090e8fc63bf017ec83611ba9abf7335dae
2014-04-25Related: rhbz#1032774 slide restarter should disable auto-exitCaolán McNamara
The scenario is a pps that exits the app when the presentation is complete. But using "switch screens" in the presenter console will stop and restart the presentation. So protect that "stop" against existing by disabling the autoexit and restoring it afterwards Change-Id: Id986ad7e3cfafb8068540fb90d05443f329b554c
2014-04-25coverity#707667 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ia8024e1bff86d6b9e18dc60f81bd28e4b8a590af
2014-04-25coverity#706281 Uncaught exceptionCaolán McNamara
Change-Id: I6bc7ea330834054a20f89bdb0ac7cc9ccd9ca4aa
2014-04-25coverity#706282 Uncaught exceptionCaolán McNamara
Change-Id: I495c558ed7692a0d2b669d9bc9cb62ed9ddc6665
2014-04-25coverity#736993 Uncaught exceptionCaolán McNamara
Change-Id: Ib8e5d13da0e26f67da16edf0eb55341208ec2337
2014-04-25coverity#736992 Uncaught exceptionCaolán McNamara
Change-Id: Ia074dc867cc068fccb2d4eb613d04b945b8711e7
2014-04-25coverity#736990 Uncaught exceptionCaolán McNamara
Change-Id: I3b7f4c732a5a3369c05c75ede1580b32837be671
2014-04-25coverity#707098 Uncaught exceptionCaolán McNamara
Change-Id: I88e0ddd6de87bf8264e06ee34d6c144f16a7aa60
2014-04-25coverity#707088 Uncaught exceptionCaolán McNamara
Change-Id: Icfc2765f6482082959b4a0b666ec823de686bffe
2014-04-25coverity#737762 Uncaught exceptionCaolán McNamara
Change-Id: Iaa34147326ebcb3a29b922c29c0a1fd6b4a5f515
2014-04-25coverity#735656 Division or modulo by zeroCaolán McNamara
Change-Id: I846f5f10649e2f12bac763c87e88cd55135f3d00
2014-04-25make 'Unicode' less-attractive to pick vs UTF-8Caolán McNamara
for people guessing the encoding of a .csv Change-Id: Ie1b0a51bd2beb60351c244f97583a48ce596fbcc
2014-04-25error C2059: syntax error : ´)´Caolán McNamara
Change-Id: Ic81d7f524ff0ea5fb2e79de2828d77f91791ed35
2014-04-25quick fix for inheritance problemsMarkus Mohrhard
Change-Id: I41c5c937d62d6ba0b3df2d4a0101319f272495a7
2014-04-25refactor to decrease the amount of copypastaDavid Tardon
Change-Id: Ib540d79034f1963905685c1282d091bc034cf4f3
2014-04-25error C2872: ´chart´ : ambiguous symbolCaolán McNamara
Change-Id: Ic6d8366b2754c7f626552d66821d40319910559c
2014-04-25fix comment about ChartView::dumpMarkus Mohrhard
2014-04-25the chart root shape has to be at the bottom, fdo#74333, cp#1000057Markus Mohrhard
Change-Id: Ic99fec987f290e94e4b45f4d193406daa2de4740
2014-04-25dump also drawinglayer shapes that are externally addedMarkus Mohrhard
Change-Id: I0a5ba2db0fa09193803442b5771a1d6b0475c2c8
2014-04-25fix missing service factory during import, related fdo#74333, cp#1000057Markus Mohrhard
Change-Id: I2cce561587d82b0434ef2d3e65e5d35b7ff99260
2014-04-25add way for shape dumper to dump single shapeMarkus Mohrhard
Change-Id: I031921d6869d3bbdef4ed11e4316b6cd977992ca
2014-04-25support sc.slowcheckMarkus Mohrhard
Change-Id: I91dcdba455660dee25accdd2185a876bf7012ff8
2014-04-25No need for XShape dumping (for unit testing) for non-desktopTor Lillqvist
We don't do unit testing when cross-compiling anyway. (And even if we did, in some magic fashion, I don't think we would want debugging/testing functionality like this dumping thing to be dragged in into a production build of an app. It's not a huge amount of code, but still.) Change-Id: I12bc552b10452263572074aae865138ff30fbfc8
2014-04-25added .xlsx .xls .ods export/reimport tests for new spreadsheet functionsEike Rathke
Change-Id: I71baaf27a16e60eb11f80f61664fc09dcf047cf1
2014-04-25updated Hungarian autocorrection patterns (with .* wildcards, too)László Németh
Change-Id: I5e88cdab06f765d375fee3dc69201f864db33653
2014-04-25Obey --with-locales here, tooTor Lillqvist
Avoid linking in various functions and potentially largish data objects if the corresponding locale is deliberatedly skipped by using the --with-locales configure option. Change-Id: I8ec8c2b6176972d048a3c0e180ac0e6e805f2378
2014-04-25fdo#75971: Perhaps this will prevent the crash ?Kohei Yoshida
I can't reproduce the crash, so this is just a blind fix based on Julien's input. Change-Id: If4d20632dc1ce0671a755dd6dd31194702a95bf3