Searched refs:SvxBulletItem (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/editeng/source/items/ |
H A D | bulitem.cxx | 37 TYPEINIT1(SvxBulletItem,SfxPoolItem); 111 SvxBulletItem::SvxBulletItem( sal_uInt16 _nWhich ) : SfxPoolItem( _nWhich ) in SvxBulletItem() function in SvxBulletItem 141 SvxBulletItem::SvxBulletItem( const Bitmap& rBmp, sal_uInt16 _nWhich ) : SfxPoolItem( _nWhich ) 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() 253 return new SvxBulletItem( *this ); in Clone() 274 void SvxBulletItem::SetDefaults_Impl() in SetDefaults_Impl() 294 void SvxBulletItem::CopyValidProperties( const SvxBulletItem& rCopyFrom ) in CopyValidProperties() 330 const SvxBulletItem& rBullet = (const SvxBulletItem&)rItem; in operator ==() [all …]
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | bulitem.hxx | 68 class EDITENG_DLLPUBLIC SvxBulletItem : public SfxPoolItem class 90 SvxBulletItem( sal_uInt16 nWhich = 0 ); 91 …SvxBulletItem( sal_uInt8 nStyle, const Font& rFont, sal_uInt16 nStart = 0, sal_uInt16 nWhich = 0 ); 92 SvxBulletItem( const Font& rFont, sal_Unicode cSymbol, sal_uInt16 nWhich=0 ); 93 SvxBulletItem( const Bitmap&, sal_uInt16 nWhich = 0 ); 94 SvxBulletItem( const GraphicObject&, sal_uInt16 nWhich = 0 ); 95 SvxBulletItem( SvStream& rStrm, sal_uInt16 nWhich = 0 ); 96 SvxBulletItem( const SvxBulletItem& ); 97 ~SvxBulletItem(); 152 void CopyValidProperties( const SvxBulletItem& rCopyFrom );
|
H A D | outliner.hxx | 53 class SvxBulletItem; 699 const SvxBulletItem& ImpGetBullet( sal_uLong nPara, sal_uInt16& ); 704 long ImpCalcMaxBulletWidth( sal_uInt32 nPara, const SvxBulletItem& rBullet );
|
H A D | editeng.hxx | 54 class SvxBulletItem; 473 …ortBulletItem( SvxNumBulletItem& rNumBullet, sal_uInt16 nLevel, const SvxBulletItem* pOldBullet, c…
|
/aoo42x/main/sd/source/core/ |
H A D | stlsheet.cxx | 612 const SvxBulletItem& rBItem = (const SvxBulletItem&)pCurSet->Get(EE_PARA_BULLET); in AdjustToFontHeight() 614 SvxBulletItem aNewBItem(rBItem); in AdjustToFontHeight()
|
H A D | sdpage.cxx | 1997 … SvxBulletItem aOldBulItem((SvxBulletItem&) pOutlineSheet->GetItemSet().Get(EE_PARA_BULLET)); in ScaleObjects() 1998 SvxBulletItem& rNewBulItem = (SvxBulletItem&) aTempSet.Get(EE_PARA_BULLET); in ScaleObjects()
|
H A D | drawdoc4.cxx | 255 SvxBulletItem aBulletItem(EE_PARA_BULLET); in CreateLayoutTemplates() 1348 SvxBulletItem aBulletItem(EE_PARA_BULLET); in SetTextDefaults()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | bulmaper.hxx | 30 class SvxBulletItem;
|
/aoo42x/main/editeng/source/editeng/ |
H A D | eerdll.cxx | 119 ppDefItems[10] = new SvxBulletItem( EE_PARA_BULLET ); in GetDefItems()
|
H A D | editobj.cxx | 57 sal_Bool lcl_CreateBulletItem( const SvxNumBulletItem& rNumBullet, sal_uInt16 nLevel, SvxBulletItem… in DBG_NAME()
|
H A D | editeng.cxx | 2782 const SvxBulletItem* /*pOldBullet*/, const SvxLRSpaceItem* /*pOldLRSpace*/ ) in ImportBulletItem() argument
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 65 class SvxBulletItem;
|
Completed in 173 milliseconds