Home
last modified time | relevance | path

Searched refs:NBOTypeMgrBase (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx195 class SVX_DLLPUBLIC NBOTypeMgrBase class
208NBOTypeMgrBase(const NBOType aType):eType(aType),pSet(0),eCoreUnit(SFX_MAPUNIT_TWIP),aNumCharFmtNa… in NBOTypeMgrBase() function in svx::sidebar::NBOTypeMgrBase
209NBOTypeMgrBase(const NBOType aType,const SfxItemSet* pArg):eType(aType),pSet(pArg),eCoreUnit(SFX_M… in NBOTypeMgrBase() function in svx::sidebar::NBOTypeMgrBase
210NBOTypeMgrBase(const NBOTypeMgrBase& aTypeMgr){eType = aTypeMgr.eType;pSet = aTypeMgr.pSet;eCoreUn… in NBOTypeMgrBase() function in svx::sidebar::NBOTypeMgrBase
211 virtual ~NBOTypeMgrBase() {} in ~NBOTypeMgrBase()
232 class SVX_DLLPUBLIC BulletsTypeMgr: public NBOTypeMgrBase
266 class SVX_DLLPUBLIC GraphicBulletsTypeMgr: public NBOTypeMgrBase
297 class SVX_DLLPUBLIC MixBulletsTypeMgr: public NBOTypeMgrBase
328 class SVX_DLLPUBLIC NumberingTypeMgr: public NBOTypeMgrBase
359 class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase
H A Dnbdtmgfact.hxx33 static NBOTypeMgrBase* CreateInstance(const NBOType aType);
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx189 sal_uInt16 NBOTypeMgrBase:: IsSingleLevel(sal_uInt16 nCurLevel) in IsSingleLevel()
210 void NBOTypeMgrBase::StoreBulCharFmtName_impl() { in StoreBulCharFmtName_impl()
222 String NBOTypeMgrBase::GetBulCharFmtName() in GetBulCharFmtName()
226 void NBOTypeMgrBase::ImplLoad(String filename) in ImplLoad()
266 void NBOTypeMgrBase::ImplStore(String filename) in ImplStore()
296 void NBOTypeMgrBase::StoreMapUnit_impl() { in StoreMapUnit_impl()
314 SfxMapUnit NBOTypeMgrBase::GetMapUnit() in GetMapUnit()
327 NBOTypeMgrBase(aType) in BulletsTypeMgr()
333 NBOTypeMgrBase(aType,pArg) in BulletsTypeMgr()
339 NBOTypeMgrBase(aTypeMgr) in BulletsTypeMgr()
[all …]
H A Dnbdtmgfact.cxx32 NBOTypeMgrBase* NBOutlineTypeMgrFact::CreateInstance(const NBOType aType) in CreateInstance()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx280 NBOTypeMgrBase* pNumbering = NBOutlineTypeMgrFact::CreateInstance(eNBOType::NUMBERING); in SetNumberingSettings()
376 NBOTypeMgrBase* pNumbering = NBOutlineTypeMgrFact::CreateInstance(eNBOType::NUMBERING); in UserDraw()
425 NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in UserDraw()
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx643NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in GetAttrState()
651NBOTypeMgrBase* pNumbering = NBOutlineTypeMgrFact::CreateInstance(eNBOType::NUMBERING); in GetAttrState()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaBulletsControl.cxx63 NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in ParaBulletsControl()
/trunk/main/sw/source/ui/shells/
H A Dtxtnum.cxx271 svx::sidebar::NBOTypeMgrBase* pNBOTypeMgr = in ExecSetNumber()
H A Dtextsh1.cxx1829NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in GetState()
1839NBOTypeMgrBase* pNumbering = NBOutlineTypeMgrFact::CreateInstance(eNBOType::NUMBERING); in GetState()
/trunk/main/sd/source/ui/func/
H A Dfuolbull.cxx225 NBOTypeMgrBase* pNumRuleMgr = in SetCurrentBulletsNumbering()