summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Collapse)AuthorFilesLines
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold1-0/+3
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-10callcatcher: update unused codeCaolán McNamara1-1/+0
OAuth2Handler is from libcmis Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+1
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin4-8/+8
Change-Id: I45dfd2429a490af3cc80f51340e0c05a91425668
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin6-10/+17
It was using a bool parameter, but passing various constants through it. Make the constants into an enum, and use the enum in the GetAttribs call. Change-Id: I3010397dfe83b24db3946b9dea2fb37f4393abdd
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann12-14/+14
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-31Presentation string for recently-added border typesLuke Deller1-1/+8
LibreOffice will show a textual description of a style in some contexts eg in the Organizer tab of the dialog for modifying a style. This change updates the description of border line types to support recently-added types: FINE_DASHED, DOUBLE_THIN, DASH_DOT, DASH_DOT_DOT Also this fixes an out-of-bounds array access in SvxBorderLine::GetValueString Change-Id: Ia354a05ab1455eb8bcc079c6e51419a0cc6429d6 Reviewed-on: https://gerrit.libreoffice.org/8781 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand2-0/+12
(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-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann85-1038/+1038
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann65-72/+72
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-17Make this non-inline.Kohei Yoshida1-1/+1
Change-Id: I2002f7278b63b7678a5274e4213ab9dfb50e525e
2014-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin2-3/+3
Change-Id: If3e2dd3905cc33f1e7fc9fbfbb9f2bb49a756a34
2014-03-15fdo#63154 Remove some solar.h referencesAlexandre Vicenzi1-1/+1
Remove some solar.h from tools. Replace sal_uLong by size_t, sal_uInt32 and sal_Int32. Change-Id: I38961db046337a3ea4ef75d64afa424d81391f34 Reviewed-on: https://gerrit.libreoffice.org/8582 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-11oox export: associate editeng CharInteropGrabBag with sw via SIDTomaž Vajngerl1-0/+1
Change-Id: If25356aa88f435e53b6014773e23d18723507053
2014-03-11editeng: sal_Bool->boolNoel Grandin1-4/+4
Change-Id: I7a7b5e9ae1762cace1f87b379b32398b231745fd
2014-03-10editeng: Add CharInteropGrabBag to editeng.Tomaž Vajngerl2-10/+12
Change-Id: I91c816499f463febc536d79e4a9fd9804f74df00
2014-03-05remove unused code SvxNumRule::Create(SvStream&)Noel Grandin1-1/+0
Change-Id: I82205010e613a07df24f22071eec74f53578671d
2014-03-05remove unused code SvxNumberFormat::Create(SvStream&)Noel Grandin1-1/+0
Change-Id: If8cfea11552bf008ab4381ecec50aadf58a98a45
2014-03-05remove unused code accessibility::AccessibleParaManager::Release(int)Noel Grandin1-2/+0
Change-Id: I1f3bbd1baf16c27fb5c01055295ccabb3d6eb3d7
2014-03-05remove unused code editeng::MisspellRange::MisspellRange()Noel Grandin1-1/+0
Change-Id: Id137b4789652ca54290106a33d2c230723834a52
2014-03-05remove unused code editeng::Section::Section()Noel Grandin1-1/+0
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
2014-03-03editeng: sal_Bool->boolNoel Grandin4-15/+15
Change-Id: I51b4ae54c2c440d38879439f74d4fea39d243004
2014-03-03editeng: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: Icfda5e8e774b9b5a6c3d99b636e4ce772b93139d
2014-03-03editeng: sal_Bool->boolNoel Grandin1-10/+10
Change-Id: I767aa3d25f6d18e8a6e23b4d3f8d038d581ac292
2014-03-03editeng: sal_Bool->boolNoel Grandin3-20/+20
Change-Id: I4fc276e320294d57eb667b6db8e5eff078bc28b3
2014-03-03editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I26b1fe14023737b85bcf23628e4881c8be79f071
2014-03-03editeng: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: I0aa375d35c796cfa1929f9c0e735eaaa05561ee4
2014-03-03editeng: sal_Bool->boolNoel Grandin6-60/+60
this had to be done in conjunction with changing include/svx/unoshtxt.hxx because there are two virtual methods "bool IsValid" in two different base classes and some subclasses are overriding both base-class methods at once. Change-Id: Ib43fc5000b443057caaa513b4efeaa6fd16e4260
2014-03-02Fix editeng missing spellchecking redline on loadNorbert Thiebaud1-3/+3
Change-Id: I16bfbff85978702c93932d723180a7f9166bd39e
2014-03-01Remove visual noise from includeAlexander Wilms21-50/+50
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27editeng: sal_Bool->boolNoel Grandin7-15/+15
Change-Id: Ic59e48341f69b8c6e6fe77b05eeebac56a2c53e7
2014-02-27editeng: sal_Bool->boolNoel Grandin1-5/+5
Change-Id: I5ed4b1bdaba917d420666b15ec0b7060370f1059
2014-02-27editeng: sal_Bool->boolNoel Grandin3-18/+18
Change-Id: I9e27453f0b77a23ae3d811f0a50a85d3fdf80978
2014-02-27editeng: sal_Bool->boolNoel Grandin3-4/+4
Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d
2014-02-27editeng: sal_Bool->boolNoel Grandin1-27/+27
Change-Id: I659497b79fe809865639429f2744d815f2a1f3e2
2014-02-27editeng: sal_Bool->boolNoel Grandin1-49/+49
Change-Id: Ice3b0a4ccf7a6d25311ff65a23efa9082cd501de
2014-02-27editeng: sal_Bool->boolNoel Grandin1-5/+5
Change-Id: Iede0a8ea3e28d1a77069e61c5a9b9d5bccc69adb
2014-02-27editeng: sal_Bool->boolNoel Grandin1-11/+11
Change-Id: I69c210b79f4d1b64863ac0ab2b012f033f40fe10
2014-02-27editeng: sal_Bool->boolNoel Grandin1-10/+10
Change-Id: I3827611dc887985484aec7fa5506e15298ac916e
2014-02-27editeng: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: Ibce9442e46dffbfb21873bb64fbc851ad761b4dc
2014-02-27editeng: sal_Bool->boolNoel Grandin1-5/+5
Change-Id: I1b5327ee57d0d60854784a51784f9272bb72b2b5
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Ic4dec17e879e6e16c7d6c5e184288a629872ce84
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Icaab3bcf646611ebb31415c54e0ce350817d8fc8
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I977aa9d3cf18da00c69bfd777b51299613e01d1d
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I1c1d16e5b9690a5f61a04ed78d6e4be296800ebb
2014-02-27editeng: sal_Bool->boolNoel Grandin1-92/+92
Change-Id: Id4174904487fc153d8e80471da7c829c52092f78
2014-02-27editeng: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: Id309a574831dd46bce47009eb8c4879d26c3a332
2014-02-27editeng: sal_Bool->boolNoel Grandin1-22/+22
Change-Id: Ic3d9fe45d3242d3da147067d3c388e9d7305ee61
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I12db4b88beeeabf3840116753a3c388b214428ed