Lines Matching refs:CntContentTypeItem

43 TYPEINIT1_AUTOFACTORY( CntContentTypeItem, CntUnencodedStringItem );
48 CntContentTypeItem::CntContentTypeItem() in CntContentTypeItem() function in CntContentTypeItem
55 CntContentTypeItem::CntContentTypeItem( sal_uInt16 which, const XubString& rType ) in CntContentTypeItem() function in CntContentTypeItem
62 CntContentTypeItem::CntContentTypeItem( sal_uInt16 which, in CntContentTypeItem() function in CntContentTypeItem
70 CntContentTypeItem::CntContentTypeItem( const CntContentTypeItem& rOrig ) in CntContentTypeItem() function in CntContentTypeItem
79 sal_uInt16 CntContentTypeItem::GetVersion(sal_uInt16) const in GetVersion()
86 SfxPoolItem* CntContentTypeItem::Create( SvStream& rStream, in Create()
105 return new CntContentTypeItem(Which(), aValue); in Create()
110 SvStream & CntContentTypeItem::Store(SvStream & rStream, sal_uInt16) const in Store()
121 int CntContentTypeItem::operator==( const SfxPoolItem& rOrig ) const in operator ==()
123 const CntContentTypeItem& rOther = (const CntContentTypeItem&)rOrig; in operator ==()
134 SfxPoolItem* CntContentTypeItem::Clone( SfxItemPool* /* pPool */ ) const in Clone()
136 return new CntContentTypeItem( *this ); in Clone()
140 void CntContentTypeItem::SetValue( const XubString& rNewVal ) in SetValue()
150 void CntContentTypeItem::SetPresentation( const XubString& rNewVal ) in SetPresentation()
156 int CntContentTypeItem::Compare( const SfxPoolItem &rWith, const IntlWrapper& rIntlWrapper ) const in Compare()
167 SfxItemPresentation CntContentTypeItem::GetPresentation( in GetPresentation()
179 SAL_CONST_CAST(CntContentTypeItem *, this)->_aPresentation in GetPresentation()
196 INetContentType CntContentTypeItem::GetEnumValue() const in GetEnumValue()
202 CntContentTypeItem* pVarThis = SAL_CONST_CAST( CntContentTypeItem*, this ); in GetEnumValue()
211 void CntContentTypeItem::SetValue( const INetContentType eType ) in SetValue()
222 sal_Bool CntContentTypeItem::QueryValue( com::sun::star::uno::Any& rVal,sal_uInt8 ) const in QueryValue()
230 sal_Bool CntContentTypeItem::PutValue( const com::sun::star::uno::Any& rVal,sal_uInt8 ) in PutValue()