Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1315 SdCustomShow* pSdCustomShow = new SdCustomShow( mpDoc ); in Import() local
1316 if ( pSdCustomShow ) in Import()
1318 pSdCustomShow->SetName( aCuShow ); in Import()
1330 pSdCustomShow->Insert( pPage, LIST_APPEND ); in Import()
1336 pList->Insert( pSdCustomShow, LIST_APPEND ); in Import()
1338 delete pSdCustomShow; in Import()