Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Dunocpres.cxx50 : 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 …]
H A Dunocpres.hxx51 SdCustomShow* mpSdCustomShow; member in SdXCustomPresentation
61 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()