Searched refs:NBOType (Results 1 – 4 of 4) sorted by relevance
47 typedef sal_uInt16 NBOType; typedef50 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 …]
33 static NBOTypeMgrBase* CreateInstance(const NBOType aType);
326 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()
32 NBOTypeMgrBase* NBOutlineTypeMgrFact::CreateInstance(const NBOType aType) in CreateInstance()