summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Collapse)Author
2014-04-02SwFrmFmts: add a dumpAsXml() methodMiklos Vajna
With this, it's possible to see properties of e.g. fly frames in a document. Change-Id: Iba68156ba7f0149dfea3e0a6367b71b8642a2a80
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-31coverity#708406 Uninitialized pointer fieldCaolán McNamara
Change-Id: I446c1eb18d45ca9d70690a763bffe1cc144369b4
2014-03-31sw: put getSvx* and setSvx* to a namespace, now that these are publicMiklos Vajna
Change-Id: Iea2f6af83382608e4a36dd2e5803cbb936b78058
2014-03-31sw: fix DOC/DOCX/RTF export of TextFrame background colorMiklos Vajna
Change-Id: I8b7c23af7548a0eb073e046eedfbabfb9f78fafe
2014-03-30coverity#1194913 Overflowed return valueCaolán McNamara
Change-Id: I4fc25ec677167a064c349d250352576490fcedcd
2014-03-28Resolves: #i124451# apply correct index entry template patterns...Oliver-Rainer Wittmann
which are used for e.g. TOC (cherry picked from commit 52c89c2aff23dbb875c9a86021145b30af463908) Conflicts: sw/inc/tox.hxx sw/source/core/tox/tox.cxx sw/source/filter/ww8/ww8par5.cxx Change-Id: Id14cecc07d09d3461c091a6451143cbce206e308
2014-03-28loplugin:saloverrideStephan Bergmann
Change-Id: I0822af84c04ab70b2a202d232720aa77d8472983
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
(cherry picked from commit b635b4fa4e42053d30ab639643d2236a20243f62) Conflicts: comphelper/inc/comphelper/TypeGeneration.hxx comphelper/source/property/TypeGeneration.cxx cui/source/factory/dlgfact.hxx cui/source/inc/cuitabarea.hxx cui/source/tabpages/tabarea.cxx cui/source/tabpages/tabarea.hrc cui/source/tabpages/tabarea.src cui/source/tabpages/tparea.cxx drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx drawinglayer/source/texture/texture.cxx editeng/inc/editeng/unotext.hxx editeng/source/items/frmitems.cxx include/drawinglayer/texture/texture.hxx include/editeng/brushitem.hxx include/svx/sdr/primitive2d/sdrdecompositiontools.hxx include/svx/svxids.hrc include/xmloff/xmltypes.hxx reportdesign/source/ui/misc/UITools.cxx sc/source/ui/drawfunc/drawsh.cxx sfx2/source/dialog/tabdlg.cxx svl/source/undo/undo.cxx svx/inc/svx/unoshprp.hxx sw/Library_sw.mk sw/inc/doc.hxx sw/inc/format.hxx sw/inc/frmfmt.hxx sw/inc/swatrset.hxx sw/inc/unomap.hxx sw/inc/unoprnms.hxx sw/source/core/access/accpara.cxx sw/source/core/attr/format.cxx sw/source/core/attr/swatrset.cxx sw/source/core/doc/docdraw.cxx sw/source/core/doc/docfly.cxx sw/source/core/doc/notxtfrm.cxx sw/source/core/inc/frame.hxx sw/source/core/inc/frmtool.hxx sw/source/core/layout/atrfrm.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/text/inftxt.cxx sw/source/core/text/porfld.cxx sw/source/core/text/txtfly.cxx sw/source/core/txtnode/fntcache.cxx sw/source/core/uibase/app/docst.cxx sw/source/core/uibase/app/docstyle.cxx sw/source/core/uibase/shells/drawdlg.cxx sw/source/core/uibase/shells/frmsh.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unoprnms.cxx sw/source/core/unocore/unostyle.cxx sw/source/ui/fmtui/tmpdlg.cxx sw/source/ui/fmtui/tmpdlg.src sw/source/ui/frmdlg/frmdlg.cxx sw/source/ui/frmdlg/frmpage.src sw/source/ui/inc/frmsh.hxx xmloff/source/text/txtprhdl.cxx xmloff/source/text/txtprmap.cxx Change-Id: Id3ffaa83bb5594d287f1ac8f2c1c9cf55c70946d
2014-03-28Related: fdo#73936 for spelling restrict formelements-as-fields..Caolán McNamara
to dropdowns to be on the safe side for now anyway. Change-Id: I88a73fe37b39306c6b24226e3b02c702d992ecb0
2014-03-28Related: fdo#73936 allow ModelToViewHelper to not expand footnotes..Caolán McNamara
but continue to expand fields. No change to anything yet, but should allow this to be reused in SwTxtNode::GetExpandText Change-Id: I4dbfc454d498fc85a918b0e43e68c219cbc37a21
2014-03-28Related: fdo#73936 expand FormFieldDropDowns in ModelToViewHelperCaolán McNamara
when EXPANDFIELDS is set. i.e. for spell and grammar checking Change-Id: I8c524f0cd584c9d6043dece5c1b736afb254b7c0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25convert mail merge page to .uiCaolán McNamara
Change-Id: I13e23a2e5c19370b0a82c24bc96b532debf9c160
2014-03-24sal_uInt16 to size_t and optimizationsMatteo Casalin
Removed unneeded casts, adapted cycles, reduced scope... Change-Id: I1781a9d4c42bd6b85f16e9573d0bc2b201084646
2014-03-24convert mail merge prepare page to .uiCaolán McNamara
Change-Id: I7bfd0a5b3f5ce5d548bf711ffb82b85a126fec2b
2014-03-23Remove table-related redlines when table,row,cell removedAdam Co
A table, a row or a cell might have redlines objects attached to it. This patch makes sure than when a table\row\cell are removed - any redlines that are attached to them are removed from the 'SwExtraRedlineTbl' object. This is to prevent any 'orphaned' redline objects. Conflicts: sw/source/core/doc/docredln.cxx Reviewed on: https://gerrit.libreoffice.org/8726 Change-Id: I992e3fb4aadeb891ffd472b5d638d337a8609c01
2014-03-22missing SwExtraRedlineTbl dtorMiklos Vajna
Change-Id: I58eaedd89fa039945a3907c8f8858599ea5bbe9c
2014-03-19Resolves: #i124371# When changing the numbering or bullet styling...Oliver-Rainer Wittmann
of a set of paragraph which have more than one different List Style applied create a new List Style and put the paragraphs into a new list. (cherry picked from commit 0087ca89e3905009ed947c651f3dc70f3d61ea93) Conflicts: sw/inc/doc.hxx sw/inc/docsh.hxx sw/inc/editsh.hxx sw/source/core/doc/docnum.cxx sw/source/core/docnode/ndcopy.cxx sw/source/core/edit/autofmt.cxx sw/source/core/edit/ednumber.cxx sw/source/core/uibase/app/docst.cxx sw/source/core/uibase/docvw/edtwin.cxx sw/source/core/uibase/inc/textsh.hxx sw/source/core/uibase/shells/listsh.cxx sw/source/core/uibase/shells/textsh1.cxx sw/source/core/uibase/shells/txtnum.cxx sw/source/core/uibase/uiview/formatclipboard.cxx sw/source/core/uibase/uiview/view2.cxx sw/source/core/uibase/wrtsh/wrtsh1.cxx sw/source/core/undo/unnum.cxx sw/source/core/unocore/unocrsrhelper.cxx sw/source/filter/ww1/fltshell.cxx sw/source/ui/misc/num.cxx Change-Id: Iadb5b386cada296d90d96aa75574024baac7ae3e
2014-03-18convert wizard layout page to .uiCaolán McNamara
Change-Id: I40ae0f7dea51bf0b8db60ec6b3cac955e9016af4
2014-03-18convert salutation wizard page to .uiCaolán McNamara
Change-Id: I31d352038175cde43020655546c8216ab4442e3e
2014-03-18convert address block wizard page to .uiCaolán McNamara
Change-Id: I38c0c7262dffaaf5280e2c000eb122f71203e385
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I733cd63e321bdc775739228c269fa66ff7780780
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
Change-Id: Iaa846ec8f19567f0a9f30154d74cc53df93eff16
2014-03-16sal_Bool to bool + make a local function staticMatteo Casalin
Change-Id: I8285f69e175dd10f6128a1d9b39bdc646c51df43
2014-03-16SwapIn/SwapOut can return bool + sal_Bool to boolMatteo Casalin
Change-Id: Ia5477d6bb83af38435b9ac44359fe2f46b00807c
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: I01986d22cfc6544cbad39c3276d272d0520e3f53
2014-03-16Remove redundant inlineMatteo Casalin
Change-Id: I1846523359104a00c4fb84dc0d4df4251e4c43b6
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: I5c134bce37e1be05618b14e7dbb22911cd6656c1
2014-03-16bLoadLowResGrf is never readMatteo Casalin
Change-Id: I1dd1b1ccf0981f118ac66d867f75528d15017ffe
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: I3548bdc15cf779495a966b4b36bb6d209fd3ee8f
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: I6a1fb3daf5e41c55c2174ae5996302123e613511
2014-03-16Simplify expression and fix typo in a commentMatteo Casalin
Change-Id: Ie5074b19380f8c0f432932eb9ebb6005ee26cc99
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
2014-03-16sal_Bool to bool and minor optimizationsMatteo Casalin
Change-Id: I48f53fe40a1732081ed3797d9f8fdf4a0ea81176
2014-03-14SvxMultiFileDialog is never createdCaolán McNamara
because the single caller of it is a hidden button in the old mail merge dialog which was never completed to allow attachments to emails (because it never was able to send emails, the new one can FWIW) all of which has logical knock on effects to shrink things down substantially Change-Id: I831cac8f670eaafc96b2ea4d78516f67b662fa7d
2014-03-14sw: deploy a couple of doxygen commentsMiklos Vajna
Change-Id: Ibdacb2a5fa3abf28a2907924b4e438699f8b53ae
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8473 Change-Id: Ie1b0ac3cb4d4b9bf305323599d5e4b63f913fb1b
2014-03-11"overflow" is one wordTor Lillqvist
Change-Id: Ib36c2c5d55f86aff27081a0da554f6e8a81474ee
2014-03-11Bin noise "SMARTTAG" comments from 2006Tor Lillqvist
Change-Id: I43e948fc7895e4dbd5ea4e3e5aeefd298ee40007
2014-03-11svx: sal_Bool->boolNoel Grandin
and optimise some methods in bmpmask.hxx - they were unconditionally returning true, so convert them to void return type. Change-Id: If8b092a857ab80ead93112b0d627e41d5ccb3cf9
2014-03-10sw: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Change-Id: I2cdc80489a1325a9c956dea4689fac1e9184df1b
2014-03-10coverity#1103733 Uncaught exceptionCaolán McNamara
Change-Id: Ia6070a4a6d87929ba97df758e4e8972934bee128
2014-03-09coverity#708405 Uninitialized scalar fieldCaolán McNamara
Change-Id: I32e2b75ed0ee7c507e149eed97dd178c7b196c4e
2014-03-08'explicit' makes no sense for a default constructorMatteo Casalin
Change-Id: Ib70c75e43ecf020fcb39696bddea414b0de9bbf7
2014-03-08Remove '#define INLINE', inline in method definition is enoughMatteo Casalin
Change-Id: I9c7ae289492e3ec8ada111a8dddfb5426ef22d30
2014-03-08Remove unused headers and forward declarationsMatteo Casalin
Change-Id: I8e8406dab1bca2a3349043eecaca168ff9ac00fb
2014-03-07sw: add prefix to SwTextGridItem membersMichael Stahl
Change-Id: Ie086d56f01bc06de14c6fb1713a43aec8e6335f9