Home
last modified time | relevance | path

Searched refs:GenericInformation (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/tools/source/communi/
H A Dgeninfo.cxx34 GenericInformation::GenericInformation( const ByteString &rKey, in GenericInformation() function in GenericInformation
53 GenericInformation::GenericInformation( const GenericInformation& rInf, in GenericInformation() function in GenericInformation
66 GenericInformation::~GenericInformation() in ~GenericInformation()
79 sal_Bool GenericInformation::InsertSubInfo( GenericInformation *pInfo ) in InsertSubInfo()
86 sal_Bool GenericInformation::InsertSubInfo( const ByteString &rPathKey, const ByteString &rValue, in InsertSubInfo()
94 void GenericInformation::RemoveSubInfo( GenericInformation *pInfo, in RemoveSubInfo()
116 GenericInformation *GenericInformation::GetSubInfo( ByteString &rKey, in GetSubInfo()
134 GenericInformationList::GenericInformationList( GenericInformation *pParent ) in GenericInformationList()
142 GenericInformation *pParent) in GenericInformationList()
147 GenericInformation* pTemp,*pWork; in GenericInformationList()
[all …]
H A Dparser.cxx127 GenericInformation *InformationParser::ReadKey( in ReadKey()
154 GenericInformation *pInfo = NULL; in ReadKey()
192 pInfo = new GenericInformation( sKey, sValue, in ReadKey()
200 pInfo = new GenericInformation( sKey, sValue, pExistingList ); in ReadKey()
224 GenericInformation *pGenericInfo; in Save()
386 new GenericInformation( in Execute()
/AOO41X/main/tools/inc/tools/
H A Dgeninfo.hxx42 class TOOLS_DLLPUBLIC GenericInformation : public ByteString // the key is stored in base class class
58 GenericInformation( const ByteString &rKey, const ByteString &rValue,
61 GenericInformation( const GenericInformation& rInf, sal_Bool bCopySubs = sal_True);
63 ~GenericInformation();
72 sal_Bool InsertSubInfo( GenericInformation *pInfo );
76 void RemoveSubInfo( GenericInformation *pInfo, sal_Bool bDelete = sal_False );
82 GenericInformation *GetSubInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False,
94 class GenericLockInformation : public GenericInformation
100 : GenericInformation( rKey, rValue, pParentList, pSubInfos), in GenericLockInformation()
155 sal_Bool InsertSubInfo( GenericInformation *pInfo, sal_uInt32 nKey = 0 ) { in InsertSubInfo()
[all …]
H A Diparser.hxx33 class GenericInformation;
97 TOOLS_DLLPRIVATE GenericInformation *ReadKey( GenericInformationList *pExistingList );
/AOO41X/main/soldep/bootstrp/
H A Dprodmap.cxx99 GenericInformation *pVersion = pVersionList->GetObject( i ); in CreateProductList()
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()
146 const ByteString &rProduct, GenericInformation *& pProductInfo ) in GetProductInformation()
171 GenericInformation *pProductInfo; in PrintDependentTargets()
183 GenericInformation *pCandidate = pProductList->GetObject( j ); in PrintDependentTargets()
186 GenericInformation *pDependsOn = pCandidate->GetSubInfo( sKey, sal_True ); in PrintDependentTargets()
192 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in PrintDependentTargets()
297 GenericInformation *pVersion = pList->GetInfo( sKey ); in GetVersionRoot()
[all …]
H A Dprj.cxx1232 GenericInformation *pInfo = pStandLst->GetInfo( sPath, sal_True ); in UpdateFileList()
1247 GenericInformation *pInfo_l = pStandLst->GetInfo( sPath, sal_True ); in UpdateFileList()
1251 GenericInformation *pDrive = pDrives->GetObject( i ); in UpdateFileList()
1262 GenericInformation *pUnixVolume = pDrive->GetSubInfo( sPath ); in UpdateFileList()
1277 GenericInformation *pProjectsKey = pDrive->GetSubInfo( sPath, sal_True ); in UpdateFileList()
1282 GenericInformation *pPath = pStandLst->GetInfo( sPath, sal_True ); in UpdateFileList()
1296 GenericInformation *pShortPath = pStandLst->GetInfo( sPath, sal_True ); in UpdateFileList()
1303 GenericInformation * pProject = pProjects->First(); in UpdateFileList()
1310 GenericInformation * pDir = pProject->GetSubInfo (aDirStr); in UpdateFileList()
2422 GenericInformation *pInfo_l = pStandLst->GetInfo( sPath, sal_True ); in StarWriter()
[all …]
/AOO41X/main/soldep/inc/
H A Dprodmap.hxx29 class GenericInformation;
55 …BaseProductList *GetBases( GenericInformation *pProductInfo, sal_uInt16 nLevel = 0, BaseProductLis…
57 …sal_uInt16 PrintSingleMinorList( GenericInformation *pProductInfo, BaseProductList *pBases, const …
67 …sal_uInt16 GetProductInformation( const ByteString &rProduct, GenericInformation *& pProductInfo );
/AOO41X/main/tools/bootstrp/
H A Diserver.cxx102 GenericInformation *pInfo = pList->GetInfo( sInfo, sal_True ); in main()
113 GenericInformation *pInfo = pList->GetObject( i ); in main()
126 GenericInformation *pInfo = pList->GetObject( i ); in main()
129 GenericInformation *pSubInfo = pInfo->GetSubInfo( sPath, sal_True ); in main()