Lines Matching refs:rPool

135 	: rPool( r )  in SfxStyleSheetBase()
152 , rPool( r.rPool ) in SfxStyleSheetBase()
186 , rPool( implGetStaticPool() ) in SfxStyleSheetBase()
222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName()
226 SfxStyleFamily eTmpFam=rPool.GetSearchFamily(); in SetName()
227 sal_uInt16 nTmpMask=rPool.GetSearchMask(); in SetName()
229 rPool.SetSearchMask(nFamily); in SetName()
232 rPool.ChangeParent( aName, rName, sal_False ); in SetName()
236 rPool.SetSearchMask(eTmpFam, nTmpMask); in SetName()
237 rPool.Broadcast( SfxStyleSheetHintExtended( in SetName()
274 SfxStyleSheetBase* pIter = rPool.Find(rName, nFamily); in SetParent()
286 pIter = rPool.Find(pIter->GetParent(), nFamily); in SetParent()
290 rPool.Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_MODIFIED, *this ) ); in SetParent()
305 if( !rPool.Find( rName, nFamily ) ) in SetFollow()
312 rPool.Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_MODIFIED, *this ) ); in SetFollow()
322 pSet = new SfxItemSet( rPool.GetPool() ); in GetItemSet()
393 rPool.GetPool().GetPresentation( in GetDescription()
595 , rPool(r) in SfxStyleSheetBasePool()
610 , rPool(r.rPool) in SfxStyleSheetBasePool()
898 if ( !rPool.IsVer2_Impl() ) in Load()
912 aAppName = rPool.GetName(); in Load()
1002 aAppName = rPool.GetName(); in Load1_Impl()
1241 return rPool; in GetPool()
1246 return rPool; in GetPool()
1283 SfxStyleSheet *pParent = (SfxStyleSheet *)rPool.Find(aOldParent, nFamily, 0xffff); in SetParent()
1290 SfxStyleSheet *pParent = (SfxStyleSheet *)rPool.Find(aParent, nFamily, 0xffff); in SetParent()