summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-23loplugin:unusedfields in basctlNoel Grandin5-14/+6
Change-Id: I565bd86167c93ece1d65ce8a3b148144f5a7107a
2015-12-23loplugin:unusedfields in basicNoel Grandin8-32/+13
Change-Id: I304f3903f305ba5b538964071ab95b57ebf2f970
2015-12-23tdf#96541 - dialog "About LibreOfficeDev" has lost its logoNoel Grandin1-3/+4
regression from 58d8d8a "tdf#69977: uno::Sequence is expensive" Change-Id: I792b5971a7a3a9532cccb36add5b558c68e397ef
2015-12-23loplugin:unusedfields in chart2Noel Grandin52-182/+68
Change-Id: I8203f84ad8b138932c990032e17ea5d2daf384bb
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock3-11/+10
Renamed PhysicalFontCollection::ImplFindByAttributes to FindByAttributes. This function is actually useful for finding a font within the collection, so I'm moving it from being a protected function to public because it is actually useful in its own right, not just for PhysicalFontCollection. Note that ImplFontAttrs is a mess anyway, so not going to touch that (yet). Change-Id: I884ddd5118cbbb0f92b157540f7ffcf1bf35609b Reviewed-on: https://gerrit.libreoffice.org/20865 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-23vcl: make PhysicalFontFamily::ImplFindBySubstFontAttr privateChris Sherlock1-1/+1
Change-Id: I2e066393b5ee90c96cea0871c68a72b408a8d0b2 Reviewed-on: https://gerrit.libreoffice.org/20864 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-23vcl: make PhysicalFontFamily::ImplFindByAliasName privateChris Sherlock1-2/+2
Change-Id: Idb0df528beb9551431fe32a69b54fe8a51cba2eb Reviewed-on: https://gerrit.libreoffice.org/20863 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-23loplugin:unusedfields in connectivityNoel Grandin26-89/+31
Change-Id: I32226b6959b2bfd316de6ed93b070b68ad875562
2015-12-23loplugin:unusedfields in cuiNoel Grandin11-52/+16
Change-Id: I7a1092708881d1d43debf0217a5401c5b65838a5
2015-12-23loplugin:unusedfields in dbaccessNoel Grandin11-14/+1
Change-Id: I5f38bf33deaec17203e1bdcd3a61085266e42501
2015-12-23loplugin:unusedfields in desktopNoel Grandin11-44/+7
Change-Id: Ic816a7faf4d357d16c13f67533b3b409a531d14c
2015-12-23loplugin:unusedfields in eventattacherNoel Grandin1-3/+0
Change-Id: I40c69865661cdca856118cab7c43cbb0eadfdc74
2015-12-23loplugin:unusedfields in extensionsNoel Grandin6-12/+0
Change-Id: I89d33ea8be97f32c090c8fbf739cbf5e150b12c4
2015-12-23loplugin:unusedfields in filterNoel Grandin14-37/+18
Change-Id: Ic35cff139f5f180ff93fe7b1ecbd15de6c474821
2015-12-23loplugin:unusedfields in formsNoel Grandin5-11/+0
Change-Id: I875c07dcfc9fd9537ced1facd88ac712a7dacbbd
2015-12-23loplugin:unusedfields in fpickerNoel Grandin7-26/+15
Change-Id: Ia5d9211a668c25c9891ed69902fe1a4fbb2d8483
2015-12-23loplugin:unusedfields in frameworkNoel Grandin7-25/+3
Change-Id: Ic6cfbe9f0c7589804b7ffddac0350c188d974c3d
2015-12-23loplugin:unusedfields in /includeNoel Grandin25-51/+12
Change-Id: Ia406e727890a365cc89831c96140cad8240f9b61
2015-12-23starmath: Avoid warning C4819Takeshi Abe1-3/+3
Change-Id: I051b2058e7c7f0424faf49f027330b1bbc93c2d9 Reviewed-on: https://gerrit.libreoffice.org/20869 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2015-12-23starmath: Manage SmEditAccessible's pTextHelper via std::unique_ptrTakeshi Abe2-6/+12
Change-Id: Iefd4314823efec28a8497b5a993fdd01ed12811e Reviewed-on: https://gerrit.libreoffice.org/20849 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2015-12-23starmath: Assert that a parent always finds its childTakeshi Abe2-29/+12
Change-Id: I6cb75e0d62141dba2809aaec62761cedd8c3257a Reviewed-on: https://gerrit.libreoffice.org/20733 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2015-12-22unused code SvpSalFrame::enableDamageTracker(bool)Juergen Funk2-1/+1
used here http://opengrok.libreoffice.org/xref/core/vcl/android/androidinst.cxx#127 Change-Id: If1b0ff8ef4c585e4b36c4735d7928361fb41b238 Reviewed-on: https://gerrit.libreoffice.org/20885 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-22vcl: make PhysicalFontFamily::InitMatchData privateChris Sherlock1-2/+2
Change-Id: I668012226264ce6986ea81815527d32e40645321 Reviewed-on: https://gerrit.libreoffice.org/20862 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-22coverity#1326730 DMI: Dubious method invocationCaolán McNamara1-1/+3
Change-Id: Icf44c82fc485d0172df2a9fb2cbe6b2be61630a1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara16-53/+24
when it works the way we want it to work, so presumably we can cut out the middle man and use getDocumentBaseURL directly which does the same thing. This has the advantage of being in the IEmbeddedHelper api so assignFrom can be tweaked to pull the src and dest ids arguments to CopyAndGetEmbeddedObject from the src and dest IEmbeddedHelpers always available there. So we ensure we have some ids to present to CopyAndGetEmbeddedObject, avoiding the assert on converting documents such as ooo89433-1.ppt to pdf So the explicit args can apparently be dropped, bubbling up then means we don't need a CloneWithShellIDs (introduced with tdf#71076 and tdf#71767) as normal Clone should now do the right thing. And various other arguments in various callers of these, which are typically filled in with an unhelpful empty OUString placeholder, can go Change-Id: I9c0be0340e72f98b10ee87ada7d2a021fcc39e23
2015-12-22guard against missing ContentContainerCaolán McNamara1-4/+6
Change-Id: I4f2c5d53148deb02d990edc42140c23f02409cea
2015-12-22Fix VclPtr issue in rptui::ONavigatorMaxim Monastirsky2-0/+7
Window ( 7VclVBox()) with live children destroyed: N5rptui13NavigatorTreeE() Change-Id: I974f73afd7dd259135d9bfcd47dd6bc8e7cc0d40
2015-12-22Avoid bad downcast during destructionStephan Bergmann1-1/+1
...as reported by UBSan in CppunitTest_sw_filters_test: > /sw/inc/format.hxx:110:73: runtime error: downcast of address 0x2af2d8024000 which does not point to an object of type 'const SwFormat' > 0x2af2d8024000: note: object is of type 'SwModify' > f2 2a 00 00 70 33 2f 87 f2 2a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > ^~~~~~~~~~~~~~~~~~~~~~~ > vptr for 'SwModify' > #0 0x2af27bbe8083 in SwFormat::DerivedFrom() const /sw/inc/format.hxx:110:73 > #1 0x2af27bbc8401 in SwFormat::Modify(SfxPoolItem const*, SfxPoolItem const*) /sw/source/core/attr/format.cxx:282:21 > #2 0x2af27e9934a3 in SwFrameFormat::Modify(SfxPoolItem const*, SfxPoolItem const*) /sw/source/core/layout/atrfrm.cxx:2597:5 > #3 0x2af27f8207d5 in SwTableBoxFormat::Modify(SfxPoolItem const*, SfxPoolItem const*) /sw/source/core/table/swtable.cxx:2353:5 > #4 0x2af27bb9cd52 in SwClient::SwClientNotify(SwModify const&, SfxHint const&) /sw/source/core/attr/calbck.cxx:68:9 > #5 0x2af27bba4bee in SwModify::CallSwClientNotify(SfxHint const&) const /sw/inc/calbck.hxx:349:9 > #6 0x2af27bba290b in SwModify::ModifyBroadcast(SfxPoolItem const*, SfxPoolItem const*) /sw/inc/calbck.hxx:173:11 > #7 0x2af27bb9fbc0 in SwModify::NotifyClients(SfxPoolItem const*, SfxPoolItem const*) /sw/source/core/attr/calbck.cxx:143:5 > #8 0x2af27bb9e0e7 in SwModify::~SwModify() /sw/source/core/attr/calbck.cxx:101:5 > #9 0x2af27bbc6bb4 in SwFormat::~SwFormat() /sw/source/core/attr/format.cxx:251:1 > #10 0x2af27e98fdf3 in SwFrameFormat::~SwFrameFormat() /sw/source/core/layout/atrfrm.cxx:2534:1 > #11 0x2af27e9900af in SwFrameFormat::~SwFrameFormat() /sw/source/core/layout/atrfrm.cxx:2525:1 > #12 0x2af27cb1646e in SwDoc::~SwDoc() /sw/source/core/doc/docnew.cxx:592:5 > #13 0x2af27cb1993f in SwDoc::~SwDoc() /sw/source/core/doc/docnew.cxx:385:1 > #14 0x2af282d45bb0 in SwDocShell::RemoveLink() /sw/source/uibase/app/docshini.cxx:472:13 > #15 0x2af282d43596 in SwDocShell::~SwDocShell() /sw/source/uibase/app/docshini.cxx:394:5 > #16 0x2af282d45f46 in SwDocShell::~SwDocShell() /sw/source/uibase/app/docshini.cxx:384:1 > #17 0x2af282d4637f in SwDocShell::~SwDocShell() /sw/source/uibase/app/docshini.cxx:384:1 > #18 0x2af282d464c6 in virtual thunk to SwDocShell::~SwDocShell() /sw/source/uibase/app/docshini.cxx:383:13 > #19 0x2af27420aade in SvRefBase::ReleaseRef() /include/tools/ref.hxx:138:29 > #20 0x2af27420195a in tools::SvRef<SwDocShell>::~SvRef() /include/tools/ref.hxx:49:30 > #21 0x2af2741f6663 in SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) /sw/qa/core/filters-test.cxx:130:1 > #22 0x2af2741f368e in SwFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) /sw/qa/core/filters-test.cxx:69:12 > #23 0x2af29a05d1fb in test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) /unotest/source/cpp/filters-test.cxx:129:20 > #24 0x2af29a060741 in test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) /unotest/source/cpp/filters-test.cxx:154:5 > #25 0x2af2741fa8fa in SwFiltersTest::testCVEs() /sw/qa/core/filters-test.cxx:174:5 > #26 0x2af27421631d in CppUnit::TestCaller<SwFiltersTest>::runTest() /workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6 > #27 0x2af23644866d in CppUnit::TestCaseMethodFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 > #28 0x2af24e66d0d6 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /test/source/vclbootstrapprotector.cxx:57:14 > #29 0x2af236403bb7 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12 > #30 0x2af2458a1926 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:88:12 > #31 0x2af236403bb7 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12 > #32 0x2af241b89d58 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 > #33 0x2af236403bb7 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12 > #34 0x2af23638b90c in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 > #35 0x2af236403bb7 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12 > #36 0x2af2363ffb61 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18 > #37 0x2af2364c91c5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:10 > #38 0x2af2364451c6 in CppUnit::TestCase::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:5 > #39 0x2af23644bc03 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5 > #40 0x2af23644ab6d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 > #41 0x2af23644bc03 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5 > #42 0x2af23644ab6d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 > #43 0x2af2365078c6 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:5 > #44 0x2af2364c7049 in CppUnit::TestResult::runTest(CppUnit::Test*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:3 > #45 0x2af236508e86 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:3 > #46 0x501b3c in (anonymous namespace)::ProtectedFixtureFunctor::run() const /sal/cppunittester/cppunittester.cxx:281:13 > #47 0x4fc866 in sal_main() /sal/cppunittester/cppunittester.cxx:431:14 > #48 0x4fa822 in main /sal/cppunittester/cppunittester.cxx:338:1 > #49 0x2af2380d2af4 in __libc_start_main (/lib64/libc.so.6+0x21af4) > #50 0x4323c4 in _start (/workdir/LinkTarget/Executable/cppunittester+0x4323c4) Change-Id: Ic1ff73d3184ad2cd97555b7a45fb205e9ec84ac6
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock3-8/+8
This is part of the class's public interface, it's not just an implementation function. Therefore the prefix Impl is not needed, so removing it. Change-Id: I118db93e930ff42ef0b712da6cd4a6d04fd1f074 Reviewed-on: https://gerrit.libreoffice.org/20861 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-22tdf#96588 - avoid redundant pivot cache filter on import.Michael Meeks1-1/+9
No need to do a duplicate ~million calls to isRowQualified for trailing empty data. Change-Id: Id2840e1b5a9aae825aa67af9b4cedb32c3fcf527 Reviewed-on: https://gerrit.libreoffice.org/20851 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2015-12-22sc: loplugin:defaultparamsMiklos Vajna1-1/+1
Change-Id: Ibd58037fe3cdb52cc4514a6c5ff92399fc302bd8
2015-12-22loplugin:simplifyboolStephan Bergmann1-1/+1
Change-Id: I0d15e52100e154bb3681e0092ee663ceeef61f9d
2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock3-3/+3
This is part of the class's public interface, it's not just an implementation function. Therefore the prefix Impl is not needed, so removing it. Change-Id: I15540e470cfb20d312e8bf31109acfc6ff8fe7dc Reviewed-on: https://gerrit.libreoffice.org/20860 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-22vcl: make PhysicalFontCollection::ImplFindBySearchName privateChris Sherlock1-1/+2
Change-Id: I31af40bd4693b86eae4102978933b22517001db0 Reviewed-on: https://gerrit.libreoffice.org/20859 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-22tdf#96181 SVG: Add support for <use> elementXisco Fauli3-13/+105
Change-Id: Ia95c7e35158f8a4c6a597662524c74e1909983bb Reviewed-on: https://gerrit.libreoffice.org/20483 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
2015-12-22tdf#89999: Fix ODF export of sub|superscript textKatarina Behrens1-3/+15
it needs special treatment due to 1 attribute but 2 different MIDs, much like under|overline (fcf5b5c081ded93b) and fonts (48eccfb812284f4) Change-Id: Ib336e8d4de0c3833103d8d13b64971f7c15c725c Reviewed-on: https://gerrit.libreoffice.org/20702 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-12-22tdf#91063 Better organize Error Bar content panelYousuf Philips1-188/+159
Change-Id: I7c85cb926187ff757a75f985ee1e5cbfe265f9dc Reviewed-on: https://gerrit.libreoffice.org/19577 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-12-22Indentation fixesMiklos Vajna2-6/+6
Change-Id: Idcb2b7e01a84d49c3b0cf53f6d53265111e68fdd
2015-12-22tdf#94865 resolve duplicate accelerator - File>Template and File>ExportCor Nouws1-1/+1
demoing on LibreOffice_Nl Community day Change-Id: Idc17d430491627ed20ff31803a19dd8b9646397e Reviewed-on: https://gerrit.libreoffice.org/19417 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-12-22BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini2-159/+189
Change-Id: Ia47597b26d63db216dd3ab71acbb18449ece7b1a Reviewed-on: https://gerrit.libreoffice.org/16963 Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org> Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
2015-12-22tdf#96051: FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXMLZolnai Tamás3-27/+6
Revert "bnc#584721: Import subtitle block to master slides" This reverts commit b3d50feaa87b670baf68288974005ac26ad31736. It seems the imported subtitle block makes export corrupt the output. Better to have a valid output. Change-Id: I1a3d4f03e4fa0c4431a5394495682a1b9d7677bc
2015-12-22loplugin:unusedfields in include/vclNoel Grandin5-11/+1
Change-Id: I61fc04e00970ea0d398ff80f6b1f81ec2f62dd5e Reviewed-on: https://gerrit.libreoffice.org/20868 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-22Rearrangement of various context menus in ImpressYousuf Philips4-68/+60
Change-Id: I6674254898dc6d7351ec4450e2aa5ac3f177bdbf Reviewed-on: https://gerrit.libreoffice.org/20640 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-12-22vcl: switch from ImplFindBySearchName to FindFontFamilyChris Sherlock1-4/+1
ImplFindBySearchName is an implementation function, which I frown on using if it can be avoided. In actual fact, the code in OutputDevice::GetDefaultFont is just duplicating the PhysicalFontFamily::FindFontFamily function anyway, so I'm switching to using this instead. Change-Id: I1491a09aa935e9fdb288dd6787fce1b1096d29a9 Reviewed-on: https://gerrit.libreoffice.org/20857 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-12-22tdf#96411 Add slide layout changing to impress menu barYousuf Philips2-0/+107
Change-Id: I49ec715b6a5b6733a2440e901c5f7947857f6273 Reviewed-on: https://gerrit.libreoffice.org/20803 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-12-22unused codeJuergen Funk1-3/+0
ScDocument::GetLastDataPos(short) const ScDocument::EndAllListeners(ScRange const&) removed here 90e8ad7ab779740c7381d26ffe7d08acc3a9ff96 Change-Id: I994e6078e2d3c823356598d9d6ed032ce9570bfb Reviewed-on: https://gerrit.libreoffice.org/20855 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-22loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin6-13/+5
Change-Id: I5866c8d95e04714e81a45e73bf00a430859a4327
2015-12-22tdf#93009 SwViewShell: fix printing of comments on the marginMiklos Vajna1-2/+2
Clipping was set not only in case of VCL-level double buffering, but also during printing, which means comments were excluded from the output. Change-Id: Iffb7d91ca78c09e2b43133f5049d52bd7dc4e730
2015-12-22vcl: kde5 native button order is the same as kde4Miklos Vajna1-0/+1
With this, the following scenario works again: 1) Open Writer. 2) Type some characters. 3) ^W, right arrow, enter means "don't save". Change-Id: Icd3418f97346738475b6e5222c661fff7a01414b
2015-12-22writerfilter: can use a plain instance for the table sequence hereMiklos Vajna2-16/+12
Change-Id: I34dc9cad5e7fb95eee2b0587e0a6b731571d6933