Home
last modified time | relevance | path

Searched refs:pModeList (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/soldep/inc/soldep/
H A Dprj.hxx195 SByteStringList* pModeList; member in DepInfo
201 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);
/aoo41x/main/soldep/bootstrp/
H A Dprj.cxx394 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