Home
last modified time | relevance | path

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

/AOO41X/main/soldep/bootstrp/
H A Dprj.cxx555 SByteStringList* pList = pInfoList->GetModeList(); in PutModeString()
710 if (!pInfo->IsAllModes() && pInfo->GetModeList()) in GetAllDepModes()
714 ByteString* pStr = pInfo->GetModeList()->First(); in GetAllDepModes()
719 pStr = pInfo->GetModeList()->Next(); in GetAllDepModes()
924 if (pInfo->IsAllModes() || !pInfo->GetModeList() || !pModList) in SetMode()
934 SByteStringList * pDepList = pInfo->GetModeList(); in SetMode()
/AOO41X/main/soldep/inc/soldep/
H A Dprj.hxx209 SByteStringList* GetModeList() {return pModeList;} in GetModeList() function in DepInfo