Home
last modified time | relevance | path

Searched refs:GenericInformationList (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/tools/source/communi/
H A Dparser.cxx128 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 Dgeninfo.cxx36 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 Diparser.hxx34 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 Dgeninfo.hxx32 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 Dprodmap.hxx30 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 Dminormk.hxx26 class GenericInformationList;
46 GenericInformationList *pList,
57 GenericInformationList *pList,
/aoo4110/main/soldep/bootstrp/
H A Dprodmap.cxx48 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 Dprj.cxx1211 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 Dminormk.cxx36 GenericInformationList *pList, in MinorMk()
79 MinorMk::MinorMk( GenericInformationList *pList, const ByteString rVersion ) in MinorMk()
/aoo4110/main/soldep/inc/soldep/
H A Dprj.hxx51 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 Dsoldlg.hxx40 class GenericInformationList;
119 SolSelectVersionDlg( Window *pParent, GenericInformationList *pStandLst );
H A Dsoldep.hxx52 GenericInformationList *mpStandLst;
89 void Init( ByteString &rVersion, GenericInformationList *pVersionList = NULL );
/aoo4110/main/tools/bootstrp/
H A Diserver.cxx97 GenericInformationList *pList = aParser.Execute( s ); in main()
109 GenericInformationList *pList = pInfo->GetSubList(); in main()
H A Dsspretty.cxx46 GenericInformationList *pList = aParser.Execute( aFileName ); in main()
H A Dmkcreate.cxx537 GenericInformationList *pVerList = aParser.Execute( in CreateRootDirectory()
/aoo4110/main/soldep/source/
H A Dsoldlg.cxx152 Window *pParent, GenericInformationList *pStandLst ) in SolSelectVersionDlg()
H A Dsoldep.cxx107 void SolDep::Init( ByteString &rVersion, GenericInformationList *pVersionList ) in Init()
113 mpStandLst = new GenericInformationList( *pVersionList ); in Init()

Completed in 87 milliseconds