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.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()
135 if(mpSdCustomShow) in removeByIndex()
186 return mpSdCustomShow?mpSdCustomShow->Count():0; in getCount()
201 if(mpSdCustomShow ) in getByIndex()
224 if(mpSdCustomShow) in getName()
225 return mpSdCustomShow->GetName(); in getName()
238 if(mpSdCustomShow) in setName()
239 mpSdCustomShow->SetName( aName ); in setName()
[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()

Completed in 20 milliseconds