Lines Matching refs:SvxBulletItem

37 TYPEINIT1(SvxBulletItem,SfxPoolItem);
41 void SvxBulletItem::StoreFont( SvStream& rStream, const Font& rFont ) in StoreFont()
69 Font SvxBulletItem::CreateFont( SvStream& rStream, sal_uInt16 nVer ) in CreateFont()
111 SvxBulletItem::SvxBulletItem( sal_uInt16 _nWhich ) : SfxPoolItem( _nWhich ) in SvxBulletItem() function in SvxBulletItem
120 SvxBulletItem::SvxBulletItem( sal_uInt8 nNewStyle, const Font& rFont, sal_uInt16 /*nStart*/, sal_uI… in SvxBulletItem() function in SvxBulletItem
130 SvxBulletItem::SvxBulletItem( const Font& rFont, xub_Unicode cSymb, sal_uInt16 _nWhich ) : SfxPoolI… in SvxBulletItem() function in SvxBulletItem
141 SvxBulletItem::SvxBulletItem( const Bitmap& rBmp, sal_uInt16 _nWhich ) : SfxPoolItem( _nWhich ) in SvxBulletItem() function in SvxBulletItem
156 SvxBulletItem::SvxBulletItem( const GraphicObject& rGraphicObject, sal_uInt16 _nWhich ) : SfxPoolIt… in SvxBulletItem() function in SvxBulletItem
171 SvxBulletItem::SvxBulletItem( SvStream& rStrm, sal_uInt16 _nWhich ) : in SvxBulletItem() function in SvxBulletItem
226 SvxBulletItem::SvxBulletItem( const SvxBulletItem& rItem) : SfxPoolItem( rItem ) in SvxBulletItem() function in SvxBulletItem
243 SvxBulletItem::~SvxBulletItem() in ~SvxBulletItem()
251 SfxPoolItem* SvxBulletItem::Clone( SfxItemPool * /*pPool*/ ) const in Clone()
253 return new SvxBulletItem( *this ); in Clone()
258 SfxPoolItem* SvxBulletItem::Create( SvStream& rStrm, sal_uInt16 /*nVersion*/ ) const in Create()
260 return new SvxBulletItem( rStrm, Which() ); in Create()
265 void SvxBulletItem::SetDefaultFont_Impl() in SetDefaultFont_Impl()
274 void SvxBulletItem::SetDefaults_Impl() in SetDefaults_Impl()
287 sal_uInt16 SvxBulletItem::GetVersion( sal_uInt16 /*nVersion*/ ) const in GetVersion()
294 void SvxBulletItem::CopyValidProperties( const SvxBulletItem& rCopyFrom ) in CopyValidProperties()
327 int SvxBulletItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
329 DBG_ASSERT(rItem.ISA(SvxBulletItem),"operator==Types not matching"); in operator ==()
330 const SvxBulletItem& rBullet = (const SvxBulletItem&)rItem; in operator ==()
365 SvStream& SvxBulletItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
373 delete( const_cast< SvxBulletItem* >( this )->pGraphicObject ); in Store()
374 const_cast< SvxBulletItem* >( this )->pGraphicObject = NULL; in Store()
377 const_cast< SvxBulletItem* >( this )->nStyle = BS_NONE; in Store()
428 XubString SvxBulletItem::GetFullText() const in GetFullText()
438 SfxItemPresentation SvxBulletItem::GetPresentation in GetPresentation()
466 Bitmap SvxBulletItem::GetBitmap() const in GetBitmap()
479 void SvxBulletItem::SetBitmap( const Bitmap& rBmp ) in SetBitmap()
499 const GraphicObject& SvxBulletItem::GetGraphicObject() const in GetGraphicObject()
512 void SvxBulletItem::SetGraphicObject( const GraphicObject& rGraphicObject ) in SetGraphicObject()