Home
last modified time | relevance | path

Searched refs:aNumCharFmtName (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx203 String aNumCharFmtName; member in svx::sidebar::NBOTypeMgrBase
208 …e(const NBOType aType):eType(aType),pSet(0),eCoreUnit(SFX_MAPUNIT_TWIP),aNumCharFmtName(String()){} in NBOTypeMgrBase()
209 …t SfxItemSet* pArg):eType(aType),pSet(pArg),eCoreUnit(SFX_MAPUNIT_TWIP),aNumCharFmtName(String()){} in NBOTypeMgrBase()
210 …pe;pSet = aTypeMgr.pSet;eCoreUnit = aTypeMgr.eCoreUnit;aNumCharFmtName = aTypeMgr.aNumCharFmtName;… in NBOTypeMgrBase()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx218 aNumCharFmtName = String(pBulletCharFmt->GetValue()); in StoreBulCharFmtName_impl()
224 return aNumCharFmtName; in GetBulCharFmtName()