Home
last modified time | relevance | path

Searched refs:pOutlParaObj (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sd/source/core/
H A Dsdpage.cxx2090 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()
2118pOutlParaObj->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()
[all …]

Completed in 35 milliseconds