summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-11DOC export: register the smart tag offsets/locations in the FIBMiklos Vajna1-1/+17
With this, a reader can actually find them in the table stream. Mark as experimental till all the related structures are written, so Word doesn't consider the file corrupted. Change-Id: I3f997dcdb14557b1f8eed78bd873b121068d9712
2015-12-11Kill check for ancient FreeBSD versionBaptiste Daroussin2-12/+0
Change-Id: Ia6f7d55d2d8d346695658549d2e86eef77215377 Reviewed-on: https://gerrit.libreoffice.org/20625 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-12-11Fix test on FreeBSD which uses the same backend as LinuxBaptiste Daroussin1-1/+1
Change-Id: Ibc43b9f3d0fc9e343b0ff9abd627ee9afb881d69 Reviewed-on: https://gerrit.libreoffice.org/20624 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-12-11unused BitmapFilterStackBlur::filter(BitmapEx&)Juergen Funk1-1/+0
this ist here 644487a1152c7586a7f20c7f372572a71d8494d5 removed Change-Id: Ib64fb2a32047bd1f31de7f9a349b6c9683a6a0af Reviewed-on: https://gerrit.libreoffice.org/20628 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-11sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna11-33/+36
Change-Id: Icd719c461613f8c59cad81b256678307f69974e1
2015-12-11tdf#34774: enabled double click in input list field dialogOliver Specht2-0/+8
Change-Id: I4a08016859b0afa95d8bf3a42be41bbe72c31570 Reviewed-on: https://gerrit.libreoffice.org/20623 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
2015-12-11tdf#96382: background color is not applied unintentionallyOliver Specht3-1/+7
background color attribute should only be applied in a dialog if the user selects it Change-Id: Idf03840f7332a8cdbbfd616ce47ac26b3602d840 Reviewed-on: https://gerrit.libreoffice.org/20592 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
2015-12-11tdf#33338: enable autocaption position 'above' for all object typesOliver Specht1-3/+1
Change-Id: Idf82c1d7f1b5e149c3796f5999fd09cf2c31299f Reviewed-on: https://gerrit.libreoffice.org/20603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
2015-12-11tdf#34375: resizing of drawings with shift key fixedOliver Specht1-1/+1
Change-Id: Ibd3b0e76484cf22a8d36f457f4b3c398ed1b85d1 Reviewed-on: https://gerrit.libreoffice.org/20602 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
2015-12-11update creditsChristian Lohmaier1-1219/+1224
Change-Id: Ibee5fdd8a59b1e06112bc32ee5dad7f1699fae9b
2015-12-10tdf#96042: Oops, fix a typo.Jan Holesovsky1-1/+1
This fixes a regression from commit 4c4999d944bbf8a34f8a320b8de6f4a325bd5d97. Change-Id: Ie8496392f4811cc1ff146d7a5c43988da0d539c2
2015-12-10mailmerge: Make this more readable, and prefer a constructor over assignment.Jan Holesovsky1-4/+5
Change-Id: I9296964902c3490c73ecf7ee9c2a3623c195c386
2015-12-10mailmerge: We are going to edit a document consisting of multiple ones.Jan Holesovsky1-1/+1
Change-Id: I31f297156c776e12b34969aad38573365d10981a
2015-12-10need a dynamic cast hereCaolán McNamara1-1/+1
53rd and final distinct crash fix of this sequence Change-Id: Id170132c2082fd4905192adc840125088ef5da27
2015-12-10guard against empty StoryCaolán McNamara1-1/+1
Change-Id: Ide44aed9a3189b0fd21a8adc039eb61bd3d3dc14
2015-12-10guard against broken formula and bad lengthsCaolán McNamara1-1/+16
Change-Id: Iab13d67fdc218c84400a4d84e177e5096bb68379
2015-12-10check for null ModifiersCaolán McNamara1-1/+1
Change-Id: I842122f7e2cba48d4798905f41f63b3e06775d00
2015-12-10check for null contentCaolán McNamara1-3/+6
Change-Id: I824c29b39fe1e9e631a21f09611758bea03b0ca9
2015-12-10detect infinite recurse in object creationCaolán McNamara2-1/+7
Change-Id: Ie56eb27bb1827860b2600a5586e866e39cd31518
2015-12-10tdf#93263: Take function mask from ScPivotFieldKatarina Behrens2-3/+11
and not from ScDPLabelData (that's what old code used to do as well). Afaics ScDPLabelData.mnFuncMask member is never modified as the array gets populated in ScDPObject::FillLabelDataForDimension. UI has thus only its default value (PIVOT_FUNC_NONE) and so subtotals get reset on every change. ScPivotField however contains the right func mask, so take it from there. Change-Id: I862be121683aac079e788ce535f714ac8cdbcd0b Reviewed-on: https://gerrit.libreoffice.org/20041 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-12-10chmod -xTor Lillqvist1-0/+0
Change-Id: I0dceeba5994286bcc6a05ed3cdf4881ece202d79
2015-12-10this needs to be a dynamic castCaolán McNamara1-1/+1
Change-Id: Id606e58292a25309adb67cf05cc9b9a237e83f81
2015-12-10add a reference to ensure pPara exists until end of scopeCaolán McNamara1-0/+1
Change-Id: I0067ead587c25296ab195b80f461fb0766b1899a
2015-12-10DOC export: write smart tag locations to table streamMiklos Vajna4-0/+90
With this, the PlcfBkfFactoid and PlcfBklFactoid structures are written correctly to the table stream. Similar to the DOCX export, write a subset of RDF graph statements as smart tags in the resulting document. Change-Id: I1e86d5361af2af5501493bae9c386ea55444d556
2015-12-10coverity#1326610 DE: Dropped or ignored exceptionCaolán McNamara18-28/+72
and coverity#1326611 DE: Dropped or ignored exception coverity#1326612 DE: Dropped or ignored exception coverity#1326613 DE: Dropped or ignored exception coverity#1326614 DE: Dropped or ignored exception coverity#1326615 DE: Dropped or ignored exception coverity#1326617 DE: Dropped or ignored exception coverity#1326618 DE: Dropped or ignored exception coverity#1326619 DE: Dropped or ignored exception coverity#1326620 DE: Dropped or ignored exception coverity#1326621 DE: Dropped or ignored exception coverity#1326622 DE: Dropped or ignored exception coverity#1326623 DE: Dropped or ignored exception coverity#1326624 DE: Dropped or ignored exception coverity#1326625 DE: Dropped or ignored exception coverity#1326626 DE: Dropped or ignored exception coverity#1326627 DE: Dropped or ignored exception Change-Id: I921a5434a6a116db5033cb2c90a59008c13f1bb2
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann15-36/+104
Change-Id: I9bc06cfb5eeb38fd7ae7fb25f876ea9f96e4a65a
2015-12-10need dynamic casts here, etc.Caolán McNamara3-13/+15
Change-Id: I578343719d2d7feff51775ff1b073b6584e76f82
2015-12-10there can be 0 columnsCaolán McNamara1-2/+2
Change-Id: Ie367e88df7165d728015a1b3987b220a23203765
2015-12-10sticky end only if it already was a range on the same axis, tdf#92779Eike Rathke1-2/+2
Change-Id: I66f624e696a4a6e681733ab863cd57c342cc0bc1
2015-12-10guard against missing rangeCaolán McNamara1-31/+37
Change-Id: Icdb0694b9c1771a475368aeeb4cb11f4ba8b84f3
2015-12-10guard against missing FoundryCaolán McNamara1-1/+1
Change-Id: I7e76589689d2c9e79a8823d594e8f3ca030e26cf
2015-12-10tdf#96357 Switching icon theme doesn't update toolbar or statusbarMaxim Monastirsky1-6/+5
Regression of 6480b4d11a0cf2dd489d30b6290aa6d831704a45 Change-Id: I00141b3d9c5ea8dc813530a2ee095d61a35b3c04 Reviewed-on: https://gerrit.libreoffice.org/20591 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-12-10check dynamic castsCaolán McNamara1-6/+6
Change-Id: Icc3eee0776fb385a5c750293811dec796458a26b
2015-12-10Add --with-prebuilt-opensslTor Lillqvist4-1/+15
Don't ask. Oh well, if you want to know: For some people, like me, Cygwin and its Perl run into horrible trouble with the fork() emulation when building OpenSSL. (But my Cygwin works fine for all else in the build. Go figure.) So I came up with a way to use prebuilt OpenSSL binaries. Not to be used for release builds, of course (and the configury checks for that), as long as our policy is to build all we can from sources. Change-Id: Ic303bdf0c620c5122aca3d646fa1f0587221e70f
2015-12-10don't trust that this is what its supposed to beCaolán McNamara1-1/+1
Change-Id: I8ae6252039729a1cba8c2fe34f72222c94e3e449
2015-12-10Crash fix in gtktiledviewer when creating new viewAshod Nakashian1-0/+1
Change-Id: I85bb71e775f300214e05e75636bbee200d35ffaa Reviewed-on: https://gerrit.libreoffice.org/20418 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-12-10check is within legal boundsCaolán McNamara1-1/+4
Change-Id: Ie3f9e52575436b9505a412b20c7e1b24fa61f6cb
2015-12-10guard against missing FoundryCaolán McNamara1-20/+29
Change-Id: Id15a2692f8aa572c0b5db87f04761ca3eac0249e
2015-12-10avoid divide by zeroCaolán McNamara1-0/+2
Change-Id: I7d6502c752a7b9f39f94d5cddd5f44240e0b6d04
2015-12-10guard against missing HeadHolderCaolán McNamara1-1/+1
Change-Id: Ic12ee6f4366285fc05fd59b94ec371d8ca013a4a
2015-12-10don't trust that this is what its supposed to beCaolán McNamara1-1/+1
Change-Id: If0450bdab2c315a94a75060e1fadf2f8513f9dae
2015-12-10tdf#91665 l10n: replace string lists - by separate stringsJuergen Funk3-74/+191
Convert the stingarray in resource strings. A lot of need a translation in other language Improve a lot of stuff Change-Id: I1c97949fa3a3de17efe0a358370b5a7b6a772686 Reviewed-on: https://gerrit.libreoffice.org/20557 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-12-10guard against corrupt LwpTocSuperLayoutCaolán McNamara1-4/+9
Change-Id: I18648e74d16b932cfa6fbd2057d1e9987c498fd4
2015-12-10sw: accept a const text node in SwRDFHelper::getTextNodeStatements()Miklos Vajna2-2/+5
It's an implementation detail that the used UNO API needs a non-cost text node, even if only read methods are called on the wrapper object. Change-Id: If15eaca48339f1531fd54da3422a6b7c41eb48f7
2015-12-10Memory leakStephan Bergmann2-3/+3
Change-Id: Ica40750d628946678019376d91db67ba3f9ed67e
2015-12-10Remove listeners upon disposeStephan Bergmann1-0/+18
Change-Id: I9cee05fe75ba87da98ee3d4616099583fa03470d
2015-12-10Unbreak reference upon disposing notificationStephan Bergmann1-1/+4
Change-Id: Ifd9d4fe187c8259db5816f9cdb50cfeae50c8057
2015-12-10Fix detection of HAVE_CXX14_SIZED_DEALLOCATION under Clang -fsanitize=addressStephan Bergmann1-0/+18
Change-Id: Ib6219a90f36ad391d49a29e7fd12adae604ec8d1
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann84-136/+136
...which, somewhat arbitrarily, expects GNU extension __attribute__((...)) to come before MSVC extension __declspec(...) with MaybeParseGNUAttributes(attrs); MaybeParseMicrosoftDeclSpecs(attrs); in Parser::ParseClassSpecifier (lib/Parse/ParseDeclCXX.cpp). Change-Id: I5936558c8fc08b278575b6c678cde6eccd4647fb
2015-12-10remove misleading commentDavid Tardon1-1/+0
Change-Id: I0408b2956c2156c30e60cf5d21efbac2e0566d10