summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2016-08-24convert CTL_STYLE to scoped enumNoel Grandin
Change-Id: I11cd4c4ac409f898676bc6049b21580f83450b03
2016-08-24convert UpdateType to scoped enumNoel Grandin
Change-Id: I1000875c186ee21d065e97b522f464ed6b635758
2016-08-24convert OverlayType to scoped enumNoel Grandin
Change-Id: Ic7758ec96bdf7f532b5b95048dbb7eb5f360f74a
2016-08-24remove CellOverlayTypeNoel Grandin
since only the CELL_OVERLAY_TRANSPARENT value was in use Change-Id: Ia7a0dfbf09b08e2dfed62d51af42e1409b05f275
2016-08-24convert SdrTextAniDirection to scoped enumNoel Grandin
Change-Id: I67d1ffb1169e9faf4df90dd70a5496aa485979cf
2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin
Change-Id: Id732c74b590db7006058d1919be2438b649a795e
2016-08-24convert ShapeProperty to scoped enumNoel Grandin
Change-Id: I2e0dc3aaefb174c8960bb6b8ce9a4ad830626ba4
2016-08-24convert ViewType to scoped enumNoel Grandin
Change-Id: I4904ceae765f3452d8695adcf73043a4a42bbf0b
2016-08-24convert ControlType to scoped enumNoel Grandin
Change-Id: I0b307045c477ea50bd596c491b501b7e8ae91cd4
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann
...by turning the relevant ctor parameters into "const &" (following 8f30da6386fa414b9fe4c704b294a978df77347b "Some clang-tidy misc-move-constructor-init"). Change-Id: I6686dabe2f05156d6ecd49aa76a3a1166ccac045
2016-08-23convert SearchLabel to scoped enumNoel Grandin
Change-Id: I0c62a3166b9284895f119c600776dc2c7d6d1078
2016-08-23convert SdrHorAlign to scoped enumNoel Grandin
Change-Id: Ibddc5458c363b4174186c73bd0b3d9501933171a
2016-08-23convert SdrVertAlign to scoped enumNoel Grandin
Change-Id: Ie517acfea6b8e34def35e0362a8e9e387de588c4
2016-08-23convert SdrMergeMode to scoped enumNoel Grandin
Change-Id: I4569733d0c0b4a63e364f0d136bef8de71d62724
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-22Add separator to writer sidebar paragraph content panelYousuf Philips
Change-Id: I5a73265ceb1b884288708e1aa7971e465b66c6ba Reviewed-on: https://gerrit.libreoffice.org/28106 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@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-19pShell can be null hereStephan Bergmann
...e.g., when opening "Tools - Options... - LibreOffice - Colors" from the Start Center. Change-Id: Id83591996e03794dc7dc53ccda58df7d7624ff8d
2016-08-19Related: coverity#1371331 rework code a littleCaolán McNamara
Change-Id: I4ea8f7b4fdd891f552d23e86eb376bd33ac33411
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-18coverity#1371450 Uninitialized scalar fieldCaolán McNamara
Change-Id: I7feaef7a97c0acc10f70a1c5807f5c7af0068b78
2016-08-18coverity#1371447 Uninitialized scalar fieldCaolán McNamara
Change-Id: I6c3e18a3ab56a719552cfe9f0f6951e6bce3c2e7
2016-08-18coverity#1371127 Logically dead codeCaolán McNamara
since commit 4391d400e01e4a756d03d357d81e9769c34ae83b Author: Noel Grandin <noel@peralex.com> Date: Mon Jun 27 15:11:50 2016 +0200 loplugin:singlevalfields in svx Change-Id: I43bef29ec1ef8b526b32d511a6013de9ff0758d5
2016-08-18tdf#83830: Numbering dropdown set to 6 lines, label adjustmentsSusobhan Ghosh
Change-Id: Idd354f08678671b94ac8d30510425a5e8baa29e9 Reviewed-on: https://gerrit.libreoffice.org/28202 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-08-18convert SdrCaptionEscDir to scoped enumNoel Grandin
Change-Id: Iec6dfbdc65efde86ff24ddc51c48eb697bf4ead1
2016-08-18convert SdrCaptionType to scoped enumNoel Grandin
Change-Id: I5c1a2300ec6b3d9dc3085affa08cc544f46b27d6