summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara127-254/+234
Change-Id: I27c24d3284a8e0678fc5c041426b4a7e71cbd363
2015-05-27tdf#91544: fix freezing of Data source windowLászló Németh1-1/+2
Change-Id: Ia445bedd57d99c534c9664a42fcb9cd766fcdc39
2015-05-27CppunitTest_sd_tiledrendering: add search-not-found testcaseMiklos Vajna1-1/+14
Fails without commit c0cc9a8622a2cd0e3ba07e15a79dd65ca910b233 (sd LOKit callback for search not found, 2015-05-27). Change-Id: I26ce4eab3d0bf3abc4a59d0dd21d5f2f5de78017
2015-05-27sd tiled rendering: avoid showing wrap around dialogMiklos Vajna1-0/+8
Change-Id: Id977c3a17f5e34d086ee3b68fa9ad2969f9d24c2
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert6-12/+50
The special cases for the icon themes with the filenames "images_hicontrast.zip" and "images_tango_testing.zip" are now handled. They will be displayed as "High Contrast" and "Tango Testing" respectively. Change-Id: Ia3c2b8b57809db9c5ed132c42a412157e91b2599 Reviewed-on: https://gerrit.libreoffice.org/14574 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-27The Mac libc++ version has problems as well,Stephan Bergmann1-15/+0
...so remove the deleted address-of operator again for now Change-Id: I3ded1d28bf2aeb170c70bcec865c09df1eefcb08
2015-05-27Work around broken MSVC standard libraryStephan Bergmann1-0/+7
Change-Id: I9bbe6d231cc784f786dc5e31a641b8789fc35eb9
2015-05-27EndExtTextInput::Complete->EndExtTextInputFlags::CompleteCaolán McNamara2-2/+2
Change-Id: I5039d68aad2849664a42b1a8c04f3703c98d4d8b
2015-05-27CppunitTest_sd_tiledrendering: add part switching testcaseMiklos Vajna2-6/+30
Fails with the last hunk of commit 67a37be9969d8b5a0bc8ae081bc1aba697ea6ba5 (sd: fix LOK search result highlight when result is not on the current slide, 2015-05-26) reverted. Change-Id: I5f8b57784ad1de1434113af7f94c9fde8672b4d5
2015-05-27lokdocview: fix not updated part selector when search changes partMiklos Vajna3-2/+34
Change-Id: I337eed47c56dbbbebda4d7fe716eab6177936dc0
2015-05-27tdf#91145: Set Cell Background Color in Table Broken in Writer 5.0Bjoern Michaelsen1-6/+6
- iterate over PaMs, not over Shells - regression from 0ed7c8b55a026d7d98f9c994ad5e8626dd9504b2 Change-Id: I33ea486d416a7e64fd97938ce09492209c102c88
2015-05-27Remove accidentally pushed fileStephan Bergmann1-79/+0
Change-Id: I22e2215495b1c2d042434edd3aad557e2f849a15
2015-05-27Prevent accidental mis-uses of VclPtr address-of operatorStephan Bergmann2-16/+28
Change-Id: Ie3588d502e9545ea64bf836b2a0bdc0caead2247
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann9-9/+88
Change-Id: I3a82423378d3198a25f90ddfbf42af55d85c96fb
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin50-172/+179
Change-Id: I9400a286fab18d683b4c109007961685f01b6da3
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin13-27/+36
Change-Id: I6c3a95cdcb15e5b1d4adb13908a751b06a302e20
2015-05-27simplify GetWindowClipRegionPixelNoel Grandin3-32/+10
since it has only one call-site Change-Id: I80344faf4beab9aa9427ba8d448b0cf3fd30c7b6
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin17-28/+37
Change-Id: I1bb4ff2c13eaa2a9da3e32963ac0802e947e18d9
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin6-25/+27
Change-Id: Ieda6c5d638c608dd9e7b5d760dfbbfbcc37cc35a
2015-05-27sd LOKit callback for search not foundHenry Castro1-0/+6
Change-Id: Ide13a989005169cd6e8663f308d15f0e5984bd86
2015-05-27SwLayIdle::ShowIdle: improve commentMiklos Vajna1-1/+1
Change-Id: Ibaa03580a39d11e0758c5e02959bed7f14d27790
2015-05-27WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist1-1/+1
Change-Id: Icc449f0ef2dff9d1f6eae97b7b4a594a81afadd5
2015-05-27tdf#91450 fix infinite invalidation loopTomaž Vajngerl1-1/+2
Change-Id: I86f4e881011b2e3f50a0186fc301b142a65ccdf6
2015-05-27tdf#90338 tdf#84254 DrawingML export fixAndras Timar6-10/+776
Change-Id: I610d8099f057a2a34a1f9573d8ac16b5b8da9fc7 Reviewed-on: https://gerrit.libreoffice.org/15918 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-27sw: prefix members of SwFindParaTextMiklos Vajna1-18/+18
So that one can stop guessing if bSearchInNotes or bSearchNotes is the member variable. Change-Id: I8181c1943d6bc9c81383a0e5df6625db31b9e926
2015-05-26update creditsChristian Lohmaier1-946/+952
Change-Id: I7f5545358a66b0a46dd25e0f6f666366ea3f9709
2015-05-26add libebook-1.2.so.15 in EApi.cxxRene Engelhard1-0/+1
Change-Id: I7676f1f69bd563dede965a1a5fc6b1f714f11aab
2015-05-26tdf#91633 - dispose chart data-table entries correctly.Michael Meeks1-2/+9
Change-Id: Ia26df029888f47a0395ea3c8bd7e0e51a1706c2a
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks14-18/+18
Change-Id: I9ebed313827986473c60e77b7e218b4c1b2487fe
2015-05-26Resolves: tdf#91542 crash on pressing return in sidebar line popupCaolán McNamara3-1/+9
Change-Id: I661a51f84827326dfc33a11a02f8065d68e8333a
2015-05-26Related: tdf#91542 line box width cannot be changedCaolán McNamara1-2/+2
Change-Id: Ibbeefcff785ee76a1a7ce46d98c1006fc8fe46fc
2015-05-26if foo delete foo -> delete fooCaolán McNamara1-15/+7
Change-Id: I62c02f8ad69ddbb1cca5b8f0e4c5673d792cb08b
2015-05-26fix some problems found by coverityDavid Tardon3-0/+76
Change-Id: Icaf543858298da4e6c8bb01c8820fa9755c3b7ae
2015-05-26Push without PopCaolán McNamara1-2/+3
regression from commit fb8f83c12e991ad01f049332c022697736d03986 Date: Mon May 11 14:33:01 2015 +0900 refactor TabBar to use RenderContext Change-Id: Ie77d23e164a880cec6ba5f5387070da1ada30760
2015-05-26lokdocview: handle LOK_CALLBACK_SET_PARTMiklos Vajna1-1/+7
Change-Id: I47fc389590d581155074fec63cca79bea3596860
2015-05-26sd: fix LOK search result highlight when result is not on the current slideMiklos Vajna2-1/+14
By adding a new callback event, so clients can switch to the correct slide. Change-Id: I6c2388eb11ef97811cc644fe3a9d3866aa82fd75
2015-05-26Answer "Why is this necessary" commentStephan Bergmann1-5/+3
Change-Id: I3d6e8e9b78c0a56190ba217ec714a8ddce124103
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara2-1/+10
Change-Id: I2325c0b09ccf66ee15597251ad027b295de5502f
2015-05-26unit test for DOCX import fix of vertical pos. of inline imagesLászló Németh2-6/+9
(regression of commit ab81e3bff2a1844be67209bc8947d539edbaf8e6) Change-Id: I329e68e7ecb9fd30de238f31c73f8de04efde9da
2015-05-26loplugin:saloverrideStephan Bergmann1-1/+1
Change-Id: Iac6164f52c5b1d312a62ad7bb76704d8157aa18c
2015-05-26loplugin:saloverrideStephan Bergmann1-1/+1
Change-Id: I92e0b152b892a65480d822d6ac26662972194546
2015-05-26tdf#91426 - fix DX canvas - missed by VclPtr / Clang plugin.Michael Meeks1-7/+6
Change-Id: I7969746b159051d65ea974b89ba458d0d14f466a
2015-05-26SwPaM::Find: fix backwards-search in shape textMiklos Vajna2-18/+62
Change-Id: I79157853d16ead4cb4147763ef0590702b3d8be6
2015-05-26Remove SwClients before destruction in some uno wrapper classesBjoern Michaelsen5-6/+29
- SwXTextTableCursor, SwXCellRange, SwXTextPortion, SwNavigationMgr, SwXParaFrameEnumeration - this was overlooked due to confusion over our bazillion different debug modes Change-Id: I0965184b3ffc4854c26838ff78aef06f4544a9b1
2015-05-26Resolves: tdf#89904 allow the options color page to load/save palettesCaolán McNamara2-15/+5
Change-Id: I02c5d57db9ffb854b096c9382d740923e9cc3b89
2015-05-26dynamic_cast of this to the type is already isCaolán McNamara1-3/+1
Change-Id: I4265819a60ae60b672c890d6ba31b0c2827851ae
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara113-179/+185
Change-Id: I955b04396d27e88ce228f180275955071da83ec6
2015-05-26tdf#91389 EDITING: Crash when deleting headerPhilippe Jung1-5/+6
Replaced MyDlg(pParent).Execute by VclPtr equivalent Change-Id: I7e03913665f770d694f53949e08425ba60adc6ad Reviewed-on: https://gerrit.libreoffice.org/15908 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-26unbreak calc againMarkus Mohrhard1-1/+2
Change-Id: I13e80fc04cb35aff9efbe63cd0096bff5d177ffa
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin3-2/+9
Change-Id: Ib169950f4e33dc71db66fd9a938838b568d2cc22