Lines Matching refs:nFamily
136 , nFamily( eFam ) in SfxStyleSheetBase()
153 , nFamily( r.nFamily ) in SfxStyleSheetBase()
222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName()
229 rPool.SetSearchMask(nFamily); in SetName()
274 SfxStyleSheetBase* pIter = rPool.Find(rName, nFamily); in SetParent()
286 pIter = rPool.Find(pIter->GetParent(), nFamily); in SetParent()
305 if( !rPool.Find( rName, nFamily ) ) in SetFollow()
939 sal_uInt16 nFamily, nStyleMask,nCount; in Load() local
944 rStream >> nFamily >> nStyleMask; in Load()
948 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load()
1033 sal_uInt16 nFamily, nStyleMask,nCount; in Load1_Impl() local
1038 rStream >> nFamily >> nStyleMask; in Load1_Impl()
1049 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load1_Impl()
1139 sal_uInt16 nFamily = (sal_uInt16)p->GetFamily(); in Store() local
1143 pName->Insert( (sal_Unicode)nFamily, 0 ); in Store()
1147 sal::static_int_cast< char >(0xff & (nFamily >> 8)) ); in Store()
1149 1, sal::static_int_cast< char >(0xff & nFamily) ); in Store()
1188 sal_uInt16 nFamily = sal::static_int_cast< sal_uInt16 >(p->GetFamily()); in Store() local
1189 String sFamily( (sal_Unicode)nFamily ); in Store()
1209 rStream << nFamily << p->GetMask(); in Store()
1283 SfxStyleSheet *pParent = (SfxStyleSheet *)rPool.Find(aOldParent, nFamily, 0xffff); in SetParent()
1290 SfxStyleSheet *pParent = (SfxStyleSheet *)rPool.Find(aParent, nFamily, 0xffff); in SetParent()