Searched refs:lKey (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/rsc/source/tools/ |
H A D | rscdef.cxx | 264 lFileKey = lKey; in RscDefine() 274 lFileKey = lKey; in RscDefine() 1356 sal_uLong lKey; in NewCodeFile() local 1359 lKey = Find( rName ); in NewCodeFile() 1360 if( UNIQUEINDEX_ENTRY_NOTFOUND == lKey ) in NewCodeFile() 1365 lKey = Insert( pFName ); in NewCodeFile() 1368 return lKey; in NewCodeFile() 1383 sal_uLong lKey; in NewIncFile() local 1386 lKey = Find( rName ); in NewIncFile() 1393 lKey = Insert( pFName ); in NewIncFile() [all …]
|
/aoo41x/main/rsc/inc/ |
H A D | rscdef.hxx | 187 sal_uLong lKey; member in RscDepend 189 RscDepend( sal_uLong lIncKey ){ lKey = lIncKey; }; in RscDepend() 190 sal_uLong GetFileKey(){ return lKey; } in GetFileKey() 241 RscDefine * FindDef( sal_uLong lKey, const ByteString & ); 249 RscDefine * NewDef( sal_uLong lKey, const ByteString & rDefName, 251 RscDefine * NewDef( sal_uLong lKey, const ByteString & rDefName, 263 void DeleteFileContext( sal_uLong lKey ); 264 void DeleteFile( sal_uLong lKey );
|
H A D | rscinst.hxx | 151 RscFile * GetFileStruct( sal_uLong lKey ); 158 void RemoveFile( sal_uLong lKey ); 173 RscHrc( RscDataBase * pDBase, sal_uLong lKey ); 189 void InsertDepend( sal_uLong lKey, sal_uLong lPos ); 219 RscSrc( RscDataBase * pDBase, sal_uLong lKey );
|
H A D | rscclobj.hxx | 57 ObjNode( const RscId & rId, CLASS_DATA pData, sal_uLong lKey );
|
H A D | rscdb.hxx | 264 void WriteInc( FILE * fOutput, sal_uLong lKey );
|
/aoo41x/main/rsc/source/parser/ |
H A D | rsclex.cxx | 363 sal_uLong lKey; // Fileschluessel in IncludeParser() local 374 lKey = pTypCon->aFileTab.NewIncFile( aYYSType.string, in IncludeParser() 376 pFName->InsertDependFile( lKey, LIST_APPEND ); in IncludeParser() 379 lKey = pTypCon->aFileTab.NewIncFile( aYYSType.string, in IncludeParser() 381 pFName->InsertDependFile( lKey, LIST_APPEND ); in IncludeParser()
|
H A D | rscdb.cxx | 1021 RscDel( RscTop * pRoot, sal_uLong lKey ); 1025 inline RscDel::RscDel( RscTop * pRoot, sal_uLong lKey ) in RscDel() argument 1027 lFileKey = lKey; in RscDel()
|
/aoo41x/main/rsc/source/res/ |
H A D | rscclobj.cxx | 119 ObjNode::ObjNode( const RscId & rId, CLASS_DATA pData, sal_uLong lKey ){ in ObjNode() argument 122 lFileKey = lKey; in ObjNode()
|
/aoo41x/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 1597 void RemoveFile( ULONG lKey ); 2004 RscHrc( RscDataBase *, ULONG lKey ); 2014 void InsertDepend( ULONG lKey, ULONG lPos ); 2052 AliRscHrc::RscHrc( RscDataBase * pDataBase, ULONG lKey ); 2062 lKey Ist der Schl�ssel einer Datei. 2552 RscSrc( RscDataBase * pDataBase, ULONG lKey );
|
Completed in 44 milliseconds