summaryrefslogtreecommitdiffstats
path: root/idl/inc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/types.hxx')
-rw-r--r--idl/inc/types.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index aa701f412847..79b976d5d4b1 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -54,34 +54,15 @@ public:
void SetNewAttribute( bool bNew )
{ bNewAttr = bNew; }
- bool IsNewAttribute() const
- { return bNewAttr; }
bool GetReadonly() const;
-
void SetSlotId( const SvNumberIdentifier & rId )
{ aSlotId = rId; }
const SvNumberIdentifier & GetSlotId() const;
-
- void SetExport( bool bSet )
- { aExport = bSet; }
bool GetExport() const;
-
- void SetHidden( bool bSet )
- { aHidden = bSet; }
bool GetHidden() const;
-
- void SetAutomation( bool bSet )
- { aAutomation = bSet; }
bool GetAutomation() const;
-
- void SetIsCollection( bool bSet )
- { aIsCollection = bSet; }
bool GetIsCollection() const;
- void SetReadOnlyDoc( bool bSet )
- { aReadOnlyDoc = bSet; }
bool GetReadOnlyDoc() const;
-
- void SetType( SvMetaType * pT ) { aType = pT; }
SvMetaType * GetType() const;
virtual bool IsMethod() const;
@@ -148,10 +129,6 @@ public:
{
return pAttrList ? pAttrList->size() : 0L;
}
- void AppendAttr( SvMetaAttribute * pAttr )
- {
- GetAttrList().push_back( pAttr );
- }
void SetType( int nT );
int GetType() const { return nType; }
@@ -227,7 +204,6 @@ public:
TYPEINFO_OVERRIDE();
SvMetaTypeEnum();
- sal_uInt16 GetMaxValue() const;
sal_uLong Count() const { return aEnumValueList.size(); }
const OString& GetPrefix() const { return aPrefix; }
SvMetaEnumValue * GetObject( sal_uLong n ) const