Lines Matching refs:lFileKey
440 void RscTypCont :: WriteInc( FILE * fOutput, sal_uLong lFileKey ) in WriteInc() argument
444 if( NOFILE_INDEX == lFileKey ) in WriteInc()
463 pFName = aFileTab.Get( lFileKey ); in WriteInc()
469 if( pDep->GetFileKey() != lFileKey ) in WriteInc()
502 sal_uLong lFileKey; // Welche src-Datei member in RscEnumerateObj
573 if( pObjNode->GetFileKey() == lFileKey ){ in IMPL_LINK_INLINE_START()
594 if( pClass->IsCodeWriteable() && pObjNode->GetFileKey() == lFileKey ) in IMPL_LINK_INLINE_END()
613 if( pClass->IsCodeWriteable() && pObjNode->GetFileKey() == lFileKey ) in IMPL_LINK_INLINE_END()
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()
720 ERRTYPE WriteHxx( sal_uLong lFileKey ) in WriteHxx() argument
722 aEnumObj.lFileKey = lFileKey; in WriteHxx()
1018 sal_uLong lFileKey; member in RscDel
1027 lFileKey = lKey; in RscDel()
1034 pNode->pObjBiTree = pNode->GetObjNode()->DelObjNode( pNode, lFileKey ); in IMPL_LINK_INLINE_START()
1039 void RscTypCont :: Delete( sal_uLong lFileKey ){ in IMPL_LINK_INLINE_END()
1041 RscDel aDel( pRoot, lFileKey ); in IMPL_LINK_INLINE_END()
1043 aFileTab.DeleteFileContext( lFileKey ); in IMPL_LINK_INLINE_END()