summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/component/DatabaseForm.cxx2
-rw-r--r--forms/source/xforms/submission/submission.hxx4
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx4
-rw-r--r--framework/inc/xml/acceleratorconfigurationreader.hxx7
-rw-r--r--framework/source/inc/loadenv/loadenvexception.hxx14
-rw-r--r--framework/source/inc/loadenv/targethelper.hxx1
-rw-r--r--framework/source/uiconfiguration/windowstateconfiguration.cxx8
-rw-r--r--idlc/inc/idlctypes.hxx1
-rw-r--r--include/rsc/rsc-vcl-shared-types.hxx3
-rw-r--r--include/sfx2/filedlghelper.hxx8
-rw-r--r--include/sfx2/frmdescr.hxx7
-rw-r--r--include/sfx2/mailmodelapi.hxx15
-rw-r--r--include/sfx2/msg.hxx1
-rw-r--r--include/sfx2/objsh.hxx2
-rw-r--r--include/sfx2/shell.hxx20
-rw-r--r--sot/source/sdstor/stgelem.hxx7
-rw-r--r--sot/source/sdstor/stgio.hxx1
17 files changed, 2 insertions, 103 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index c43fd3ad4202..6954b5fe1954 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -90,9 +90,7 @@ namespace data {
enum DatabaseCursorType
{
DatabaseCursorType_FORWARD = 0,
- DatabaseCursorType_SNAPSHOT = 1,
DatabaseCursorType_KEYSET = 2,
- DatabaseCursorType_DYNAMIC = 3,
DatabaseCursorType_MAKE_FIXED_SIZE = SAL_MAX_ENUM
};
diff --git a/forms/source/xforms/submission/submission.hxx b/forms/source/xforms/submission/submission.hxx
index 927c0ab9048e..bfdb0922898d 100644
--- a/forms/source/xforms/submission/submission.hxx
+++ b/forms/source/xforms/submission/submission.hxx
@@ -120,10 +120,6 @@ protected:
public:
enum SubmissionResult {
SUCCESS,
- INVALID_METHOD,
- INVALID_URL,
- INVALID_ENCODING,
- E_TRANSMISSION,
UNKNOWN_ERROR
};
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx
index 692652e5404a..0e2d89c6bfd6 100644
--- a/framework/inc/uielement/toolbarmanager.hxx
+++ b/framework/inc/uielement/toolbarmanager.hxx
@@ -102,9 +102,7 @@ class ToolBarManager : public ToolbarManager_Base
{
EXEC_CMD_CLOSETOOLBAR,
EXEC_CMD_DOCKTOOLBAR,
- EXEC_CMD_DOCKALLTOOLBARS,
- EXEC_CMD_NONE,
- EXEC_CMD_COUNT
+ EXEC_CMD_DOCKALLTOOLBARS
};
struct ExecuteInfo
diff --git a/framework/inc/xml/acceleratorconfigurationreader.hxx b/framework/inc/xml/acceleratorconfigurationreader.hxx
index 90365e5de9e6..55605bc1ebe0 100644
--- a/framework/inc/xml/acceleratorconfigurationreader.hxx
+++ b/framework/inc/xml/acceleratorconfigurationreader.hxx
@@ -60,13 +60,6 @@ class AcceleratorConfigurationReader : public ::cppu::WeakImplHelper< css::xml::
E_ATTRIBUTE_URL
};
- /** @short some namespace defines */
- enum EAcceleratorXMLNamespace
- {
- E_NAMESPACE_ACCEL,
- E_NAMESPACE_XLINK
- };
-
// member
private:
diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx
index 81dba4592358..fedf95416d4f 100644
--- a/framework/source/inc/loadenv/loadenvexception.hxx
+++ b/framework/source/inc/loadenv/loadenvexception.hxx
@@ -45,14 +45,6 @@ class LoadEnvException
/** @short The specified URL/Stream/etcpp. can not be handled by a LoadEnv instance. */
ID_UNSUPPORTED_CONTENT,
- /** @short It was not possible to get access to global filter configuration.
- @descr Might some necessary services could not be created. */
- ID_NO_CONFIG_ACCESS,
-
- /** @short Some data obtained from the filter configuration seems to incorrect.
- @descr Might a filter-type relationship seem to be damaged. */
- ID_INVALID_FILTER_CONFIG,
-
/** @short indicates a corrupted media descriptor.
@descr Some parts are required - some other ones are optional. Such exception
should be thrown, if a required item does not exists. */
@@ -68,12 +60,6 @@ class LoadEnvException
/** @short indicates a failed search for the right target frame. */
ID_NO_TARGET_FOUND,
- /** @short An already existing document was found inside a target frame.
- But its controller could not be suspended successfully. Thats
- why the new load request was cancelled. The document could not
- be replaced. */
- ID_COULD_NOT_SUSPEND_CONTROLLER,
-
/** @short TODO */
ID_COULD_NOT_REACTIVATE_CONTROLLER,
diff --git a/framework/source/inc/loadenv/targethelper.hxx b/framework/source/inc/loadenv/targethelper.hxx
index 9317619d609c..615084ee0e44 100644
--- a/framework/source/inc/loadenv/targethelper.hxx
+++ b/framework/source/inc/loadenv/targethelper.hxx
@@ -48,7 +48,6 @@ class TargetHelper
E_BLANK ,
E_DEFAULT ,
E_BEAMER ,
- E_HELPAGENT ,
E_HELPTASK
};
diff --git a/framework/source/uiconfiguration/windowstateconfiguration.cxx b/framework/source/uiconfiguration/windowstateconfiguration.cxx
index 72b7c8492241..966bdd7f3c70 100644
--- a/framework/source/uiconfiguration/windowstateconfiguration.cxx
+++ b/framework/source/uiconfiguration/windowstateconfiguration.cxx
@@ -145,14 +145,6 @@ class ConfigurationAccess_WindowState : public ::cppu::WeakImplHelper< XNameCon
protected:
enum WindowStateMask
{
- WINDOWSTATE_MASK_LOCKED = 1,
- WINDOWSTATE_MASK_DOCKED = 2,
- WINDOWSTATE_MASK_VISIBLE = 4,
- WINDOWSTATE_MASK_CONTEXT = 8,
- WINDOWSTATE_MASK_HIDEFROMMENU = 16,
- WINDOWSTATE_MASK_NOCLOSE = 32,
- WINDOWSTATE_MASK_SOFTCLOSE = 64,
- WINDOWSTATE_MASK_CONTEXTACTIVE = 128,
WINDOWSTATE_MASK_DOCKINGAREA = 256,
WINDOWSTATE_MASK_POS = 512,
WINDOWSTATE_MASK_SIZE = 1024,
diff --git a/idlc/inc/idlctypes.hxx b/idlc/inc/idlctypes.hxx
index 36903ce8f7e6..ec8d0042e485 100644
--- a/idlc/inc/idlctypes.hxx
+++ b/idlc/inc/idlctypes.hxx
@@ -98,7 +98,6 @@ enum ParseState
PS_SingletonSqSeen, // '{' seen for singleton
PS_SingletonQsSeen, // '}' seen for singleton
PS_SingletonBodySeen, // Seen complete singleton body
- PS_SingletonMemberSeen, // Seen a singleton member
PS_ModuleSeen, // Seen a MODULE keyword
PS_ModuleIDSeen, // Seen the module ID
diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx
index 80b76e543750..3603cde25c76 100644
--- a/include/rsc/rsc-vcl-shared-types.hxx
+++ b/include/rsc/rsc-vcl-shared-types.hxx
@@ -64,8 +64,7 @@ enum class ToolBoxItemBits
REPEAT = 0x0040,
DROPDOWNONLY = 0x00a0, // 0x0080 | DROPDOWN
TEXT_ONLY = 0x0100,
- ICON_ONLY = 0x0200,
- TEXTICON = 0x0300 // TEXT_ONLY | ICON_ONLY
+ ICON_ONLY = 0x0200
};
namespace o3tl
{
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index 9c7e3b3060a7..c443638b619b 100644
--- a/include/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
@@ -84,14 +84,6 @@ public:
{
UNKNOWN_CONTEXT, // unknown context
SW_INSERT_GRAPHIC, // insert graphic in writer
- SW_INSERT_SOUND, // insert sound in writer
- SW_INSERT_VIDEO, // insert video in writer
- SC_INSERT_GRAPHIC, // insert graphic in calc
- SC_INSERT_SOUND, // insert sound in calc
- SC_INSERT_VIDEO, // insert video in calc
- SD_INSERT_GRAPHIC, // insert graphic in draw
- SD_INSERT_SOUND, // insert sound in draw
- SD_INSERT_VIDEO, // insert video in draw
SD_EXPORT, // export in draw
SI_EXPORT, // export in impress
SW_EXPORT // export in writer
diff --git a/include/sfx2/frmdescr.hxx b/include/sfx2/frmdescr.hxx
index 8d6f462adb9a..1a792bf5516b 100644
--- a/include/sfx2/frmdescr.hxx
+++ b/include/sfx2/frmdescr.hxx
@@ -50,13 +50,6 @@ enum ScrollingMode
ScrollingAuto
};
-enum SizeSelector
-{
- SIZE_ABS,
- SIZE_PERCENT,
- SIZE_REL
-};
-
#define SPACING_NOT_SET -1L
#define SIZE_NOT_SET -1L
diff --git a/include/sfx2/mailmodelapi.hxx b/include/sfx2/mailmodelapi.hxx
index 7d048b7298bb..bb3d3603326e 100644
--- a/include/sfx2/mailmodelapi.hxx
+++ b/include/sfx2/mailmodelapi.hxx
@@ -36,15 +36,6 @@ typedef ::std::vector< OUString > AddressList_Impl;
class SFX2_DLLPUBLIC SfxMailModel
{
public:
- enum MailPriority
- {
- PRIO_HIGHEST,
- PRIO_HIGH,
- PRIO_NORMAL,
- PRIO_LOW,
- PRIO_LOWEST
- };
-
enum AddressRole
{
ROLE_TO,
@@ -52,12 +43,6 @@ public:
ROLE_BCC
};
- enum MailDocType
- {
- TYPE_SELF,
- TYPE_ASPDF
- };
-
protected:
enum SaveResult
{
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index ab7c6bd3ff17..c6c101bc6c40 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -38,7 +38,6 @@ enum class SfxSlotMode {
RECORDPERITEM = 0x0200L, // each item, one statement
RECORDPERSET = 0x0400L, // The whole Set is a Statement, default
RECORDABSOLUTE = 0x1000000L, // Recording with absolute Target
- STANDARD = 0x00400L, // RECORDPERSET;
METHOD = 0x4000L,
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 3c7f9e841000..b4fecfe3921b 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -124,7 +124,6 @@ enum class SfxObjectShellFlags
DONTCLOSE = 0x10L,
NODOCINFO = 0x20L,
STD_NORMAL = HASOPENDOC,
- STD_SPECIAL = DONTLOADFILTERS,
UNDEFINED = 0xf000000
};
namespace o3tl
@@ -180,7 +179,6 @@ enum class SfxObjectCreateMode
STANDARD,
PREVIEW,
ORGANIZER,
- PLUGIN,
INTERNAL
};
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index 58440b2fdb55..ed7b55bb7c7d 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -68,28 +68,9 @@ enum SfxInterfaceId
SFX_INTERFACE_NONE,
SFX_INTERFACE_SFXAPP,
SFX_INTERFACE_SFXDOCSH,
- SFX_INTERFACE_SFXIPFRM,
SFX_INTERFACE_SFXVIEWSH,
SFX_INTERFACE_SFXVIEWFRM,
- SFX_INTERFACE_SFXPLUGINFRM,
- SFX_INTERFACE_SFXPLUGINOBJ,
- SFX_INTERFACE_SFXPLUGINVIEWSH,
- SFX_INTERFACE_SFXFRAMESETOBJ,
- SFX_INTERFACE_SFXFRAMESETVIEWSH,
- SFX_INTERFACE_SFXINTERNALFRM,
- SFX_INTERFACE_SFXCOMPONENTDOCSH,
- SFX_INTERFACE_SFXGENERICOBJ,
- SFX_INTERFACE_SFXGENERICVIEWSH,
- SFX_INTERFACE_SFXEXPLOBJ,
- SFX_INTERFACE_SFXEXPLVIEWSH,
- SFX_INTERFACE_SFXPLUGINVIEWSHDYNAMIC,
- SFX_INTERFACE_SFXEXTERNALVIEWFRM,
SFX_INTERFACE_SFXMODULE,
- SFX_INTERFACE_SFXFRAMESETVIEW,
- SFX_INTERFACE_SFXFRAMESETSOURCEVIEW,
- SFX_INTERFACE_SFXHELP_DOCSH,
- SFX_INTERFACE_SFXHELP_VIEWSH,
- SFX_INTERFACE_SFXTASK,
SFX_INTERFACE_OFA_START = 100,
SFX_INTERFACE_OFA_END = 100,
SFX_INTERFACE_SC_START = 150,
@@ -110,7 +91,6 @@ enum SfxInterfaceId
SFX_INTERFACE_IDE_END = 409,
//-if one is still needed
SFX_INTERFACE_APP = SFX_INTERFACE_SW_START,
- SFX_INTERFACE_LIB = 450
};
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx
index 4ae47314fefb..610c912136cf 100644
--- a/sot/source/sdstor/stgelem.hxx
+++ b/sot/source/sdstor/stgelem.hxx
@@ -86,8 +86,6 @@ enum StgEntryType { // dir entry types:
STG_EMPTY = 0,
STG_STORAGE = 1,
STG_STREAM = 2,
- STG_LOCKBYTES = 3,
- STG_PROPERTY = 4,
STG_ROOT = 5
};
@@ -98,11 +96,6 @@ enum StgEntryRef { // reference blocks:
STG_DATA = 3 // data start
};
-enum StgEntryTime { // time codes:
- STG_MODIFIED = 0, // last modification
- STG_ACCESSED = 1 // last access
-};
-
#define STGENTRY_SIZE 128
//StructuredStorageDirectoryEntry
diff --git a/sot/source/sdstor/stgio.hxx b/sot/source/sdstor/stgio.hxx
index 40a66825e08a..64e4df82320d 100644
--- a/sot/source/sdstor/stgio.hxx
+++ b/sot/source/sdstor/stgio.hxx
@@ -34,7 +34,6 @@ enum FAT_ERROR
FAT_OK,
FAT_WRONGLENGTH,
FAT_UNREFCHAIN,
- FAT_OVERWRITE,
FAT_OUTOFBOUNDS,
FAT_INMEMORYERROR,