Home
last modified time | relevance | path

Searched refs:pOutlParaObj (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sd/source/core/
H A Dsdpage.cxx2128 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl() local
2130 if(pOutlParaObj) in convertPresentationObjectImpl()
2135 pOutl->SetText( *pOutlParaObj ); in convertPresentationObjectImpl()
2136 pOutlParaObj = pOutl->CreateParaObject(); in convertPresentationObjectImpl()
2137 pNewObj->SetOutlinerParaObject( pOutlParaObj ); in convertPresentationObjectImpl()
2156pOutlParaObj->ChangeStyleSheetName(SD_STYLE_FAMILY_MASTERPAGE, pSubtitleSheet->GetName(), pSheet->… in convertPresentationObjectImpl()
2188 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl() local
2190 if(pOutlParaObj) in convertPresentationObjectImpl()
2195 pOutl->SetText( *pOutlParaObj ); in convertPresentationObjectImpl()
2196 pOutlParaObj = pOutl->CreateParaObject(); in convertPresentationObjectImpl()
[all …]