Lines Matching refs:mpAutoLayoutInfoList
422 mpAutoLayoutInfoList(new ImpXMLAutoLayoutInfoList(1, 4, 4)), in DECLARE_LIST()
734 if(mpAutoLayoutInfoList) in ~SdXMLExport()
736 while(mpAutoLayoutInfoList->Count()) in ~SdXMLExport()
737 delete mpAutoLayoutInfoList->Remove(mpAutoLayoutInfoList->Count() - 1L); in ~SdXMLExport()
738 delete mpAutoLayoutInfoList; in ~SdXMLExport()
739 mpAutoLayoutInfoList = 0L; in ~SdXMLExport()
904 for(sal_uInt32 nCnt = 0L; !bDidExist && nCnt < mpAutoLayoutInfoList->Count(); nCnt++) in ImpPrepAutoLayoutInfo()
906 if(*mpAutoLayoutInfoList->GetObject(nCnt) == *pNew) in ImpPrepAutoLayoutInfo()
909 pNew = mpAutoLayoutInfoList->GetObject(nCnt); in ImpPrepAutoLayoutInfo()
916 mpAutoLayoutInfoList->Insert(pNew, LIST_APPEND); in ImpPrepAutoLayoutInfo()
918 sNewName += OUString::valueOf(sal_Int32(mpAutoLayoutInfoList->Count() - 1)); in ImpPrepAutoLayoutInfo()
937 if(mpAutoLayoutInfoList->Count()) in ImpWriteAutoLayoutInfos()
939 for(sal_uInt32 nCnt = 0L; nCnt < mpAutoLayoutInfoList->Count(); nCnt++) in ImpWriteAutoLayoutInfos()
941 ImpXMLAutoLayoutInfo* pInfo = mpAutoLayoutInfoList->GetObject(nCnt); in ImpWriteAutoLayoutInfos()