Searched refs:MixBulletsTypeMgr (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/inc/svx/ |
H A D | nbdtmg.hxx | 300 class SVX_DLLPUBLIC MixBulletsTypeMgr: public NBOTypeMgrBase class 307 static MixBulletsTypeMgr* _instance; 309 MixBulletsTypeMgr(const NBOType aType); 310 MixBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg); 311 MixBulletsTypeMgr(const MixBulletsTypeMgr& aTypeMgr); 312 virtual ~MixBulletsTypeMgr() {} in ~MixBulletsTypeMgr() 319 static MixBulletsTypeMgr* GetInstance() in GetInstance() 323 _instance = new MixBulletsTypeMgr(eNBOType::MIXBULLETS); in GetInstance()
|
/aoo42x/main/svx/source/sidebar/ |
H A D | nbdtmg.cxx | 849 MixBulletsTypeMgr* MixBulletsTypeMgr::_instance = 0; 850 MixBulletsSettings_Impl* MixBulletsTypeMgr::pActualBullets[] ={0,0,0,0,0,0,0,0}; 851 MixBulletsSettings_Impl* MixBulletsTypeMgr::pDefaultActualBullets[] ={0,0,0,0,0,0,0,0}; 853 MixBulletsTypeMgr::MixBulletsTypeMgr(const NBOType aType): in MixBulletsTypeMgr() function in svx::sidebar::MixBulletsTypeMgr 866 MixBulletsTypeMgr::MixBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): in MixBulletsTypeMgr() function in svx::sidebar::MixBulletsTypeMgr 879 MixBulletsTypeMgr::MixBulletsTypeMgr(const MixBulletsTypeMgr& aTypeMgr): in MixBulletsTypeMgr() function in svx::sidebar::MixBulletsTypeMgr 913 void MixBulletsTypeMgr::Init() in Init() 1018 sal_uInt16 MixBulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 n… in GetNBOIndexForNumRule() 1090 sal_Bool MixBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule() 1365 String MixBulletsTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool isDefault) in GetDescription() [all …]
|
H A D | nbdtmgfact.cxx | 43 return MixBulletsTypeMgr::GetInstance(); in CreateInstance()
|
Completed in 40 milliseconds