summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-08 13:30:40 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-08 14:10:11 +0300
commit246892818797f0b4c1747352a3e27c3025adcebb (patch)
tree5b05dce01f5093f333b86d1de8bc3ddc40532a3c /ucb
parentbbc6c5e79d73706e5c642d37453ab4fab029b707 (diff)
Bin Chaos WIDs that are unused (only mentioned only in comments)
The comments are in one place, for plaintext strings that say the same as what the WID name indicates, so they don't provide any useful information. Change-Id: I9be14dd46352e34bf3647349d85412a97725d238
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/core/ucbprops.cxx192
1 files changed, 90 insertions, 102 deletions
diff --git a/ucb/source/core/ucbprops.cxx b/ucb/source/core/ucbprops.cxx
index 5d0c9dc6660a..2207a05df587 100644
--- a/ucb/source/core/ucbprops.cxx
+++ b/ucb/source/core/ucbprops.cxx
@@ -166,129 +166,117 @@ static const com::sun::star::uno::Type& Sequence_SendMediaTypes_getCppuType()
static PropertyTableEntry __aPropertyTable[] =
{
- { "Account", -1 /* WID_ACCOUNT */, ATTR_DEFAULT, &OUString_getCppuType },
- { "AutoUpdateInterval", -1 /* WID_AUTOUPDATE_INTERVAL */, ATTR_DEFAULT, &sal_uInt32_getCppuType },
- { "ConfirmEmpty", -1 /* WID_TRASHCAN_FLAG_CONFIRMEMPTY */,
- ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "ConnectionLimit", -1 /* WID_HTTP_CONNECTION_LIMIT */, ATTR_DEFAULT, &byte_getCppuType },
- { "ConnectionMode", -1 /* WID_CONNECTION_MODE */, ATTR_DEFAULT, &enum_getCppuType },
- { "ContentCountLimit", -1 /* WID_SHOW_MSGS_TIMELIMIT */, ATTR_DEFAULT, &sal_uInt16_getCppuType },
- { "ContentType", -1 /* WID_CONTENT_TYPE */, ATTR_DEFAULT, &OUString_getCppuType },
- { "Cookie", -1 /* WID_HTTP_COOKIE */, ATTR_DEFAULT, &OUString_getCppuType },
- { "CrossReferences", -1 /* WID_NEWS_XREFLIST */, ATTR_DEFAULT, &Sequence_CrossReference_getCppuType },
- { "DateCreated", -1 /* WID_DATE_CREATED */, ATTR_DEFAULT, &DateTime_getCppuType },
- { "DateModified", -1 /* WID_DATE_MODIFIED */, ATTR_DEFAULT, &DateTime_getCppuType },
- { "DeleteOnServer", -1 /* WID_DELETE_ON_SERVER */, ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "DocumentBody", -1 /* WID_DOCUMENT_BODY */, ATTR_DEFAULT, &Sequence_byte_getCppuType },
- { "DocumentCount", -1 /* WID_TOTALCONTENTCOUNT */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ { "Account", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "AutoUpdateInterval", -1, ATTR_DEFAULT, &sal_uInt32_getCppuType },
+ { "ConfirmEmpty", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "ConnectionLimit", -1, ATTR_DEFAULT, &byte_getCppuType },
+ { "ConnectionMode", -1, ATTR_DEFAULT, &enum_getCppuType },
+ { "ContentCountLimit", -1, ATTR_DEFAULT, &sal_uInt16_getCppuType },
+ { "ContentType", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "Cookie", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "CrossReferences", -1, ATTR_DEFAULT, &Sequence_CrossReference_getCppuType },
+ { "DateCreated", -1, ATTR_DEFAULT, &DateTime_getCppuType },
+ { "DateModified", -1, ATTR_DEFAULT, &DateTime_getCppuType },
+ { "DeleteOnServer", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "DocumentBody", -1, ATTR_DEFAULT, &Sequence_byte_getCppuType },
+ { "DocumentCount", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_uInt32_getCppuType },
{ "DocumentCountMarked",
- -1 /* WID_MARKED_DOCUMENT_COUNT */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_uInt32_getCppuType },
- { "DocumentHeader", -1 /* WID_DOCUMENT_HEADER */, ATTR_DEFAULT, &Sequence_DocumentHeaderField_getCppuType },
- { "DocumentStoreMode", -1 /* WID_MESSAGE_STOREMODE */, ATTR_DEFAULT, &enum_getCppuType },
- { "DocumentViewMode", -1 /* WID_MESSAGEVIEW_MODE */, ATTR_DEFAULT, &enum_getCppuType },
- { "FTPAccount", -1 /* WID_FTP_ACCOUNT */, ATTR_DEFAULT, &OUString_getCppuType },
- { "Flags", -1 /* WID_FSYS_FLAGS */, ATTR_DEFAULT, &sal_uInt32_getCppuType },
- { "FolderCount", -1 /* WID_FOLDER_COUNT */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ { "DocumentHeader", -1, ATTR_DEFAULT, &Sequence_DocumentHeaderField_getCppuType },
+ { "DocumentStoreMode", -1, ATTR_DEFAULT, &enum_getCppuType },
+ { "DocumentViewMode", -1, ATTR_DEFAULT, &enum_getCppuType },
+ { "FTPAccount", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "Flags", -1, ATTR_DEFAULT, &sal_uInt32_getCppuType },
+ { "FolderCount", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_uInt32_getCppuType },
- { "FolderViewMode", -1 /* WID_FOLDERVIEW_MODE */, ATTR_DEFAULT, &enum_getCppuType },
- { "FreeSpace", -1 /* WID_FSYS_DISKSPACE_LEFT */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ { "FolderViewMode", -1, ATTR_DEFAULT, &enum_getCppuType },
+ { "FreeSpace", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_uInt64_getCppuType },
- { "HasDocuments", -1 /* WID_FLAG_HAS_MESSAGES */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ { "HasDocuments", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_Bool_getCppuType },
- { "HasFolders", -1 /* WID_FLAG_HAS_FOLDER */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ { "HasFolders", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_Bool_getCppuType },
- { "IsAutoDelete", -1 /* WID_TRASHCAN_FLAG_AUTODELETE */,
- ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "IsAutoUpdate", -1 /* WID_UPDATE_ENABLED */, ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "IsDocument", -1 /* WID_FLAG_IS_MESSAGE */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ { "IsAutoDelete", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "IsAutoUpdate", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "IsDocument", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_Bool_getCppuType },
- { "IsFolder", -1 /* WID_FLAG_IS_FOLDER */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ { "IsFolder", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_Bool_getCppuType },
- { "IsKeepExpired", -1 /* WID_HTTP_KEEP_EXPIRED */, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "IsKeepExpired", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
{ "IsLimitedContentCount",
- -1 /* WID_SHOW_MSGS_HAS_TIMELIMIT */,
- ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "IsMarked", -1 /* WID_IS_MARKED */, ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "IsRead", -1 /* WID_IS_READ */, ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "IsReadOnly", -1 /* WID_FLAG_READONLY */, ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "IsSubscribed", -1 /* WID_FLAG_SUBSCRIBED */, ATTR_DEFAULT, &sal_Bool_getCppuType },
-// { "IsThreaded", -1 /* WID_THREADED */, ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "IsTimeLimitedStore", -1 /* WID_STORE_MSGS_HAS_TIMELIMIT */,
- ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "Keywords", -1 /* WID_KEYWORDS */, ATTR_DEFAULT, &OUString_getCppuType },
- { "LocalBase", -1 /* WID_LOCALBASE */, ATTR_DEFAULT, &OUString_getCppuType },
- { "MessageBCC", -1 /* WID_BCC */, ATTR_DEFAULT, &OUString_getCppuType },
- { "MessageBody", -1 /* WID_MESSAGEBODY */, ATTR_DEFAULT, &XDataContainer_getCppuType },
- { "MessageCC", -1 /* WID_CC */, ATTR_DEFAULT, &OUString_getCppuType },
- { "MessageFrom", -1 /* WID_FROM */, ATTR_DEFAULT, &OUString_getCppuType },
- { "MessageId", -1 /* WID_MESSAGE_ID */, ATTR_DEFAULT, &OUString_getCppuType },
- { "MessageInReplyTo", -1 /* WID_IN_REPLY_TO */, ATTR_DEFAULT, &OUString_getCppuType },
- { "MessageReplyTo", -1 /* WID_REPLY_TO */, ATTR_DEFAULT, &OUString_getCppuType },
- { "MessageTo", -1 /* WID_TO */, ATTR_DEFAULT, &OUString_getCppuType },
- { "NewsGroups", -1 /* WID_NEWSGROUPS */, ATTR_DEFAULT, &OUString_getCppuType },
- { "NoCacheList", -1 /* WID_HTTP_NOCACHE_LIST */, ATTR_DEFAULT, &OUString_getCppuType },
- { "Origin", -1 /* WID_TRASH_ORIGIN */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "IsMarked", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "IsRead", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "IsReadOnly", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "IsSubscribed", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "IsTimeLimitedStore", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "Keywords", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "LocalBase", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "MessageBCC", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "MessageBody", -1, ATTR_DEFAULT, &XDataContainer_getCppuType },
+ { "MessageCC", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "MessageFrom", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "MessageId", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "MessageInReplyTo", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "MessageReplyTo", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "MessageTo", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "NewsGroups", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "NoCacheList", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "Origin", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&OUString_getCppuType },
{ "OutgoingMessageRecipients",
- -1 /* WID_RECIPIENTLIST */, ATTR_DEFAULT, &Sequence_RecipientInfo_getCppuType },
+ -1, ATTR_DEFAULT, &Sequence_RecipientInfo_getCppuType },
{ "OutgoingMessageState",
- -1 /* WID_OUTMSGINTERNALSTATE */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&enum_getCppuType },
{ "OutgoingMessageViewMode",
- -1 /* WID_SENTMESSAGEVIEW_MODE */,
- ATTR_DEFAULT, &enum_getCppuType },
-// { "OwnURL", -1 /* WID_OWN_URL */, ATTR_DEFAULT, &OUString_getCppuType },
- { "Password", -1 /* WID_PASSWORD */, ATTR_DEFAULT, &OUString_getCppuType },
-// { "PresentationURL", -1 /* WID_REAL_URL */, ATTR_DEFAULT | PropertyAttribute::READONLY,
-// &OUString_getCppuType },
- { "Priority", -1 /* WID_PRIORITY */, ATTR_DEFAULT, &enum_getCppuType },
- { "References", -1 /* WID_REFERENCES */, ATTR_DEFAULT, &OUString_getCppuType },
- { "Referer", -1 /* WID_HTTP_REFERER */, ATTR_DEFAULT, &OUString_getCppuType },
- { "Rules", -1 /* WID_RULES */, ATTR_DEFAULT, &RuleSet_getCppuType },
- { "SearchCriteria", -1 /* WID_SEARCH_CRITERIA */, ATTR_DEFAULT, &RuleSet_getCppuType },
- { "SearchIndirections", -1 /* WID_SEARCH_INDIRECTIONS */, ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "SearchLocations", -1 /* WID_SEARCH_LOCATIONS */, ATTR_DEFAULT, &OUString_getCppuType },
- { "SearchRecursive", -1 /* WID_SEARCH_RECURSIVE */, ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "SeenCount", -1 /* WID_SEENCONTENTCOUNT */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ -1, ATTR_DEFAULT, &enum_getCppuType },
+ { "Password", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "Priority", -1, ATTR_DEFAULT, &enum_getCppuType },
+ { "References", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "Referer", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "Rules", -1, ATTR_DEFAULT, &RuleSet_getCppuType },
+ { "SearchCriteria", -1, ATTR_DEFAULT, &RuleSet_getCppuType },
+ { "SearchIndirections", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "SearchLocations", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "SearchRecursive", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "SeenCount", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_uInt32_getCppuType },
- { "SendCopyTarget", -1 /* WID_SEND_COPY_TARGET */, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
- { "SendFormats", -1 /* WID_SEND_FORMATS */, ATTR_DEFAULT, &Sequence_SendMediaTypes_getCppuType },
- { "SendFroms", -1 /* WID_SEND_FROM_DEFAULT */, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
- { "SendPasswords", -1 /* WID_SEND_PASSWORD */, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
- { "SendProtocolPrivate",-1 /* WID_SEND_PRIVATE_PROT_ID */, ATTR_DEFAULT, &sal_uInt16_getCppuType },
- { "SendProtocolPublic", -1 /* WID_SEND_PUBLIC_PROT_ID */, ATTR_DEFAULT, &sal_uInt16_getCppuType },
- { "SendReplyTos", -1 /* WID_SEND_REPLY_TO_DEFAULT */, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
- { "SendServerNames", -1 /* WID_SEND_SERVERNAME */, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
- { "SendUserNames", -1 /* WID_SEND_USERNAME */, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
+ { "SendCopyTarget", -1, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
+ { "SendFormats", -1, ATTR_DEFAULT, &Sequence_SendMediaTypes_getCppuType },
+ { "SendFroms", -1, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
+ { "SendPasswords", -1, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
+ { "SendProtocolPrivate",-1, ATTR_DEFAULT, &sal_uInt16_getCppuType },
+ { "SendProtocolPublic", -1, ATTR_DEFAULT, &sal_uInt16_getCppuType },
+ { "SendReplyTos", -1, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
+ { "SendServerNames", -1, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
+ { "SendUserNames", -1, ATTR_DEFAULT, &Sequence_SendInfo_getCppuType },
{ "SendVIMPostOfficePath",
- -1 /* WID_SEND_VIM_POPATH */, ATTR_DEFAULT, &OUString_getCppuType },
- { "ServerBase", -1 /* WID_SERVERBASE */, ATTR_DEFAULT, &OUString_getCppuType },
- { "ServerName", -1 /* WID_SERVERNAME */, ATTR_DEFAULT, &OUString_getCppuType },
- { "ServerPort", -1 /* WID_SERVERPORT */, ATTR_DEFAULT, &sal_uInt16_getCppuType },
- { "Size", -1 /* WID_DOCUMENT_SIZE */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "ServerBase", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "ServerName", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "ServerPort", -1, ATTR_DEFAULT, &sal_uInt16_getCppuType },
+ { "Size", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_uInt64_getCppuType },
- { "SizeLimit", -1 /* WID_SIZE_LIMIT */, ATTR_DEFAULT, &sal_uInt64_getCppuType },
- { "SubscribedCount", -1 /* WID_SUBSCRNEWSGROUPCOUNT */, ATTR_DEFAULT | PropertyAttribute::READONLY,
+ { "SizeLimit", -1, ATTR_DEFAULT, &sal_uInt64_getCppuType },
+ { "SubscribedCount", -1, ATTR_DEFAULT | PropertyAttribute::READONLY,
&sal_uInt32_getCppuType },
- { "SynchronizePolicy", -1 /* WID_WHO_IS_MASTER */, ATTR_DEFAULT, &enum_getCppuType },
- { "TargetFrames", -1 /* WID_TARGET_FRAMES */, ATTR_DEFAULT, &OUString_getCppuType },
- { "TargetURL", -1 /* WID_TARGET_URL */, ATTR_DEFAULT, &OUString_getCppuType },
-// { "ThreadingInfo", -1 /* WID_THREADING */, ATTR_DEFAULT, &Sequence_ThreadingInfo_getCppuType },
- { "TimeLimitStore", -1 /* WID_STORE_MSGS_TIMELIMIT */, ATTR_DEFAULT, &sal_uInt16_getCppuType },
- { "Title", -1 /* WID_TITLE */, ATTR_DEFAULT, &OUString_getCppuType },
- { "UpdateOnOpen", -1 /* WID_FLAG_UPDATE_ON_OPEN */, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "SynchronizePolicy", -1, ATTR_DEFAULT, &enum_getCppuType },
+ { "TargetFrames", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "TargetURL", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "TimeLimitStore", -1, ATTR_DEFAULT, &sal_uInt16_getCppuType },
+ { "Title", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "UpdateOnOpen", -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
{ "UseOutBoxPrivateProtocolSettings",
- -1 /* WID_SEND_PRIVATE_OUTBOXPROPS */,
- ATTR_DEFAULT, &sal_Bool_getCppuType },
+ -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
{ "UseOutBoxPublicProtocolSettings",
- -1 /* WID_SEND_PUBLIC_OUTBOXPROPS */,
- ATTR_DEFAULT, &sal_Bool_getCppuType },
- { "UserName", -1 /* WID_USERNAME */, ATTR_DEFAULT, &OUString_getCppuType },
- { "UserSortCriterium", -1 /* WID_USER_SORT_CRITERIUM */, ATTR_DEFAULT, &OUString_getCppuType },
- { "VIMPostOfficePath", -1 /* WID_VIM_POPATH */, ATTR_DEFAULT, &OUString_getCppuType },
- { "VerificationMode", -1 /* WID_HTTP_VERIFY_MODE */, ATTR_DEFAULT, &enum_getCppuType },
+ -1, ATTR_DEFAULT, &sal_Bool_getCppuType },
+ { "UserName", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "UserSortCriterium", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "VIMPostOfficePath", -1, ATTR_DEFAULT, &OUString_getCppuType },
+ { "VerificationMode", -1, ATTR_DEFAULT, &enum_getCppuType },
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// EOT.