Home
last modified time | relevance | path

Searched refs:NBOType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx47 typedef sal_uInt16 NBOType; typedef
50 const NBOType BULLETS = 0x01;
51 const NBOType GRAPHICBULLETS = 0x02;
52 const NBOType NUMBERING = 0x03;
53 const NBOType OUTLINE = 0x04;
54 const NBOType MIXBULLETS = 0x05;
60 const NBOType BULLETS = 0x01;
61 const NBOType GRAPHICBULLETS = 0x02;
198 NBOType eType;
208 …NBOTypeMgrBase(const NBOType aType):eType(aType),pSet(0),eCoreUnit(SFX_MAPUNIT_TWIP),aNumCharFmtNa… in NBOTypeMgrBase()
[all …]
H A Dnbdtmgfact.hxx33 static NBOTypeMgrBase* CreateInstance(const NBOType aType);
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx326 BulletsTypeMgr::BulletsTypeMgr(const NBOType aType): in BulletsTypeMgr()
332 BulletsTypeMgr::BulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): in BulletsTypeMgr()
605 GraphicBulletsTypeMgr::GraphicBulletsTypeMgr(const NBOType aType): in GraphicBulletsTypeMgr()
611 GraphicBulletsTypeMgr::GraphicBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): in GraphicBulletsTypeMgr()
851 MixBulletsTypeMgr::MixBulletsTypeMgr(const NBOType aType): in MixBulletsTypeMgr()
864 MixBulletsTypeMgr::MixBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg): in MixBulletsTypeMgr()
1394 NumberingTypeMgr::NumberingTypeMgr(const NBOType aType): in NumberingTypeMgr()
1407 NumberingTypeMgr::NumberingTypeMgr(const NBOType aType,const SfxItemSet* pArg): in NumberingTypeMgr()
1693 OutlineTypeMgr::OutlineTypeMgr(const NBOType aType): in OutlineTypeMgr()
1707 OutlineTypeMgr::OutlineTypeMgr(const NBOType aType,const SfxItemSet* pArg): in OutlineTypeMgr()
H A Dnbdtmgfact.cxx32 NBOTypeMgrBase* NBOutlineTypeMgrFact::CreateInstance(const NBOType aType) in CreateInstance()