Lines Matching refs:sKey
184 ByteString sKey( "DEPENDSON/" ); in PrintDependentTargets() local
185 sKey += rProduct; in PrintDependentTargets()
186 GenericInformation *pDependsOn = pCandidate->GetSubInfo( sKey, sal_True ); in PrintDependentTargets()
191 ByteString sKey( "BASEDON" ); in PrintDependentTargets() local
192 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in PrintDependentTargets()
296 ByteString sKey( rVersion ); in GetVersionRoot() local
297 GenericInformation *pVersion = pList->GetInfo( sKey ); in GetVersionRoot()
300 sKey = "drives/o:/unixvolume"; in GetVersionRoot()
301 GenericInformation *pUnixVolume = pVersion->GetSubInfo( sKey, sal_True ); in GetVersionRoot()
309 sKey = "settings/path"; in GetVersionRoot()
310 GenericInformation *pPath = pVersion->GetSubInfo( sKey, sal_True ); in GetVersionRoot()
343 ByteString sKey( "BASEDON" ); in GetBases() local
344 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in GetBases()