Home
last modified time | relevance | path

Searched refs:BulletsSettings_Impl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx322 BulletsSettings_Impl* BulletsTypeMgr::pActualBullets[] ={0,0,0,0,0,0,0,0};
358 pActualBullets[i] = new BulletsSettings_Impl(eNBType::BULLETS); in Init()
370 pActualBullets[i] = new BulletsSettings_Impl(eNBType::BULLETS); in Init()
887 pActualBullets[i]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in MixBulletsTypeMgr()
888 …((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->cBulletChar = ((BulletsSettings_Impl*)(aTy… in MixBulletsTypeMgr()
889 …((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->aFont = ((BulletsSettings_Impl*)(aTypeMgr.… in MixBulletsTypeMgr()
890 …((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->sDescription = ((BulletsSettings_Impl*)(aT… in MixBulletsTypeMgr()
891 …((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->bIsCustomized = ((BulletsSettings_Impl*)(a… in MixBulletsTypeMgr()
892 …((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->eType = ((BulletsSettings_Impl*)(aTypeMgr.… in MixBulletsTypeMgr()
921 pActualBullets[0]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in Init()
[all …]
/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx111 class SVX_DLLPUBLIC BulletsSettings_Impl:public BulletsSettings class
119 BulletsSettings_Impl(NBType eTy) : in BulletsSettings_Impl() function in svx::sidebar::BulletsSettings_Impl
122 virtual ~BulletsSettings_Impl(){} in ~BulletsSettings_Impl()
239 static BulletsSettings_Impl* pActualBullets[DEFAULT_BULLET_TYPES];