summaryrefslogtreecommitdiff
path: root/include/svx
AgeCommit message (Collapse)Author
2016-08-23convert SdrEndTextEditKind to scoped enumNoel Grandin
Change-Id: Ic331db66ad937eba6488e6a9bbb30131230a29d7
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin
Change-Id: Ib0a06d94f8b51cce1f29f20d1c00d54be939c076
2016-08-23convert BitmapColorIndex to scoped enumNoel Grandin
Change-Id: I3119d29f46376020e6d838578d1e10a6677a1623
2016-08-23convert BitmapMarkerKind to scoped enumNoel Grandin
Change-Id: Ic0fbeaf9950a8b46f6509d9dd9632c85f45a203c
2016-08-23convert SdrHelpLineKind to scoped enumNoel Grandin
Change-Id: I640fc5497571f93068f613dff2f02e12848124f0
2016-08-23convert SdrIterMode to scoped enumNoel Grandin
Change-Id: Iaa4631039e6b96627d8e547f21136f107e157d8a
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin
passing params by setting fields on yourself is just gross Change-Id: Iee98a9e8e266b56fc886c76eab470ab1ff7ff8e4
2016-08-23tdf#89329: use unique_ptr for pImpl in fmmodelArnold Dumas
Change-Id: I631c72caafc31eeff46db6f98d1d09f25f5a8245 Reviewed-on: https://gerrit.libreoffice.org/28281 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-22tdf#89329: use unique_ptr for pImpl in svdounoArnold Dumas
Change-Id: I3e2fc34fecb735cb9696d2943e69cc9929930e23 Reviewed-on: https://gerrit.libreoffice.org/28278 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
Change-Id: I77ad33425d440263a71bc94f41d8e141f16dfb78
2016-08-22convert SdrViewEditMode to scoped enumNoel Grandin
Change-Id: I1f58efceaee7346187f92c7ebaf901abc305ac33
2016-08-22convert SdrHitKind to scoped enumNoel Grandin
Change-Id: Ia7a18814fed7787e47ac2d3c02654a3648c5491e
2016-08-22convert DefaultType to scoped enumNoel Grandin
Change-Id: Ib5c596bf8f2493cbc6f95530f2b3cd9ef7ab4156
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
and coverity#705367 Mixing enum types coverity#705371 Mixing enum types coverity#982694 Mixing enum types coverity#1027717 Mixing enum types coverity#1371228 Mixing enum types coverity#1371242 Mixing enum types coverity#1371280 Mixing enum types coverity#1371310 Mixing enum types MapUnit and SfxMapUnit share the same values and are freely cast from one to the other. Now that commit d30a4298bdb5ba53cd1fe659f2b742f218a2e527 Date: Thu Aug 11 15:02:19 2016 +0200 loplugin:unusedenumconstants in package..svtools removed the SfxMapUnit entries that were directly unused, they don't match anymore and casting from one to the other is dangerous. Why there was two of these anyway escapes me, get rid of SfxMapUnit and just use MapUnit universally Change-Id: I4db5dcd04b59be2f85b62b728f96c90afe00c57e Reviewed-on: https://gerrit.libreoffice.org/28234 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin
Change-Id: I0121b17242faee4238d82836453cec695f508db0
2016-08-19convert TableHitKind to scoped enumNoel Grandin
Change-Id: Ie9cde732a85adadc4edead9a29b456ff15b3f750
2016-08-19convert SdrInsertReasonKind to scoped enumNoel Grandin
Change-Id: I225250ef296bb263bdb83c13e23412bf0204be51
2016-08-19convert SdrAnimationMode to scoped enumNoel Grandin
Change-Id: I8a88a7ee538dab020e2ee08e4dce4b100f0bfa3b
2016-08-19drop enum SvxViewHint::HintTypeNoel Grandin
and rename the containing class Change-Id: Id81623898b9ff102fcac6c2518240213b7d22233
2016-08-19convert SdrCrookMode to scoped enumNoel Grandin
Change-Id: If7c62d6c6f5bfa5f4f4f7bdb1af9384f3fa7cea8
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin
Change-Id: I8772032dee25c790314384750b8c7277c4879318
2016-08-19convert SdrDragMode to scoped enumNoel Grandin
Change-Id: I244132d2240a46f42f14d453e5987968d274e907
2016-08-19convert SdrObjListKind to scoped enumNoel Grandin
Change-Id: I37577e43ad6b9f0843b52cb3667f654abb335677
2016-08-19convert SdrRepeatFunc to scoped enumNoel Grandin
Change-Id: I7702cf3696222c3e1d2422b602bb6c8394e39d7a
2016-08-19convert ObjStrAttrType to scoped enumNoel Grandin
Change-Id: Ief45dea1a9a687777fe6e9b1c0efede90f1e71ee
2016-08-19convert SdrViewContext to scoped enumNoel Grandin
Change-Id: Ic41d522cdb7f80614bd5f269fe1d63f022d8dd84
2016-08-19convert SdrEventKind to scoped enumNoel Grandin
Change-Id: I96c298089d9ca75909380843c7dbc255c4953b88
2016-08-18convert SdrCaptionEscDir to scoped enumNoel Grandin
Change-Id: Iec6dfbdc65efde86ff24ddc51c48eb697bf4ead1
2016-08-18convert SdrCaptionType to scoped enumNoel Grandin
Change-Id: I5c1a2300ec6b3d9dc3085affa08cc544f46b27d6
2016-08-18convert SdrEdgeKind to scoped enumNoel Grandin
Change-Id: Icadffb10750f8792ebd88c4f33f272fe565a3c7a
2016-08-18convert SdrMeasureTextHPos to scoped enumNoel Grandin
Change-Id: I27dccc90565b9e3fb14e88581a181c421caee56b
2016-08-18convert SdrMeasureTextVPos to scoped enumNoel Grandin
Change-Id: I89cc8bc2cfdd3fe059bb38216a10d36dcfea3953
2016-08-18convert ColorModel to scoped enumNoel Grandin
and move it into CUI, since it is only used there Change-Id: I6f8dcfc8d705aa2de2a05eec16f087f17c488872
2016-08-18convert PageType to scoped enumNoel Grandin
and move it inside CUI, since it's only used there Change-Id: I83ac1afaa60da9fb34480363a351608b133154cb
2016-08-18convert ProjectionType to scoped enumNoel Grandin
Change-Id: Iaab8f2ac68964272e3ea00195b3b05c520a1388d
2016-08-18convert XFormTextStyle to scoped enumNoel Grandin
Change-Id: I88facbbbe262d9e26d2b45703c4f05c71bf51479
2016-08-18convert XFormTextAdjust to scoped enumNoel Grandin
Change-Id: Ibc38e73aa5f2134cde7f1ea25b158ea9b8f241a9
2016-08-18convert XFormTextShadow to scoped enumNoel Grandin
Change-Id: I1ff9d2f4aec60f050d9dde8e4c0e991169f585cd
2016-08-18convert XBitmapType to scoped enumNoel Grandin
Change-Id: I749831dfb78c10f3f7b9ebed6a5ee296ba6b2886
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin
Change-Id: I12ccc8c7ba0885b3bacd0c17d430a853d327524b
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin
Change-Id: Ib0360b395fafe3c8123a0cc0fd0cbfd581fa5414
2016-08-17convert XPolyFlags to scoped enumNoel Grandin
Change-Id: Ic2a6fad90a0f8c8516469db240ec9910824c1286
2016-08-17convert XPropertyListType to scoped enumNoel Grandin
Change-Id: I071c0d17c7c5982af47bccd92580bbac62bdf7b3
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke
Change-Id: I928f297e1be76b965898d83cb3dd2e79b23b7974 Reviewed-on: https://gerrit.libreoffice.org/28095 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-14ubsan: 9 is not a valid value for type ´SvxNumType´Caolán McNamara
which was originally fixed by... commit d29b75c402ea635b3865501e43c9f349885913af Author: Miklos Vajna <vmiklos@collabora.co.uk> Date: Wed Mar 23 10:35:14 2016 +0100 svx: extend SvxNumType with BITMAP and CHARS_UPPER_LETTER_N but was lost again with... commit d30a4298bdb5ba53cd1fe659f2b742f218a2e527 Author: Noel Grandin <noel@peralex.com> Date: Thu Aug 11 15:02:19 2016 +0200 loplugin:unusedenumconstants in package..svtools bring it back, but make it more obvious that the elements map to the othere sequence of numbers. Maybe we should just change this sal_Int16 and let it take the whole range ? Change-Id: Ibfa548c1d37aa078fc682530372727776e45f9cf
2016-08-12Tweak numbering listbox optimal sizeKatarina Behrens
Change-Id: I7dedd5bc405da04a14bc7d74475c85a90e989e9c Reviewed-on: https://gerrit.libreoffice.org/28021 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-08-12Tweak pagesize listbox Optimal sizeSusobhan Ghosh
Change-Id: Ic46962f69ed846d0322756a1a3ac18ea9da6b90a Reviewed-on: https://gerrit.libreoffice.org/28065 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin
Change-Id: I8136b93b9303ebecafd791159e813c335b1bc172 Reviewed-on: https://gerrit.libreoffice.org/28052 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-11loplugin:constantparamNoel Grandin
Change-Id: Ia06b9b189033b9409d7a59a211866f66a0614886 Reviewed-on: https://gerrit.libreoffice.org/28016 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-03translate German comments in svdotext.hxxJohannes Berg
Change-Id: Ia1d30a74abfbe0a3dcfc6e0038b9f805a787ad02 Reviewed-on: https://gerrit.libreoffice.org/27830 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>