/aoo4110/main/tools/source/communi/ |
H A D | parser.cxx | 128 GenericInformationList *pExistingList ) in ReadKey() 186 GenericInformationList *pSubList = new GenericInformationList(); in ReadKey() 225 GenericInformationList *pGenericInfoList; in Save() 278 GenericInformationList *pExistingList ) in Execute() 281 GenericInformationList *pList; in Execute() 285 pList = new GenericInformationList(); in Execute() 310 GenericInformationList *pExistingList ) in Execute() 328 GenericInformationList *pList; in Execute() 332 pList = new GenericInformationList(); in Execute() 365 GenericInformationList *pList; in Execute() [all …]
|
H A D | geninfo.cxx | 36 GenericInformationList *pParentList, in GenericInformation() 37 GenericInformationList *pSubInfos ) in GenericInformation() 62 pInfoList = new GenericInformationList(*rInf.pInfoList, this); in GenericInformation() 122 pInfoList = new GenericInformationList( this ); in GetSubInfo() 134 GenericInformationList::GenericInformationList( GenericInformation *pParent ) in GenericInformationList() function in GenericInformationList 141 GenericInformationList::GenericInformationList(const GenericInformationList& rList, in GenericInformationList() function in GenericInformationList 161 GenericInformationList::~GenericInformationList() in ~GenericInformationList() 216 GenericInformation *GenericInformationList::GetInfo( ByteString &rKey, in GetInfo() 248 pReturnInfo->SetSubList( new GenericInformationList( pReturnInfo )); in GetInfo() 347 sal_Bool GenericInformationList::InsertInfo( GenericInformation *pInfo, in InsertInfo() [all …]
|
/aoo4110/main/tools/inc/tools/ |
H A D | iparser.hxx | 34 class GenericInformationList; 104 GenericInformationList *pExistingList ); 117 GenericInformationList *pExistingList = NULL ); 119 GenericInformationList *pExistingList = NULL ); 120 GenericInformationList *Execute( UniString &rSourceFile, 121 GenericInformationList *pExistingList = NULL ); 124 GenericInformationList *Execute( Dir &rDir, 125 GenericInformationList *pExistingList = NULL ); 130 const GenericInformationList *pSaveList ); 132 const GenericInformationList *pSaveList ); [all …]
|
H A D | geninfo.hxx | 32 class GenericInformationList; 44 friend class GenericInformationList; // can be child or/and parent 49 GenericInformationList *pInfoList; // holds subinformations 59 GenericInformationList *pParentList = NULL, 60 GenericInformationList *pSubInfos = NULL ); 86 void SetSubList( GenericInformationList *pSubList ) in SetSubList() 88 GenericInformationList *GetSubList() { return pInfoList; } in GetSubList() 98 GenericInformationList *pParentList = NULL, in GenericLockInformation() 99 GenericInformationList *pSubInfos = NULL ) in GenericLockInformation() 203 GenericInformationList(const GenericInformationList& rList, GenericInformation *pParent = NULL); [all …]
|
/aoo4110/main/soldep/inc/ |
H A D | prodmap.hxx | 30 class GenericInformationList; 45 GenericInformationList *pVersionList; 46 GenericInformationList *pProductList; 61 ProductMapper( GenericInformationList *pVerList ); 65 void CreateProductList( GenericInformationList *pVerList ); 73 static String GetVersionRoot( GenericInformationList *pList, const ByteString &rVersion ); 75 GenericInformationList *GetProductList() { return pProductList; } in GetProductList()
|
H A D | minormk.hxx | 26 class GenericInformationList; 46 GenericInformationList *pList, 57 GenericInformationList *pList,
|
/aoo4110/main/soldep/bootstrp/ |
H A D | prodmap.cxx | 48 ProductMapper::ProductMapper( GenericInformationList *pVerList ) in ProductMapper() 65 void ProductMapper::CreateProductList( GenericInformationList *pVerList ) in CreateProductList() 119 pProductList = new GenericInformationList(); in CreateProductList() 194 GenericInformationList *pBases = pBasedOn->GetSubList(); in PrintDependentTargets() 293 GenericInformationList *pList, const ByteString &rVersion ) in GetVersionRoot() 346 GenericInformationList *pBasesInfo = pBasedOn->GetSubList(); in GetBases() 409 GenericInformationList *pEnvironmentList = pEnvironmentInfo->GetSubList(); in PrintMinorList()
|
H A D | prj.cxx | 1211 Star::Star(GenericInformationList *pStandLst, ByteString &rVersion ) in Star() 1220 void Star::UpdateFileList( GenericInformationList *pStandLst, ByteString &rVersion, in UpdateFileList() 1249 GenericInformationList *pDrives = pInfo_l->GetSubList(); in UpdateFileList() 1301 GenericInformationList *pProjects = pProjectsKey->GetSubList(); in UpdateFileList() 1351 void Star::FullReload( GenericInformationList *pStandLst, ByteString &rVersion, in FullReload() 2410 StarWriter::StarWriter( GenericInformationList *pStandLst, ByteString &rVersion, in StarWriter() 2438 GenericInformationList *pDrives = pInfo_k->GetSubList(); in StarWriter() 2496 GenericInformationList *pProjects = pProjectsKey->GetSubList(); in StarWriter()
|
H A D | minormk.cxx | 36 GenericInformationList *pList, in MinorMk() 79 MinorMk::MinorMk( GenericInformationList *pList, const ByteString rVersion ) in MinorMk()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | prj.hxx | 51 class GenericInformationList; 403 Star( GenericInformationList *pStandLst, ByteString &rVersion ); 426 …void UpdateFileList( GenericInformationList *pStandLst, ByteString &rVersion, sal_Bool bRead = s… 427 …void FullReload( GenericInformationList *pStandLst, ByteString &rVersion, sal_Bool bRead = sal_F… 458 StarWriter( GenericInformationList *pStandLst, ByteString &rVersion, ByteString &rMinor,
|
H A D | soldlg.hxx | 40 class GenericInformationList; 119 SolSelectVersionDlg( Window *pParent, GenericInformationList *pStandLst );
|
H A D | soldep.hxx | 52 GenericInformationList *mpStandLst; 89 void Init( ByteString &rVersion, GenericInformationList *pVersionList = NULL );
|
/aoo4110/main/tools/bootstrp/ |
H A D | iserver.cxx | 97 GenericInformationList *pList = aParser.Execute( s ); in main() 109 GenericInformationList *pList = pInfo->GetSubList(); in main()
|
H A D | sspretty.cxx | 46 GenericInformationList *pList = aParser.Execute( aFileName ); in main()
|
H A D | mkcreate.cxx | 537 GenericInformationList *pVerList = aParser.Execute( in CreateRootDirectory()
|
/aoo4110/main/soldep/source/ |
H A D | soldlg.cxx | 152 Window *pParent, GenericInformationList *pStandLst ) in SolSelectVersionDlg()
|
H A D | soldep.cxx | 107 void SolDep::Init( ByteString &rVersion, GenericInformationList *pVersionList ) in Init() 113 mpStandLst = new GenericInformationList( *pVersionList ); in Init()
|