summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2016-08-30convert DbGridControl::Option to scoped enumNoel Grandin
Change-Id: I160fb53b585bb7eb04348dd208ec5c705d595279
2016-08-30convert ExpressionFunct to scoped enumNoel Grandin
and drop the trivial subset of it EnumFunc Change-Id: I9ee7de829121f04e97c167b133cdc78c5ffd0822
2016-08-30convert ActionDescriptionProvider::ActionType to scoped enumNoel Grandin
and remove an unused constant Change-Id: I8d46d16d3f575aa416bfc5a965986ee5dfb1f93c
2016-08-30convert DescriptionGenerator::PropertyType to scoped enumNoel Grandin
Change-Id: Id55ccb4bf0109f1bb6f870b38792e3454b567877
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
...which makes it more flexible, can now also be used on non-const arguments. The drawback of the argument no longer being a compile-time constant is remedied by making the ctor constexpr. Change-Id: Ia4903a2cc86791fece92eac0cb8406b6659dd19d
2016-08-29tdf#83830: Use samecontentlistbox in Header/Footer PanelSusobhan Ghosh
Change-Id: Ib24f6e6ac91859467f105c4db9b094454443ff9d Reviewed-on: https://gerrit.libreoffice.org/28218 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann
Change-Id: Ibc5128df8bcf8cb5f2f09551c0de6dfdb46bdee0 Reviewed-on: https://gerrit.libreoffice.org/28447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e Reviewed-on: https://gerrit.libreoffice.org/28451 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-29cid#1371253 Missing move assignment operatorNoel Grandin
Change-Id: Ic95894569380927da5dbd9aba4844f17bbbf25f6
2016-08-29cid#1371241 Missing move assignment operatorNoel Grandin
Change-Id: Ic914ac2ed5fb48cf340f2e54d074ee64e202225e
2016-08-29cid#1371256 Missing move assignment operatorNoel Grandin
Change-Id: Idf50c8f56e1d409fbd1306ee0fec20360bf99c86
2016-08-29cid#1371188 Missing move assignment operatorNoel Grandin
Change-Id: I775db6b3c9db0847184f12fad778a1fc3fcd92eb
2016-08-29cid#1371206 Missing move assignment operatorNoel Grandin
Change-Id: Ide97adea0bc0611dac676df923796d031d6752e5
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
Change-Id: I77682f7e289a59b986bb84edf014029a20266470 Reviewed-on: https://gerrit.libreoffice.org/28420 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-26tdf#101672 non-split underline buttonMaxim Monastirsky
Change-Id: Ib20dc0d0036f594adb83a50c2e3da66f565b2db8 Reviewed-on: https://gerrit.libreoffice.org/28356 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke
and remove unused SV_ITEM_ID_EXTENDRLBOXSTRING Change-Id: Ic84d9341d0225b01b9ef46814483c66b1af307b5 Reviewed-on: https://gerrit.libreoffice.org/28397 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann
to static members (data, in addition to function) via class member access syntax. Also covers the (somewhat obscure) access to enumerator members. Change-Id: Iec54b8df2fdb423c0caf21a0dd0f9fe8fdf33897
2016-08-25tdf#83830: Use SpacingListBox in Header/Footer and Sidebar Wrap PanelSusobhan Ghosh
Change-Id: I80ea84b6eaabcf241b313d46695cffdd74174c08 Reviewed-on: https://gerrit.libreoffice.org/28104 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-08-25cid#1371331 Misused comma operatorNoel Grandin
Change-Id: I729c90f7873a7735eb59805e336f4dd337dea69b
2016-08-25cid#1371335 Misused comma operatorNoel Grandin
Change-Id: I05d330f4326304645aa75014c15a98d57e9039a1
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin
since only one of it's values was in use, and simplify the ViewForwarderChanged method as a consequence. Change-Id: I00544c9b0a601c01e49519be5bafe192c6f735f6
2016-08-25remove unused SvxChartDataDescr and SvxChartDataDescrItemNoel Grandin
unused since commit 4388503b94cdd305de66ab8e37e9058a160f56ba Author: Vladimir Glazounov <vg@openoffice.org> Date: Mon Oct 22 15:56:40 2007 +0000 INTEGRATION: CWS chart14 (1.3.12); FILE MERGED Change-Id: I4bebb6250efe24a3b85a99441239aa6933156a9e
2016-08-25convert SvxChartTextOrder to scoped enumNoel Grandin
Change-Id: I09094152cdf4a2756a5775d651dab92042386ee3
2016-08-25convert CUBE constants to typed_flags_setNoel Grandin
Change-Id: I5f0b0e73ab3b4c10fdc9ea2dc817ea2fda8149a7
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin
Change-Id: Ifb8fb1d28464f0638ec1485d77ad333b1acc667c
2016-08-25convert E3dDragConstraint to typed_flags_setNoel Grandin
Change-Id: Idd6d3e1ed0248b54247b2d86ce771ac5f5bb7c41
2016-08-25convert SvxDistributeHorizontal to scoped enumNoel Grandin
Change-Id: I7f3592ac8ef90686954624f37394a6e8f047ca44
2016-08-25convert SvxDistributeVertical to scoped enumNoel Grandin
Change-Id: I1797b9cd0164f8fcee2fb768a1db08ae17457534
2016-08-25convert SvxNumValCategory to scoped enumNoel Grandin
and fix bug in NumFormatListBox::GetDefValue in SW Change-Id: I459b7d5bd181235daa5d128315604f1ed1259ed4
2016-08-25convert ViewType3D to scoped enumNoel Grandin
Change-Id: I6dad22dc2b1743c61c72fe8d2b95badc20ea5fa6
2016-08-25convert FmSearchProgress::State to scoped enumNoel Grandin
Change-Id: I7ca1afedd6ca9b626c1e61322bffc66016ec7d58
2016-08-25convert SEARCH_RESULT to scoped enumNoel Grandin
Change-Id: Id4b5bffaa89a07d3ceaad89f52b07482f10ac9d0
2016-08-25convert SEARCHFOR_TYPE to scoped enumNoel Grandin
Change-Id: I077c38c1b17be0b541dd4dc1a8679b1ca7e367a8
2016-08-25convert FrameBorderType to scoped enumNoel Grandin
Change-Id: I089a981d1d33e15460d66b30ee2b9a91081da781
2016-08-25convert RefMode to scoped enumNoel Grandin
Change-Id: I4ecaeaa1fb4989576cb7322048c8ec3a3f3080ae
2016-08-25convert FrameSelFlags to typed_flags_setNoel Grandin
Change-Id: Ia62e4a99a67e1a094be8bf71ce551f88eef0ef5d
2016-08-25convert FrameBorderState to scoped enumNoel Grandin
Change-Id: I100b5f5030da5610a350ac42c993ca4cfa786857
2016-08-25convert SgaObjKind to scoped enumNoel Grandin
Change-Id: I1bc1244646db661f181d4224d81f12d613976362
2016-08-25convert GridRowStatus to scoped enumNoel Grandin
Change-Id: I5a3808c563ba09ed734f020f37ffeb5790000874
2016-08-25convert InitWindowFacet to typed_flagsNoel Grandin
Change-Id: I9bd230997aa58672114dffc42a22ad2802bbeaf8
2016-08-24tdf#89329: use unique_ptr for pImpl in fmgridclArnold Dumas
Change-Id: If0fb04f41d2b9cd124d28278d121cd29b3e4d651 Reviewed-on: https://gerrit.libreoffice.org/28350 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-24convert SdrPathSmoothKind to scoped enumNoel Grandin
Change-Id: I9b4a4226322c4d4eb2ab220ecf0b0efb068eea8e
2016-08-24convert SdrPathSegmentKind to scoped enumNoel Grandin
Change-Id: I1f5da7fb90b0100610677279e93b6e02347c120f
2016-08-24convert SdrObjClosedKind to scoped enumNoel Grandin
Change-Id: Icb3a6ce66687ea66f72df956dc695e0a4147365e
2016-08-24convert EditedAndValid to scoped enumNoel Grandin
Change-Id: I0f321de899771fe826224decddab1ec92d64a21a
2016-08-24convert SvxNumberValueType to scoped enumNoel Grandin
Change-Id: Ic82c18c16de8bd756a444de47c9a68e88fa1c7ee
2016-08-24convert PaperSizeApp to scoped enumNoel Grandin
Change-Id: Ifd452ed0ca53223ae9b45e1b3b232fcfc6d29496
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