Home
last modified time | relevance | path

Searched refs:lFileKey (Results 1 – 11 of 11) sorted by relevance

/trunk/main/rsc/source/tools/
H A Drscdef.cxx264 lFileKey = lKey; in RscDefine()
274 lFileKey = lKey; in RscDefine()
1015 if( Depend( lFileKey, pDef->GetFileKey() ) ) in FindDef()
1057 if( lFileKey == pDefDec->GetFileKey() ){ in TestDef()
1118 RscFile * pFile = GetFile( lFileKey ); in NewDef()
1147 if( TestDef( lFileKey, lPos, pExp ) ){ in NewDef()
1148 RscFile * pFile = GetFile( lFileKey ); in NewDef()
1305 pFName = GetFile( lFileKey ); in DeleteFileContext()
1331 DeleteFileContext( lFileKey ); in DeleteFile()
1336 pFName->RemoveDependFile( lFileKey ); in DeleteFile()
[all …]
/trunk/main/rsc/source/parser/
H A Drscdb.cxx444 if( NOFILE_INDEX == lFileKey ) in WriteInc()
463 pFName = aFileTab.Get( lFileKey ); in WriteInc()
469 if( pDep->GetFileKey() != lFileKey ) in WriteInc()
702 ERRTYPE WriteSrc( sal_uLong lFileKey ) in WriteSrc() argument
704 aEnumObj.lFileKey = lFileKey; in WriteSrc()
711 ERRTYPE WriteCxx( sal_uLong lFileKey ) in WriteCxx() argument
713 aEnumObj.lFileKey = lFileKey; in WriteCxx()
722 aEnumObj.lFileKey = lFileKey; in WriteHxx()
1018 sal_uLong lFileKey; member in RscDel
1027 lFileKey = lKey; in RscDel()
[all …]
/trunk/main/rsc/source/misc/
H A Drscdbl.cxx80 REResourceList * pList, sal_uLong lFileKey ) in FillListObj() argument
83 if( pObjNode->GetFileKey() == lFileKey ){ in FillListObj()
88 pList, lFileKey ); in FillListObj()
98 pList, lFileKey ); in FillListObj()
103 void FillList( RscTop * pRscTop, REResourceList * pList, sal_uLong lFileKey ){ in FillList() argument
105 FillList( (RscTop*)pRscTop->Left(), pList, lFileKey ); in FillList()
107 FillListObj( pRscTop->GetObjNode(), pRscTop, pList, lFileKey ); in FillList()
109 FillList( (RscTop*)pRscTop->Right(), pList, lFileKey ); in FillList()
113 void RscTypCont::FillNameIdList( REResourceList * pList, sal_uLong lFileKey ){ in FillNameIdList() argument
114 FillList( pRoot, pList, lFileKey ); in FillNameIdList()
/trunk/main/rsc/inc/
H A Drscdef.hxx124 sal_uLong lFileKey; // zu welcher Datei gehoert das Define member in RscDefine
130 RscDefine( sal_uLong lFileKey, const ByteString & rDefName,
132 RscDefine( sal_uLong lFileKey, const ByteString & rDefName,
146 sal_uLong GetFileKey() const { return lFileKey; } in GetFileKey()
159 RscDefine * New( sal_uLong lFileKey, const ByteString & rDefName,
161 RscDefine * New( sal_uLong lFileKey, const ByteString & rDefName,
244 sal_Bool TestDef( sal_uLong lFileKey, sal_uLong lPos,
246 sal_Bool TestDef( sal_uLong lFileKey, sal_uLong lPos,
267 RscFile * GetFile( sal_uLong lFileKey ){ return Get( lFileKey ); } in GetFile() argument
H A Drscclobj.hxx50 sal_uLong lFileKey;// Dateischluessel member in ObjNode
58 ObjNode * DelObjNode( RscTop * pClass, sal_uLong lFileKey );
61 sal_uLong GetFileKey(){ return lFileKey; }; in GetFileKey()
H A Drscinst.hxx157 void ScanForIncFiles( sal_uLong lFileKey );
168 sal_uLong lFileKey; // Index der Instanz member in RscHrc
179 sal_uLong GetFileKey() const { return lFileKey; } in GetFileKey()
H A Drscrsc.hxx128 ERRTYPE IncludeParser( sal_uLong lFileKey );
129 …ERRTYPE ParseOneFile( sal_uLong lFileKey, const RscCmdLine::OutputFile* pOutputFile, const Write…
H A Drscdb.hxx336 void Delete( sal_uLong lFileKey );
349 void FillNameIdList( REResourceList * pList, sal_uLong lFileKey );
/trunk/main/rsc/source/rsc/
H A Drsc.cxx655 ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey ) in IncludeParser() argument
661 pFName = pTC->aFileTab.Get( lFileKey ); in IncludeParser()
678 RscFileInst aFileInst( pTC, lFileKey, lFileKey, finput ); in IncludeParser()
723 ERRTYPE RscCompiler :: ParseOneFile( sal_uLong lFileKey, in ParseOneFile() argument
731 pFName = pTC->aFileTab.Get( lFileKey ); in ParseOneFile()
773 RscFileInst aFileInst( pTC, lFileKey, lFileKey, finput ); in ParseOneFile()
781 pTC->Delete( lFileKey );//Resourceobjekte loeschen in ParseOneFile()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1592 RscFile * GetFileStruct( ULONG lFileKey );
1596 void ScanForIncFiles( ULONG lFileKey );
1900 Alivoid RscDataBase::ScanForIncFiles( ULONG lFileKey );
1923 Alivoid RscDataBase::RemoveFile( ULONG lFileKey );
2002 ULONG lFileKey;//Schluessel der Datei
2357 lFileKey = pBase->AddHrcFile( "demo.hrc" );
2359 RscHrc aHrc( pBase, lFileKey );
2404 lFileKey = pBase->AddHrcFile( "demo.hrc" );
2406 RscHrc aHrc( pBase, lFileKey );
2641 ULONG lFileKey );
[all …]
/trunk/main/rsc/source/res/
H A Drscclobj.cxx122 lFileKey = lKey; in ObjNode()

Completed in 63 milliseconds