Lines Matching refs:pSheet
530 …SfxStyleSheet* pSheet = (SfxStyleSheet*)pModel->GetStyleSheetPool()->Find(aName, SD_STYLE_FAMILY_M… in CreatePresObj() local
531 DBG_ASSERT(pSheet, "Vorlage fuer Gliederungsobjekt nicht gefunden"); in CreatePresObj()
532 if (pSheet) in CreatePresObj()
533 pSdrObj->StartListening(*pSheet); in CreatePresObj()
2147 …SfxStyleSheet* pSheet = static_cast<SfxStyleSheet*>( pModel->GetStyleSheetPool()->Find(aName, SD_S… in convertPresentationObjectImpl() local
2149 if (pSheet) in convertPresentationObjectImpl()
2156 …bj->ChangeStyleSheetName(SD_STYLE_FAMILY_MASTERPAGE, pSubtitleSheet->GetName(), pSheet->GetName()); in convertPresentationObjectImpl()
2159 pNewObj->StartListening(*pSheet); in convertPresentationObjectImpl()
2213 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj(PRESOBJ_TEXT); in convertPresentationObjectImpl() local
2214 if (pSheet) in convertPresentationObjectImpl()
2215 pNewObj->SetStyleSheet(pSheet, sal_True); in convertPresentationObjectImpl()