Searched refs:mpSdCustomShow (Results 1 – 2 of 2) sorted by relevance
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()[all …]
51 SdCustomShow* mpSdCustomShow; member in SdXCustomPresentation61 SdXCustomPresentation( SdCustomShow* mpSdCustomShow, SdXImpressDocument* pMyModel) throw();65 void Invalidate() { mpSdCustomShow = NULL; } in Invalidate()66 SdCustomShow* GetSdCustomShow() const throw() { return mpSdCustomShow; } in GetSdCustomShow()67 void SetSdCustomShow( SdCustomShow* pShow ) throw() { mpSdCustomShow = pShow; } in SetSdCustomShow()