Lines Matching refs:pSheet
343 SfxStyleSheetBase* pSheet = pOldStyleSheet; in SetModel() local
354 while(pSheet) in SetModel()
356 pAnchor = pNewPool->Find(pSheet->GetName(), pSheet->GetFamily()); in SetModel()
360 aList.Insert(pSheet, LIST_APPEND); in SetModel()
361 pSheet = pOldPool->Find(pSheet->GetParent(), pSheet->GetFamily()); in SetModel()
366 pSheet = 0L; in SetModel()
371 pSheet = (SfxStyleSheetBase*)aList.First(); in SetModel()
376 while(pSheet) in SetModel()
378 pNewSheet = &pNewPool->Make(pSheet->GetName(), pSheet->GetFamily(), pSheet->GetMask()); in SetModel()
379 pNewSheet->GetItemSet().Put(pSheet->GetItemSet(), sal_False); in SetModel()
397 pSheet = (SfxStyleSheetBase*)aList.Next(); in SetModel()