Searched refs:MixBulletsTypeMgr (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/svx/inc/svx/ |
| H A D | nbdtmg.hxx | 297 class SVX_DLLPUBLIC MixBulletsTypeMgr: public NBOTypeMgrBase class 304 static MixBulletsTypeMgr* _instance; 306 MixBulletsTypeMgr(const NBOType aType); 307 MixBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg); 308 MixBulletsTypeMgr(const MixBulletsTypeMgr& aTypeMgr); 309 virtual ~MixBulletsTypeMgr() {} in ~MixBulletsTypeMgr() 316 static MixBulletsTypeMgr* GetInstance() in GetInstance() 320 _instance = new MixBulletsTypeMgr(eNBOType::MIXBULLETS); in GetInstance()
|
| /trunk/main/svx/source/sidebar/ |
| H A D | nbdtmg.cxx | 847 MixBulletsTypeMgr* MixBulletsTypeMgr::_instance = 0; 848 MixBulletsSettings_Impl* MixBulletsTypeMgr::pActualBullets[] ={0,0,0,0,0,0,0,0}; 849 MixBulletsSettings_Impl* MixBulletsTypeMgr::pDefaultActualBullets[] ={0,0,0,0,0,0,0,0}; 851 MixBulletsTypeMgr::MixBulletsTypeMgr(const NBOType aType): in MixBulletsTypeMgr() function in svx::sidebar::MixBulletsTypeMgr 864 MixBulletsTypeMgr::MixBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): in MixBulletsTypeMgr() function in svx::sidebar::MixBulletsTypeMgr 877 MixBulletsTypeMgr::MixBulletsTypeMgr(const MixBulletsTypeMgr& aTypeMgr): in MixBulletsTypeMgr() function in svx::sidebar::MixBulletsTypeMgr 911 void MixBulletsTypeMgr::Init() in Init() 1016 sal_uInt16 MixBulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 n… in GetNBOIndexForNumRule() 1088 sal_Bool MixBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule() 1266 sal_Bool MixBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_B… in ApplyNumRule() [all …]
|
| H A D | nbdtmgfact.cxx | 43 return MixBulletsTypeMgr::GetInstance(); in CreateInstance()
|