Searched refs:GenericInformation (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/tools/source/communi/ |
H A D | geninfo.cxx | 34 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() 94 void GenericInformation::RemoveSubInfo( GenericInformation *pInfo, in RemoveSubInfo() 116 GenericInformation *GenericInformation::GetSubInfo( ByteString &rKey, in GetSubInfo() 142 GenericInformation *pParent) in GenericInformationList() 147 GenericInformation* pTemp,*pWork; in GenericInformationList() 364 GenericInformation *pInfo; in InsertInfo() 393 GenericInformation* GenericInformationList::SetOwner( GenericInformation *pNewOwner ) in SetOwner() [all …]
|
H A D | parser.cxx | 127 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 D | geninfo.hxx | 61 GenericInformation( const GenericInformation& rInf, sal_Bool bCopySubs = sal_True); 63 ~GenericInformation(); 72 sal_Bool InsertSubInfo( GenericInformation *pInfo ); 94 class GenericLockInformation : public GenericInformation 100 : GenericInformation( rKey, rValue, pParentList, pSubInfos), in GenericLockInformation() 158 (GenericInformation::InsertSubInfo( pInfo ), sal_True)); } in InsertSubInfo() 187 DECLARE_LIST( GenericInformationList_Impl, GenericInformation * ) 192 GenericInformation *pOwner; // holds parent of this list 198 GenericInformation *Search( sal_uIntPtr &rPos, ByteString sKey, 202 GenericInformationList( GenericInformation *pParent = NULL ); [all …]
|
H A D | iparser.hxx | 33 class GenericInformation; 97 TOOLS_DLLPRIVATE GenericInformation *ReadKey( GenericInformationList *pExistingList );
|
/aoo41x/main/soldep/bootstrp/ |
H A D | prodmap.cxx | 99 GenericInformation *pVersion = pVersionList->GetObject( i ); in CreateProductList() 146 const ByteString &rProduct, GenericInformation *& pProductInfo ) in GetProductInformation() 171 GenericInformation *pProductInfo; in PrintDependentTargets() 183 GenericInformation *pCandidate = pProductList->GetObject( j ); in PrintDependentTargets() 192 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in PrintDependentTargets() 297 GenericInformation *pVersion = pList->GetInfo( sKey ); in GetVersionRoot() 330 GenericInformation *pProductInfo, sal_uInt16 nLevel, in GetBases() 344 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in GetBases() 349 GenericInformation *pBaseProduct; in GetBases() 380 GenericInformation *pProductInfo; in PrintMinorList() [all …]
|
H A D | prj.cxx | 1232 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() 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() 2440 GenericInformation *pDrive = pDrives->GetObject( i ); in StarWriter() 2451 GenericInformation *pUnixVolume = pDrive->GetSubInfo( sPath ); in StarWriter() 2501 GenericInformation * pProject = pProjects->First(); in StarWriter() [all …]
|
/aoo41x/main/soldep/inc/ |
H A D | prodmap.hxx | 29 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 D | iserver.cxx | 102 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()
|
Completed in 48 milliseconds