Home
last modified time | relevance | path

Searched refs:BulletsTypeMgr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx323 BulletsTypeMgr* BulletsTypeMgr::_instance = 0;
328 BulletsTypeMgr::BulletsTypeMgr(const NBOType aType): in BulletsTypeMgr() function in svx::sidebar::BulletsTypeMgr
334 BulletsTypeMgr::BulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): in BulletsTypeMgr() function in svx::sidebar::BulletsTypeMgr
340 BulletsTypeMgr::BulletsTypeMgr(const BulletsTypeMgr& aTypeMgr): in BulletsTypeMgr() function in svx::sidebar::BulletsTypeMgr
352 void BulletsTypeMgr::Init() in Init()
548 sal_Bool BulletsTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
562 sal_Unicode BulletsTypeMgr::GetBulChar(sal_uInt16 nIndex) in GetBulChar()
593 Font BulletsTypeMgr::GetBulCharFont(sal_uInt16 nIndex) in GetBulCharFont()
915 BulletsTypeMgr* pBTMgr = BulletsTypeMgr::GetInstance(); in Init()
1180 BulletsTypeMgr* pBTMgr = BulletsTypeMgr::GetInstance(); in RelplaceNumRule()
[all …]
H A Dnbdtmgfact.cxx37 return BulletsTypeMgr::GetInstance(); in CreateInstance()
/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx235 class SVX_DLLPUBLIC BulletsTypeMgr: public NBOTypeMgrBase class
243 static BulletsTypeMgr* _instance;
245 BulletsTypeMgr(const NBOType aType);
246 BulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg);
247 BulletsTypeMgr(const BulletsTypeMgr& aTypeMgr);
248 virtual ~BulletsTypeMgr() {} in ~BulletsTypeMgr()
257 static BulletsTypeMgr* GetInstance() in GetInstance()
261 _instance = new BulletsTypeMgr(eNBOType::BULLETS); in GetInstance()

Completed in 29 milliseconds