Lines Matching refs:pSheet

167 				SfxStyleSheetBase* pSheet = NULL;  in SetPresentationLayout()  local
179 pSheet = pStShPool->Find(aOldFullName, SD_STYLE_FAMILY_MASTERPAGE); in SetPresentationLayout()
180 DBG_ASSERT(pSheet, "alte Gliederungsvorlage nicht gefunden"); in SetPresentationLayout()
181 aOldOutlineStyles.Insert(pSheet, LIST_APPEND); in SetPresentationLayout()
183 pSheet = pStShPool->Find(aFullName, SD_STYLE_FAMILY_MASTERPAGE); in SetPresentationLayout()
184 DBG_ASSERT(pSheet, "neue Gliederungsvorlage nicht gefunden"); in SetPresentationLayout()
185 aOutlineStyles.Insert(pSheet, LIST_APPEND); in SetPresentationLayout()
187 if (bReplaceStyleSheets && pSheet) in SetPresentationLayout()
191 pReplData->nNewFamily = pSheet->GetFamily(); in SetPresentationLayout()
192 pReplData->nFamily = pSheet->GetFamily(); in SetPresentationLayout()
209 SfxStyleSheet* pSheet = (SfxStyleSheet*)aOutlineStyles.First(); in SetPresentationLayout() local
211 while (pSheet) in SetPresentationLayout()
213 if (pSheet != pOldSheet) in SetPresentationLayout()
217 if (!pObj->IsListening(*pSheet)) in SetPresentationLayout()
218 pObj->StartListening(*pSheet); in SetPresentationLayout()
221 pSheet = (SfxStyleSheet*)aOutlineStyles.Next(); in SetPresentationLayout()
243 SfxStyleSheet* pSheet = GetStyleSheetForPresObj(PRESOBJ_TITLE); in SetPresentationLayout() local
245 if (pSheet) in SetPresentationLayout()
246 pObj->SetStyleSheet(pSheet, sal_True); in SetPresentationLayout()
250 SfxStyleSheet* pSheet = GetStyleSheetForPresObj(GetPresObjKind(pObj)); in SetPresentationLayout() local
252 if (pSheet) in SetPresentationLayout()
253 pObj->SetStyleSheet(pSheet, sal_True); in SetPresentationLayout()
280 for (SfxStyleSheet* pSheet = (SfxStyleSheet*)pOutlineStyles->First(); in EndListenOutlineText() local
281 pSheet; in EndListenOutlineText()
282 pSheet = (SfxStyleSheet*)pOutlineStyles->Next()) in EndListenOutlineText()
284 pOutlineTextObj->EndListening(*pSheet); in EndListenOutlineText()