Searched refs:mpCustomShowList (Results 1 – 4 of 4) sorted by relevance
159 , 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()
38 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()
1255 if (!mpCustomShowList && bCreate) in GetCustomShowList()1258 mpCustomShowList = new List(); in GetCustomShowList()1261 return(mpCustomShowList); in GetCustomShowList()
177 List* mpCustomShowList; member in SdDrawDocument
Completed in 42 milliseconds