Lines Matching refs:pOutlParaObj
2090 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl() local
2092 if(pOutlParaObj) in convertPresentationObjectImpl()
2097 pOutl->SetText( *pOutlParaObj ); in convertPresentationObjectImpl()
2098 pOutlParaObj = pOutl->CreateParaObject(); in convertPresentationObjectImpl()
2099 pNewObj->SetOutlinerParaObject( pOutlParaObj ); in convertPresentationObjectImpl()
2118 …pOutlParaObj->ChangeStyleSheetName(SD_STYLE_FAMILY_MASTERPAGE, pSubtitleSheet->GetName(), pSheet->… in convertPresentationObjectImpl()
2150 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl() local
2152 if(pOutlParaObj) in convertPresentationObjectImpl()
2157 pOutl->SetText( *pOutlParaObj ); in convertPresentationObjectImpl()
2158 pOutlParaObj = pOutl->CreateParaObject(); in convertPresentationObjectImpl()
2159 pNewObj->SetOutlinerParaObject( pOutlParaObj ); in convertPresentationObjectImpl()