Searched refs:pModeList (Results 1 – 2 of 2) sorted by relevance
195 SByteStringList* pModeList; member in DepInfo201 DepInfo() : pProject(0), pModeList(0), bAllModes(sal_False) {} in DepInfo()202 …DepInfo(ByteString* pString) : pProject(0), pModeList(0), bAllModes(sal_False) {pProject = pString… in DepInfo()203 …ing, SByteStringList* pList) : pProject(0), pModeList(0), bAllModes(sal_False) {pProject = pString… in DepInfo()209 SByteStringList* GetModeList() {return pModeList;} in GetModeList()210 void SetModeList (SByteStringList* pList) {pModeList = pList;} in SetModeList()308 void SetMode(SByteStringList* pModeList);
394 if ( pModeList ) in ~DepInfo()400 pString = pModeList->Next(); in ~DepInfo()402 delete pModeList; in ~DepInfo()404 pModeList = NULL; in ~DepInfo()437 if (pModeList) in operator <<()438 pModeList->CleanUp(); in operator <<()441 if (!pModeList) in operator <<()443 *pModeList << rStream; in operator <<()446 DELETEZ (pModeList); in operator <<()457 if (pModeList) in operator >>()[all …]
Completed in 23 milliseconds