Lines Matching refs:mpSdCustomShow
52 : mpSdCustomShow(NULL), mpModel(NULL), in SdXCustomPresentation()
59 : mpSdCustomShow(pShow), mpModel(pMyModel), in SdXCustomPresentation()
101 if( Index < 0 || Index > (sal_Int32)( mpSdCustomShow ? mpSdCustomShow->Count() : 0 ) ) in insertByIndex()
117 if( NULL != mpModel && NULL == mpSdCustomShow && mpModel->GetDoc() ) in insertByIndex()
118 mpSdCustomShow = new SdCustomShow( mpModel->GetDoc() ); in insertByIndex()
120 mpSdCustomShow->Insert(pPage->GetSdrPage(), Index); in insertByIndex()
135 if(mpSdCustomShow) in removeByIndex()
144 mpSdCustomShow->Remove(pPage->GetSdrPage()); in removeByIndex()
186 return mpSdCustomShow?mpSdCustomShow->Count():0; in getCount()
197 if( Index < 0 || Index >= (sal_Int32)mpSdCustomShow->Count() ) in getByIndex()
201 if(mpSdCustomShow ) in getByIndex()
203 SdrPage* pPage = (SdrPage*)mpSdCustomShow->GetObject(Index); in getByIndex()
224 if(mpSdCustomShow) in getName()
225 return mpSdCustomShow->GetName(); in getName()
238 if(mpSdCustomShow) in setName()
239 mpSdCustomShow->SetName( aName ); in setName()
258 mpSdCustomShow = NULL; in dispose()