Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A Ddrawdoc.cxx158 , mpFrameViewList( new List() ) in SdDrawDocument()
418 for (sal_uLong i = 0; i < mpFrameViewList->Count(); i++) in ~SdDrawDocument()
422 static_cast< ::sd::FrameView*>(mpFrameViewList->GetObject(i)); in ~SdDrawDocument()
428 delete mpFrameViewList; in ~SdDrawDocument()
429 mpFrameViewList = NULL; in ~SdDrawDocument()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx176 List* mpFrameViewList; member in SdDrawDocument
417 List* GetFrameViewList() const { return mpFrameViewList; } in GetFrameViewList()
437 mpFrameViewList->GetObject(nPos));} in GetFrameView()

Completed in 18 milliseconds