Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx266 class SVX_DLLPUBLIC GraphicBulletsTypeMgr: public NBOTypeMgrBase class
272 static GraphicBulletsTypeMgr* _instance;
274 GraphicBulletsTypeMgr(const NBOType aType);
275 GraphicBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg);
276 GraphicBulletsTypeMgr(const GraphicBulletsTypeMgr& aTypeMgr);
277 virtual ~GraphicBulletsTypeMgr() {} in ~GraphicBulletsTypeMgr()
285 static GraphicBulletsTypeMgr* GetInstance() in GetInstance()
289 _instance = new GraphicBulletsTypeMgr(eNBOType::BULLETS); in GetInstance()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx604 GraphicBulletsTypeMgr* GraphicBulletsTypeMgr::_instance = 0;
605 GraphicBulletsTypeMgr::GraphicBulletsTypeMgr(const NBOType aType): in GraphicBulletsTypeMgr() function in svx::sidebar::GraphicBulletsTypeMgr
611 GraphicBulletsTypeMgr::GraphicBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): in GraphicBulletsTypeMgr() function in svx::sidebar::GraphicBulletsTypeMgr
616 GraphicBulletsTypeMgr::GraphicBulletsTypeMgr(const GraphicBulletsTypeMgr& aTypeMgr): in GraphicBulletsTypeMgr() function in svx::sidebar::GraphicBulletsTypeMgr
636 void GraphicBulletsTypeMgr::Init() in Init()
663 sal_uInt16 GraphicBulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt… in GetNBOIndexForNumRule()
700 sal_Bool GraphicBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLeve… in RelplaceNumRule()
747 sal_Bool GraphicBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,s… in ApplyNumRule()
792 String GraphicBulletsTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool /* isDefault */) in GetDescription()
810 sal_Bool GraphicBulletsTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
[all …]
H A Dnbdtmgfact.cxx40 return GraphicBulletsTypeMgr::GetInstance(); in CreateInstance()