Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/unoidl/
H A Dunocpres.cxx52 : 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()
[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()