Home
last modified time | relevance | path

Searched refs:SvxBulletItem (Results 1 – 12 of 12) sorted by relevance

/trunk/main/editeng/source/items/
H A Dbulitem.cxx37 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 …]
/trunk/main/editeng/inc/editeng/
H A Dbulitem.hxx68 class EDITENG_DLLPUBLIC SvxBulletItem : public SfxPoolItem class
90 SvxBulletItem( sal_uInt16 nWhich = 0 );
91SvxBulletItem( 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 Doutliner.hxx53 class SvxBulletItem;
699 const SvxBulletItem& ImpGetBullet( sal_uLong nPara, sal_uInt16& );
704 long ImpCalcMaxBulletWidth( sal_uInt32 nPara, const SvxBulletItem& rBullet );
H A Dediteng.hxx54 class SvxBulletItem;
473 …ortBulletItem( SvxNumBulletItem& rNumBullet, sal_uInt16 nLevel, const SvxBulletItem* pOldBullet, c…
/trunk/main/sd/source/core/
H A Dstlsheet.cxx612 const SvxBulletItem& rBItem = (const SvxBulletItem&)pCurSet->Get(EE_PARA_BULLET); in AdjustToFontHeight()
614 SvxBulletItem aNewBItem(rBItem); in AdjustToFontHeight()
H A Dsdpage.cxx1997SvxBulletItem aOldBulItem((SvxBulletItem&) pOutlineSheet->GetItemSet().Get(EE_PARA_BULLET)); in ScaleObjects()
1998 SvxBulletItem& rNewBulItem = (SvxBulletItem&) aTempSet.Get(EE_PARA_BULLET); in ScaleObjects()
H A Ddrawdoc4.cxx255 SvxBulletItem aBulletItem(EE_PARA_BULLET); in CreateLayoutTemplates()
1348 SvxBulletItem aBulletItem(EE_PARA_BULLET); in SetTextDefaults()
/trunk/main/sd/source/ui/inc/
H A Dbulmaper.hxx30 class SvxBulletItem;
/trunk/main/editeng/source/editeng/
H A Deerdll.cxx119 ppDefItems[10] = new SvxBulletItem( EE_PARA_BULLET ); in GetDefItems()
H A Deditobj.cxx57 sal_Bool lcl_CreateBulletItem( const SvxNumBulletItem& rNumBullet, sal_uInt16 nLevel, SvxBulletItem in DBG_NAME()
H A Dediteng.cxx2782 const SvxBulletItem* /*pOldBullet*/, const SvxLRSpaceItem* /*pOldLRSpace*/ ) in ImportBulletItem() argument
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx65 class SvxBulletItem;

Completed in 92 milliseconds