Lines Matching refs:mpSdCustomShow
50 : mpSdCustomShow(NULL), mpModel(NULL), in SdXCustomPresentation()
57 : mpSdCustomShow(pShow), mpModel(pMyModel), in SdXCustomPresentation()
99 if( Index < 0 || Index > (sal_Int32)( mpSdCustomShow ? mpSdCustomShow->Count() : 0 ) ) in insertByIndex()
115 if( NULL != mpModel && NULL == mpSdCustomShow && mpModel->GetDoc() ) in insertByIndex()
116 mpSdCustomShow = new SdCustomShow( mpModel->GetDoc() ); in insertByIndex()
118 mpSdCustomShow->Insert(pPage->GetSdrPage(), Index); in insertByIndex()
133 if(mpSdCustomShow) in removeByIndex()
142 mpSdCustomShow->Remove(pPage->GetSdrPage()); in removeByIndex()
184 return mpSdCustomShow?mpSdCustomShow->Count():0; in getCount()
195 if( Index < 0 || Index >= (sal_Int32)mpSdCustomShow->Count() ) in getByIndex()
199 if(mpSdCustomShow ) in getByIndex()
201 SdrPage* pPage = (SdrPage*)mpSdCustomShow->GetObject(Index); in getByIndex()
222 if(mpSdCustomShow) in getName()
223 return mpSdCustomShow->GetName(); in getName()
236 if(mpSdCustomShow) in setName()
237 mpSdCustomShow->SetName( aName ); in setName()
256 mpSdCustomShow = NULL; in dispose()