Home
last modified time | relevance | path

Searched refs:mpCustomShowList (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sd/source/core/
H A Ddrawdoc.cxx159 , mpCustomShowList(NULL) in SdDrawDocument()
431 if (mpCustomShowList) in ~SdDrawDocument()
433 for (sal_uLong j = 0; j < mpCustomShowList->Count(); j++) in ~SdDrawDocument()
436 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument()
440 delete mpCustomShowList; in ~SdDrawDocument()
441 mpCustomShowList = NULL; in ~SdDrawDocument()
H A Ddrawdoc_animations.cxx38 if ( mpCustomShowList ) in ReplacePageInCustomShows()
40 for (sal_uLong i = 0; i < mpCustomShowList->Count(); i++) in ReplacePageInCustomShows()
42 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(i); in ReplacePageInCustomShows()
H A Ddrawdoc3.cxx1255 if (!mpCustomShowList && bCreate) in GetCustomShowList()
1258 mpCustomShowList = new List(); in GetCustomShowList()
1261 return(mpCustomShowList); in GetCustomShowList()
/aoo42x/main/sd/inc/
H A Ddrawdoc.hxx177 List* mpCustomShowList; member in SdDrawDocument

Completed in 42 milliseconds