Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/core/
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 Ddrawdoc.cxx159 , mpCustomShowList(NULL) in SdDrawDocument()
433 if (mpCustomShowList) in ~SdDrawDocument()
435 for (sal_uLong j = 0; j < mpCustomShowList->Count(); j++) in ~SdDrawDocument()
438 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument()
442 delete mpCustomShowList; in ~SdDrawDocument()
443 mpCustomShowList = NULL; in ~SdDrawDocument()
H A Ddrawdoc3.cxx1255 if (!mpCustomShowList && bCreate) in GetCustomShowList()
1258 mpCustomShowList = new List(); in GetCustomShowList()
1261 return(mpCustomShowList); in GetCustomShowList()
/AOO41X/main/sd/inc/
H A Ddrawdoc.hxx177 List* mpCustomShowList; member in SdDrawDocument