Lines Matching refs:sGID
1312 ByteString sGID = pResData->sGId; in WriteData() local
1314 if ( !sGID.Len()) in WriteData()
1315 sGID = pResData->sId; in WriteData()
1391 sOutput += sGID; sOutput += "\t"; in WriteData()
1480 ByteString sGID = pResData->sGId; in WriteExportList() local
1481 if ( !sGID.Len()) in WriteExportList()
1482 sGID = pResData->sId; in WriteExportList()
1484 sGID += "."; in WriteExportList()
1485 sGID += pResData->sId; in WriteExportList()
1486 sGID.EraseTrailingChars( '.' ); in WriteExportList()
1534 sOutput += sGID; sOutput += "\t"; in WriteExportList()