Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx235 friend class NumberingTypeMgr;
269 friend class NumberingTypeMgr;
300 friend class NumberingTypeMgr;
328 class SVX_DLLPUBLIC NumberingTypeMgr: public NBOTypeMgrBase class
334 static NumberingTypeMgr* _instance;
336 NumberingTypeMgr(const NBOType aType);
337 NumberingTypeMgr(const NBOType aType,const SfxItemSet* pArg);
338 NumberingTypeMgr(const NumberingTypeMgr& aTypeMgr);
339 virtual ~NumberingTypeMgr() {} in ~NumberingTypeMgr()
348 static NumberingTypeMgr* GetInstance() in GetInstance()
[all …]
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1392 NumberingTypeMgr* NumberingTypeMgr::_instance = 0;
1394 NumberingTypeMgr::NumberingTypeMgr(const NBOType aType): in NumberingTypeMgr() function in svx::sidebar::NumberingTypeMgr
1407 NumberingTypeMgr::NumberingTypeMgr(const NBOType aType,const SfxItemSet* pArg): in NumberingTypeMgr() function in svx::sidebar::NumberingTypeMgr
1420 NumberingTypeMgr::NumberingTypeMgr(const NumberingTypeMgr& aTypeMgr): in NumberingTypeMgr() function in svx::sidebar::NumberingTypeMgr
1456 void NumberingTypeMgr::Init() in Init()
1528 sal_uInt16 NumberingTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nF… in GetNBOIndexForNumRule()
1562 sal_Bool NumberingTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
1609 sal_Bool NumberingTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_Bo… in ApplyNumRule()
1643 String NumberingTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool isDefault) in GetDescription()
1657 sal_Bool NumberingTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
[all …]
H A Dnbdtmgfact.cxx46 return NumberingTypeMgr::GetInstance(); in CreateInstance()