Searched refs:GetSubInfo (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/soldep/bootstrp/ |
H A D | prodmap.cxx | 101 GenericInformation *pProducts = pVersion->GetSubInfo( sProductKey, sal_True ); in CreateProductList() 106 GenericInformation *pDependsOn = pVersion->GetSubInfo( sDependsOnKey, sal_True ); in CreateProductList() 111 GenericInformation *pBasedOn = pVersion->GetSubInfo( sBasedOnKey, sal_True ); in CreateProductList() 186 GenericInformation *pDependsOn = pCandidate->GetSubInfo( sKey, sal_True ); in PrintDependentTargets() 192 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in PrintDependentTargets() 301 GenericInformation *pUnixVolume = pVersion->GetSubInfo( sKey, sal_True ); in GetVersionRoot() 310 GenericInformation *pPath = pVersion->GetSubInfo( sKey, sal_True ); in GetVersionRoot() 344 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in GetBases()
|
H A D | prj.cxx | 1262 GenericInformation *pUnixVolume = pDrive->GetSubInfo( sPath ); in UpdateFileList() 1277 GenericInformation *pProjectsKey = pDrive->GetSubInfo( sPath, sal_True ); in UpdateFileList() 1310 GenericInformation * pDir = pProject->GetSubInfo (aDirStr); in UpdateFileList() 2451 GenericInformation *pUnixVolume = pDrive->GetSubInfo( sPath ); in StarWriter() 2466 GenericInformation *pProjectsKey = pDrive->GetSubInfo( sPath, sal_True ); in StarWriter() 2509 GenericInformation * pDir = pProject->GetSubInfo (aDirStr); in StarWriter()
|
/aoo41x/main/tools/inc/tools/ |
H A D | geninfo.hxx | 82 GenericInformation *GetSubInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False, 166 GenericInformation *GetSubInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False, in GetSubInfo() function in GenericLockInformation 170 return GenericInformation::GetSubInfo(rKey, bSearchByPath, bCreatePath); } in GetSubInfo()
|
/aoo41x/main/tools/source/communi/ |
H A D | geninfo.cxx | 116 GenericInformation *GenericInformation::GetSubInfo( ByteString &rKey, in GetSubInfo() function in GenericInformation 250 return pReturnInfo->GetSubInfo( sPath, sal_True, bCreatePath ); in GetInfo()
|
/aoo41x/main/tools/bootstrp/ |
H A D | iserver.cxx | 129 GenericInformation *pSubInfo = pInfo->GetSubInfo( sPath, sal_True ); in main()
|
Completed in 36 milliseconds