Age | Commit message (Collapse) | Author |
|
some of them have no copyright header
Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
|
|
|
|
OAuth2Handler is from libcmis
Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
|
|
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
|
|
Change-Id: I45dfd2429a490af3cc80f51340e0c05a91425668
|
|
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
|
|
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
|
|
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>
|
|
(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
|
|
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
|
|
...where the latter contains SAL_OVERRIDE annotations
Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
|
|
Change-Id: I2002f7278b63b7678a5274e4213ab9dfb50e525e
|
|
Change-Id: If3e2dd3905cc33f1e7fc9fbfbb9f2bb49a756a34
|
|
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>
|
|
Change-Id: If25356aa88f435e53b6014773e23d18723507053
|
|
Change-Id: I7a7b5e9ae1762cace1f87b379b32398b231745fd
|
|
Change-Id: I91c816499f463febc536d79e4a9fd9804f74df00
|
|
Change-Id: I82205010e613a07df24f22071eec74f53578671d
|
|
Change-Id: If8cfea11552bf008ab4381ecec50aadf58a98a45
|
|
Change-Id: I1f3bbd1baf16c27fb5c01055295ccabb3d6eb3d7
|
|
Change-Id: Id137b4789652ca54290106a33d2c230723834a52
|
|
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
|
|
Change-Id: I51b4ae54c2c440d38879439f74d4fea39d243004
|
|
Change-Id: Icfda5e8e774b9b5a6c3d99b636e4ce772b93139d
|
|
Change-Id: I767aa3d25f6d18e8a6e23b4d3f8d038d581ac292
|
|
Change-Id: I4fc276e320294d57eb667b6db8e5eff078bc28b3
|
|
Change-Id: I26b1fe14023737b85bcf23628e4881c8be79f071
|
|
Change-Id: I0aa375d35c796cfa1929f9c0e735eaaa05561ee4
|
|
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
|
|
Change-Id: I16bfbff85978702c93932d723180a7f9166bd39e
|
|
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>
|
|
Change-Id: Ic59e48341f69b8c6e6fe77b05eeebac56a2c53e7
|
|
Change-Id: I5ed4b1bdaba917d420666b15ec0b7060370f1059
|
|
Change-Id: I9e27453f0b77a23ae3d811f0a50a85d3fdf80978
|
|
Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d
|
|
Change-Id: I659497b79fe809865639429f2744d815f2a1f3e2
|
|
Change-Id: Ice3b0a4ccf7a6d25311ff65a23efa9082cd501de
|
|
Change-Id: Iede0a8ea3e28d1a77069e61c5a9b9d5bccc69adb
|
|
Change-Id: I69c210b79f4d1b64863ac0ab2b012f033f40fe10
|
|
Change-Id: I3827611dc887985484aec7fa5506e15298ac916e
|
|
Change-Id: Ibce9442e46dffbfb21873bb64fbc851ad761b4dc
|
|
Change-Id: I1b5327ee57d0d60854784a51784f9272bb72b2b5
|
|
Change-Id: Ic4dec17e879e6e16c7d6c5e184288a629872ce84
|
|
Change-Id: Icaab3bcf646611ebb31415c54e0ce350817d8fc8
|
|
Change-Id: I977aa9d3cf18da00c69bfd777b51299613e01d1d
|
|
Change-Id: I1c1d16e5b9690a5f61a04ed78d6e4be296800ebb
|
|
Change-Id: Id4174904487fc153d8e80471da7c829c52092f78
|
|
Change-Id: Id309a574831dd46bce47009eb8c4879d26c3a332
|
|
Change-Id: Ic3d9fe45d3242d3da147067d3c388e9d7305ee61
|
|
Change-Id: I12db4b88beeeabf3840116753a3c388b214428ed
|