summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
AgeCommit message (Collapse)AuthorFilesLines
2015-01-09Work around -fsanitize=nullStephan Bergmann1-1/+1
(mpLayoutCache may be null, but that was harmless as Write was effectively static) Change-Id: I41b10593c5ae98de92e7b305d9db75d0c4c7b334
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen2-2/+0
Conflicts: avmedia/source/framework/modeltools.cxx basic/source/sbx/sbxbase.cxx sd/source/filter/eppt/pptx-epptooxml.cxx svx/qa/unit/svdraw/test_SdrTextObject.cxx sw/qa/core/uwriter.cxx sw/source/core/doc/CntntIdxStore.cxx sw/source/core/doc/DocumentLinksAdministrationManager.cxx sw/source/core/doc/docnew.cxx sw/source/core/doc/gctable.cxx sw/source/core/doc/htmltbl.cxx sw/source/core/doc/sortopt.cxx sw/source/core/doc/tblcpy.cxx sw/source/core/doc/tblrwcl.cxx sw/source/core/docnode/ndcopy.cxx sw/source/core/docnode/ndtbl.cxx sw/source/core/docnode/ndtbl1.cxx sw/source/core/frmedt/tblsel.cxx sw/source/core/text/itratr.cxx sw/source/core/tox/ToxLinkProcessor.cxx sw/source/filter/xml/xmltble.cxx Change-Id: Id176d4e052c719c9afdf91ed450de84d8d2bc486 Reviewed-on: https://gerrit.libreoffice.org/13575 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07Resolves: fdo#73165 don't restart timer if already runningCaolán McNamara1-2/+4
If the timer is already running and you restart it then it starts counting down again so the timeout occasion just keeps getting pushed out indefinitely. Change-Id: I964beb0c4756c7bce1e29bdf06cbe9a593ba79cf
2015-01-07fdo#75757 remove inheritance to std::vectorMichaël Lefèvre3-98/+83
Conflicts: sw/source/core/doc/docnew.cxx Change-Id: I4ba20e689b77e75bea75e5a60f50ff40577183e8
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-27/+27
Stumbled across such redundant visibility re-specifications when looking at the odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in cppu/source/cppu/cppu_opt.cxx and used in inline code in include/com/sun/star/uno/Reference.hxx with only a declaration lacking CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows. However, this plugin is probably not worth it being run all the time, so committing it to compilerplugins/clang/store/. Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee8-49/+40
use C++11s range-based for() loops instead Conflicts: sd/source/filter/eppt/pptx-epptooxml.cxx Change-Id: I0868eb345932c05b7e40b087035da252b99bf0b9 Reviewed-on: https://gerrit.libreoffice.org/13714 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara3-11/+11
Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
2014-12-31Remove extra spacesJulien Nabet1-1/+1
Change-Id: I2b351530c5eba062449e02621cfca6ba34bf9c58
2014-12-25sal_uInt16 to size_tMatteo Casalin3-4/+4
Change-Id: Ide8913930f9f951039cefecf71609c5a2bcc5e82
2014-12-25sal_uInt16 to size_tMatteo Casalin1-8/+8
Change-Id: I66239d89049f1386e5725e540c4dcc2b09c3ebf0
2014-12-25sal_uInt16 to size_tMatteo Casalin1-6/+6
Change-Id: I5b63396fba55b717f35aee5718dd348a9d795786
2014-12-25SwNoTxtFrm::nWeight is never readMatteo Casalin1-5/+0
Change-Id: I18cc8f4fb5e2fa2b62c360c787a4d827dab7955c
2014-12-24fdo#82041 restore heading 3 and 4 color to automaticV Stuart Foote1-4/+0
Change-Id: I81de0e67b388507a29e3cb70a05f08775a380bad Reviewed-on: https://gerrit.libreoffice.org/13642 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
Change-Id: I9c3e03324c69beb5af4c43da208086600876f875
2014-12-18Related fdo#86929: Kill FOREACHPAM_START for good (final part)Julien Nabet2-24/+32
Change-Id: I74c6e8633ee5ac477d2f7ac8ee468204076bc886 Reviewed-on: https://gerrit.libreoffice.org/13488 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-15Unused includesMiklos Vajna1-3/+0
Change-Id: I84e475a64cf09e4eeea524b73f8febf7f0a1a46b
2014-12-12coverity#1257736 Explicit null dereferencedCaolán McNamara1-0/+2
Change-Id: I2cd312255f80e22ead614d0ea12a2130fb8bbeaa
2014-12-11Add undo operation for deleting a bookmark + unit test, related fdo#51741Matúš Kukan1-3/+11
Change-Id: I79d8d3c30b6b0b2cc253963fdd50019aec033e12
2014-12-10coverity#735515 Logically dead codeCaolán McNamara1-80/+1
Change-Id: I884aca0e49f424823201a69f03c6bba4e816f3c1
2014-12-10sw: don't assert when SwXBookmark creates duplicate CrossRef*BookmarkMichael Stahl1-5/+7
The bugdoc of fdo#87110 has a couple such duplicates. Check for it and let SwXBookmark throw an IllegalArgumentException. Change-Id: I460dc3a8d9c554c194a32a73526e13422ddd1c52
2014-12-09changed timers to IdleTobias Madl1-8/+8
Change-Id: Ic7e795702618d1c623a2deeba1a86f804a249508
2014-12-09changed some timer to idleTobias Madl1-3/+3
Change-Id: Ibd3a4f66cec6fde4fadc064f27ac44901d005b15
2014-12-08coverity#1242459 Identical code for different branchesCaolán McNamara1-4/+3
on the somewhat dubious logic of matching the otherwise near-identical duplicate logic later on Change-Id: Ic029cafbf2fa2a1fd3cf78464d58977f90bbc418
2014-12-08bracket up this horror anywayCaolán McNamara1-0/+2
Change-Id: I7607ecd8c0e5d67a6e38e1930b416fa834906dd3
2014-12-08deque is never usedBjoern Michaelsen1-1/+0
Change-Id: I223c85999a0ed1a62aece67f0d730b8e2e097ac9
2014-12-08make InsertRedline() non-static againBjoern Michaelsen1-3/+3
Change-Id: I2eda267b56bc1548930add9c5ef83ad268f881a4
2014-12-08rename to simple SaveMergeRedline and put in namespaceBjoern Michaelsen1-12/+15
Change-Id: Ibc36dcde1778ee02b9ac173d9da8419b69854af6
2014-12-08remove inheritance from Ring<>Bjoern Michaelsen1-15/+8
Change-Id: Ie1a958b3f3fb5797ec2eb49f6a5fc72da23ca553
2014-12-08use a std::list<> instead of a Ring<>Bjoern Michaelsen1-27/+18
Change-Id: Ibc1d2deae5b0c7841ec83de880380170eadbd509
2014-12-08use uniqueBjoern Michaelsen1-1/+1
Change-Id: I49b9b69b66f4d8835078056b5681a1bf3760ffc9
2014-12-08make InsertRedline a static functionBjoern Michaelsen1-6/+6
Change-Id: I80c7750f88f9b20e3a2be7306c53676d373654df
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
Change-Id: Idab944f3b9a93258b7f58a33e8a2a2c69448c7d8
2014-12-07fdo#42785 fix crashing again with this doc in 4-4 seriesCaolán McNamara1-1/+1
Change-Id: I834c97a373c55733515e8e1e4945b0f1cd972f89
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen2-2/+2
Change-Id: Ie99906ef2a97617857f5243353e51d8ab4bd6218
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen1-2/+2
... and make them protected. We already have way too many GetNexts in Writer. For now heal this by providing wrappers in the derived classes. This should allow to remove these classes from exposing these one at a time. Change-Id: Iabe3a56e22a4e640e6887aa98decf4e021e627bc
2014-12-05more const correctnessBjoern Michaelsen2-4/+8
Change-Id: I786269210a7906c0d6b74e2cdb32100c8ae07666
2014-12-04use C++11 iterationBjoern Michaelsen1-10/+9
Change-Id: Icc47b1ead273ee02e85c35cb7ab0e06b48cc42c2
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
Change-Id: I47eb10d425a6997d2bebaa5e56dd90543749c8b7
2014-12-04use C++11 iterationBjoern Michaelsen1-6/+5
Change-Id: I07de79fd793051efef717b7c44c88812cefc59d5
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+7
Change-Id: I8992c9fd853b7b92e328826063b50244f9fa3544
2014-12-04use C++11 iterationBjoern Michaelsen1-14/+12
Change-Id: I185b03dc8b747178fc442b7748dfe40762b46d32
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
Change-Id: I4cfd4875262b8c2efeede0475f7be1b5a878ecf8
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
Change-Id: I5877b60addaf12ddb0242e4b6716c14bc8beda3a
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
Change-Id: Idc6c92fab2e0baddde535a8a2a4b6e208b9c0d64
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
Change-Id: I7b8bbf5e2577fc5f3a0a40552a0f2f410bd55a6a
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
Change-Id: Ic3d612274809891c3e135d4f05d7d3bdab65b3fb
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
Change-Id: I042407e9a34c0158ed46d4483f0eb5e62fe461bc
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
Change-Id: I78ca4f79e9d044349e117401357ec22538c43c33
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+7
Change-Id: I887b402cfd0d4556e0e0b4fd45ec6fe061c84e06
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
Change-Id: I9b77a5af763977836058f6bd435a5bdb78fdf522