Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx234 friend class OutlineTypeMgr;
268 friend class OutlineTypeMgr;
299 friend class OutlineTypeMgr;
359 class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase class
365 static OutlineTypeMgr* _instance;
367 OutlineTypeMgr(const NBOType aType);
368 OutlineTypeMgr(const NBOType aType,const SfxItemSet* pArg);
369 OutlineTypeMgr(const OutlineTypeMgr& aTypeMgr);
370 virtual ~OutlineTypeMgr() {} in ~OutlineTypeMgr()
377 static OutlineTypeMgr* GetInstance() in GetInstance()
[all …]
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1691 OutlineTypeMgr* OutlineTypeMgr::_instance = 0;
1693 OutlineTypeMgr::OutlineTypeMgr(const NBOType aType): in OutlineTypeMgr() function in svx::sidebar::OutlineTypeMgr
1707 OutlineTypeMgr::OutlineTypeMgr(const NBOType aType,const SfxItemSet* pArg): in OutlineTypeMgr() function in svx::sidebar::OutlineTypeMgr
1721 OutlineTypeMgr::OutlineTypeMgr(const OutlineTypeMgr& aTypeMgr): in OutlineTypeMgr() function in svx::sidebar::OutlineTypeMgr
1735 void OutlineTypeMgr::Init() in Init()
1785 sal_uInt16 OutlineTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 /* mLevel */,sal_uInt1… in GetNBOIndexForNumRule()
1860 sal_Bool OutlineTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
1930 sal_Bool OutlineTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 /* mLevel */,sa… in ApplyNumRule()
2047 String OutlineTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool isDefault) in GetDescription()
2066 sal_Bool OutlineTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
H A Dnbdtmgfact.cxx49 return OutlineTypeMgr::GetInstance(); in CreateInstance()