Lines Matching refs:pSheet
526 …SfxStyleSheet* pSheet = (SfxStyleSheet*)pModel->GetStyleSheetPool()->Find(aName, SD_STYLE_FAMILY_M… in CreatePresObj() local
527 DBG_ASSERT(pSheet, "Vorlage fuer Gliederungsobjekt nicht gefunden"); in CreatePresObj()
528 if (pSheet) in CreatePresObj()
529 pSdrObj->StartListening(*pSheet); in CreatePresObj()
2109 …SfxStyleSheet* pSheet = static_cast<SfxStyleSheet*>( pModel->GetStyleSheetPool()->Find(aName, SD_S… in convertPresentationObjectImpl() local
2111 if (pSheet) in convertPresentationObjectImpl()
2118 …bj->ChangeStyleSheetName(SD_STYLE_FAMILY_MASTERPAGE, pSubtitleSheet->GetName(), pSheet->GetName()); in convertPresentationObjectImpl()
2121 pNewObj->StartListening(*pSheet); in convertPresentationObjectImpl()
2175 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj(PRESOBJ_TEXT); in convertPresentationObjectImpl() local
2176 if (pSheet) in convertPresentationObjectImpl()
2177 pNewObj->SetStyleSheet(pSheet, sal_True); in convertPresentationObjectImpl()