summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-09loplugin:staticmethodsStephan Bergmann
Change-Id: I37053f37f074c49b8bc6fcaa82f66a2e52064cb1
2015-05-09.gitignore: Add stupid KDE .directory filesAdolfo Jayme Barrientos
Change-Id: I22c5ee3e7ef7cd2b3b40953d114e01dd3d36e0cb
2015-05-09Stupid file managers are stupidAdolfo Jayme Barrientos
Change-Id: Ifad666a7aef04124005e0f5cb80b806b2a9f8732
2015-05-09Remove unused create member functionsStephan Bergmann
Change-Id: I65c77f32e076a0bc5eae2c0cf4626eebfd141972
2015-05-09loplugin:staticmethodsStephan Bergmann
Change-Id: If3dd46119c043daa1498cbeebc9cef2b7b9cafe4
2015-05-09loplugin:implicitboolconversionStephan Bergmann
Change-Id: If9797eb74b624af7374effd73a8642a7d32efb1e
2015-05-09Breeze: fix tdf#90387 in writer and calcandreas_ka
Change-Id: Ic35d1beab81e7cafd2114edf5bd0545f514a5020 Reviewed-on: https://gerrit.libreoffice.org/15682 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-09Breeze: update icon theme, and fix tdf#90387andreas_ka
Change-Id: I3f3c6dc6fbcc958323134f3c79e019d42c338151 Reviewed-on: https://gerrit.libreoffice.org/15681 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-09bodge layout to not crash on load of File_1292.docxCaolán McNamara
Change-Id: I3eba9c8b3883ca4fca38e27d351508c9e01d9c08
2015-05-09coverity#1257113 Uninitialized pointer fieldCaolán McNamara
Change-Id: If1454e643bba38a0bffd0e14a28045dc5e544d11
2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara
Change-Id: I6b135f6d47352c1fbb729788848913402b7bb742
2015-05-09coverity#1297233 Dereference after null checkCaolán McNamara
Change-Id: Id30e16f6f94668b578fe79eab9d8289c8914a32b
2015-05-09coverity#1297232 Division or modulo by float zeroCaolán McNamara
and coverity#1297231 Division or modulo by float zero Change-Id: Icb303956bb3804bca1078c1135aca0eff370902b
2015-05-09coverity#1297234 Uncaught exceptionCaolán McNamara
Change-Id: I6ce09d3a7c77c5501608a2d1b0812c3c22ef16af
2015-05-09coverity#1297236 Uninitialized scalar fieldCaolán McNamara
Change-Id: I2c19d1a0f8ad31cdf384ab301f3dae99a6ea9933
2015-05-09VclPtr: fix crash on loading kde86727-1.htmlCaolán McNamara
and all the other html crashtest loading failures I believe Change-Id: I38d3e1ad283efc08f468d9062e520149663e3e84
2015-05-09loplugin:externandnotdefinedStephan Bergmann
Change-Id: I10508dc16f138e5b3b36dcbdc269735c598de17f
2015-05-09callcatcher: update unused codeCaolán McNamara
Change-Id: Idd77790f78843843f2d38a7a78465c34538768dc
2015-05-09sw: deploy asserts in lcl_CheckRedline()Michael Stahl
Change-Id: Ib5c5758eab44532b383ca49542288a65cb10d548
2015-05-09sw: add assertions to check invariants of frame anchoringMichael Stahl
Change-Id: Iddb5936c088dfba0245a0d921c7122a0587bdc9b
2015-05-09sw: remove debug codeMichael Stahl
Change-Id: I187c0b2bd2f9e4ddeeac80b6046c25d5cf674d71
2015-05-09sw: fix assert with frames anchored as-char in redlines on rhbz490395-1.odtMichael Stahl
SwRangeRedline::Hide() will copy and delete the redlined text range, and during the delete it happens that FLY_AS_CHAR frames are not deleted before their anchor SwTxtNode is destroyed, so SwFmtAnchor::m_pCntntAnchor will have its NodeIndex adjusted by SwNodes::RemoveNode() to a wrong node and then it cannot call RemoveAnchoredFly() on the proper node. Avoid the problem by manually deleting all FLY_AS_CHAR from nodes before they are deleted and before the SwNodeIndex adjustment. (regression from 738fb2ad77e5a1a4d6e2dc540886a17f4527e4db, which had the equivalent problem with differing SwNodeIndex keys) Change-Id: I13c9577c01e3b8976b74fb9c58dc2ef2c2fc0666
2015-05-09sw: remove bogus assert in SwDoc::IsInHeaderFooter()Michael Stahl
If the for loop has a break after the first frame anchored on that node, it makes no sense to assert that all frames have been visited. (regression from bb95f7e6f7c9b1281875e6d729b66b6018794ee0) Change-Id: Ibd8d65f286b441127be7735c63f4b84ba94dcb6f
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl
SwRangeRedline::Show() will move nodes around in the nodes-array, which means that using SwNodeIndex as a key in a map that has a lifetime not limited by the stack is a bad idea, as the map will become unsorted. Remove SwFrmFmtAnchorMap from SwDoc and replace it with new SwNode::m_pAnchoredFlys to do the same mapping. (regression from 738fb2ad77e5a1a4d6e2dc540886a17f4527e4db) Change-Id: I396d92b9d0b2045e98bad6d0b374303cd4e62b59
2015-05-09sw: convert to assertMichael Stahl
Change-Id: Ie5376106adb3df901b9762097e59d7627790443f
2015-05-09tdf#82968: python3: fix stdio detection on WNT harderMichael Stahl
Upgrade to the latest patch from http://bugs.python.org/issue17797 which appears to work even if you invoke from cmd.exe Change-Id: I85f1cc5ad7d8c059d972ae2a6fd2be1bb5604c2c
2015-05-09Fix ICEs in gcc 4.6.3 for small-int typed_flags.Thorsten Behrens
Subtle failures in nested template instantiations there, for sal_{u}Int8 and sal_{u}Int16 - use wide-int fallback to do bitmask ops. Type is not used to store any dynamic values. This partially reverts a1ecce3ad7df6a82191c4956cec986dc50503dde Change-Id: Ifa7070c1c3830fd70d7ced082d651411ff523444
2015-05-09Revert "improve fallback behaviour of underlying_type for old gcc"Thorsten Behrens
This reverts commit 7ad4e562b462af22a1c29c955293238cdb30267b, which was causing ICEs on precisely the compiler versions it was targetted at. Change-Id: I996792d723a8bd0d7edd5f248d74217322b5ce3f
2015-05-08sc tiled editing: Highlight the search resultHenry Castro
Change-Id: Ib46e3d484f931cbdebf21ea38488313748942b3b
2015-05-08False loplugin:staticmethodsStephan Bergmann
Change-Id: Icc026ebb422c299caca6c24d6a56416076589fc8
2015-05-08loplugin:staticmethodsStephan Bergmann
Change-Id: I186c81923857d06ac7a87caf9d5961f44b89b559
2015-05-08loplugin:staticmethodsStephan Bergmann
Change-Id: I9fa42eeeabb4a6c7ee18b52d24c480a3f7a6a753
2015-05-08loplugin:staticmethodsStephan Bergmann
Change-Id: Iafb48b20496924c64f9aaa3ec0965b023aef6a07
2015-05-08Remove dead CoreTextStyle::SetTextColorStephan Bergmann
...unclear to me why 507efabe8b40e34c2bebfdaa00d4264c5345d3dd "Resolves: #i124922# allow late setting of the font color..." left it in Change-Id: I741ca3d7eca6fa5dff81af50d91bd6c5d1cba989
2015-05-08Remove trivial CoreTextFontData::CreateTextStyle wrapperStephan Bergmann
Change-Id: Ic57551d9a3590769f97742d41f089dbb3ce248a9
2015-05-08loplugin:staticmethodsStephan Bergmann
Change-Id: I1aeec1e8b00ab0f9e7ec130b6d72b69f35a304cf
2015-05-08loplugin:staticmethodsStephan Bergmann
Change-Id: Ie99d1dd241dc2bfa5c5ac2bff9f2330c491327bc
2015-05-08vclptr: assert that we have a >0 ref-count in acquire as well.Michael Meeks
Change-Id: Ia2286661a8f62e8a46c44c390ab1a8a5dffe81d0
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
This should eventually enable more certainty that they are still live by the time we emit the event later. Change-Id: I7c9eb4c000753d4efe8c59a9e13ef3e11c93b2fa
2015-05-08Take SolarMutex when pushing app events that need a VclPtr.Michael Meeks
Change-Id: Ice91c9e698d99d9674a7c7b3c688faa07603bf95
2015-05-08loplugin:redundantcastStephan Bergmann
Change-Id: I50154e2deb66a77fc4354b1db0e4cd8e1b1ffd2e
2015-05-08loplugin:redundantcastStephan Bergmann
Change-Id: I2931de2cc2a9916dae785d0cc130ce2aa73cf54e
2015-05-08gtktiledviewer: Make all functions staticPranav Kant
These functions are only being used inside this file. Change-Id: I473b33f794cfbaff590d00f22d2832456482d15a Reviewed-on: https://gerrit.libreoffice.org/15680 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-05-08Ensure progress bar LibreOfficeKit callbacks don't repeat the same percentageTor Lillqvist
Gets rid of superfluous sequential callbacks with the same percentage when loading large documents. This reverts commit cec72eff99d1d683f2236c8a86a2814b34ad861e. Change-Id: I70f43f7e3a650c76cbcbbc60ebb2d47efaca06a5
2015-05-08dbaccess: avoid exceptions during loading embedded data sourcesMiklos Vajna
Situation before/after the patch is the same, just silence lots of harmless warnings for now. Change-Id: I00428bdfd939d8cdd3bfd447339e0417e70f4689
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
2015-05-08lopluign:staticmethods: Improve diagnosticsStephan Bergmann
Change-Id: I6079f387a697c5fe794655e455a19d0cb44b96bc
2015-05-08vcl: hold reference during user event posting for floatwin.Michael Meeks
Change-Id: Ibb0f717ae21cd80386b26e078ee7eb2a873b4092
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks
This helps avoid things dying during emission in a robust manner. Bit of an unpleasant 3rd optional parameter; better names appreciated. Change-Id: I27571823f9d96caef1d07602785a02390d3a3591
2015-05-08dbaccess: move vnd.sun.star.pkg: handling from ODatabaseContext to ODBFilterMiklos Vajna
This way the data source's URL will be the vnd.sun.star.pkg: URL, that gets stored in the user profile, and the data source will be usable when we connect to the data source next time, too. Change-Id: Ie2f45af453bfad4f813a1ea492edb633c148d08b