Searched refs:pCmdDepList (Results 1 – 1 of 1) sorted by relevance
2608 SByteStringList* pCmdDepList; in WritePrj() local2673 pCmdDepList = pCmdData->GetDependencies(); in WritePrj()2674 if ( pCmdDepList ) in WritePrj()2675 for ( sal_uInt16 i = 0; i< pCmdDepList->Count(); i++ ) { in WritePrj()2676 aDataString += *pCmdDepList->GetObject( i ); in WritePrj()
Completed in 25 milliseconds