remove some dead enums in sd/
Change-Id: I72bfaf2be6939798cd3db21df959b07500751fab Reviewed-on: https://gerrit.libreoffice.org/63754 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -326,42 +326,6 @@ sc/source/ui/inc/autofmt.hxx:33
|
||||
enum AutoFmtLine TOP_LINE
|
||||
sc/source/ui/StatisticsDialogs/RegressionDialog.cxx:105
|
||||
enum (anonymous namespace)::ScRegType LINEAR
|
||||
sd/inc/CustomAnimationEffect.hxx:212
|
||||
enum sd::ESequenceHint EFFECT_ADDED
|
||||
sd/inc/CustomAnimationEffect.hxx:212
|
||||
enum sd::ESequenceHint EFFECT_REMOVED
|
||||
sd/inc/CustomAnimationEffect.hxx:212
|
||||
enum sd::ESequenceHint EFFECT_EDITED
|
||||
sd/inc/Outliner.hxx:185
|
||||
enum SdOutliner::ChangeHint CH_VIEW_SHELL_VALID
|
||||
sd/inc/Outliner.hxx:185
|
||||
enum SdOutliner::ChangeHint CH_VIEW_SHELL_INVALID
|
||||
sd/inc/sdenumdef.hxx:23
|
||||
enum OutputType OUTPUT_PAGE
|
||||
sd/inc/sdenumdef.hxx:23
|
||||
enum OutputType OUTPUT_ORIGINAL
|
||||
sd/inc/sdenumdef.hxx:23
|
||||
enum OutputType OUTPUT_SLIDE
|
||||
sd/inc/sdenumdef.hxx:23
|
||||
enum OutputType OUTPUT_OVERHEAD
|
||||
sd/inc/sdenumdef.hxx:23
|
||||
enum OutputType OUTPUT_WIDESCREEN
|
||||
sd/inc/sdenumdef.hxx:23
|
||||
enum OutputType OUTPUT_PRESENTATION
|
||||
sd/inc/sdenumdef.hxx:24
|
||||
enum StartType ST_EMPTY
|
||||
sd/inc/sdenumdef.hxx:24
|
||||
enum StartType ST_TEMPLATE
|
||||
sd/inc/sdenumdef.hxx:24
|
||||
enum StartType ST_OPEN
|
||||
sd/source/ui/inc/RemoteServer.hxx:42
|
||||
enum sd::ClientInfo::PROTOCOL NETWORK
|
||||
sd/source/ui/inc/RemoteServer.hxx:42
|
||||
enum sd::ClientInfo::PROTOCOL BLUETOOTH
|
||||
sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx:45
|
||||
enum sd::slidesorter::view::InsertAnimator::ResetMode RM_AbortAnimations
|
||||
sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx:45
|
||||
enum sd::slidesorter::view::InsertAnimator::ResetMode RM_Normal
|
||||
svx/inc/sxmkitm.hxx:25
|
||||
enum SdrMeasureKind SDRMEASURE_RADIUS
|
||||
sw/inc/docary.hxx:74
|
||||
|
@@ -209,8 +209,6 @@ struct stl_CustomAnimationEffect_search_node_predict
|
||||
const css::uno::Reference< css::animations::XAnimationNode >& mxSearchNode;
|
||||
};
|
||||
|
||||
enum ESequenceHint { EFFECT_EDITED, EFFECT_REMOVED, EFFECT_ADDED };
|
||||
|
||||
/** this listener is implemented by UI components to track changes in the animation core */
|
||||
class ISequenceListener
|
||||
{
|
||||
|
@@ -182,8 +182,6 @@ public:
|
||||
/** Release all resources that have been created during the conversion */
|
||||
void EndConversion();
|
||||
|
||||
enum ChangeHint { CH_VIEW_SHELL_INVALID, CH_VIEW_SHELL_VALID };
|
||||
|
||||
int GetIgnoreCurrentPageChangesLevel() const { return mnIgnoreCurrentPageChangesLevel; };
|
||||
void IncreIgnoreCurrentPageChangesLevel() { mnIgnoreCurrentPageChangesLevel++; };
|
||||
void DecreIgnoreCurrentPageChangesLevel() { mnIgnoreCurrentPageChangesLevel--; };
|
||||
|
@@ -20,9 +20,6 @@
|
||||
#ifndef INCLUDED_SD_INC_SDENUMDEF_HXX
|
||||
#define INCLUDED_SD_INC_SDENUMDEF_HXX
|
||||
|
||||
enum OutputType { OUTPUT_PAGE, OUTPUT_OVERHEAD, OUTPUT_SLIDE, OUTPUT_PRESENTATION, OUTPUT_ORIGINAL, OUTPUT_WIDESCREEN };
|
||||
enum StartType { ST_EMPTY, ST_TEMPLATE, ST_OPEN };
|
||||
|
||||
#define RET_SNAP_DELETE 111
|
||||
enum SnapKind { SK_HORIZONTAL, SK_VERTICAL, SK_POINT };
|
||||
|
||||
|
@@ -39,7 +39,6 @@ namespace sd
|
||||
|
||||
bool const mbIsAlreadyAuthorised;
|
||||
|
||||
enum PROTOCOL { NETWORK = 1, BLUETOOTH };
|
||||
ClientInfo( const OUString& rName,
|
||||
const bool bIsAlreadyAuthorised ) :
|
||||
mName( rName ),
|
||||
|
@@ -42,7 +42,6 @@ public:
|
||||
*/
|
||||
void SetInsertPosition (const InsertPosition& rInsertPosition);
|
||||
|
||||
enum ResetMode { RM_Normal, RM_AbortAnimations };
|
||||
/** Restore the normal position of all page objects.
|
||||
@param eMode
|
||||
This flag controls whether to start an animation that ends in the
|
||||
|
Reference in New Issue
Block a user