Home
last modified time | relevance | path

Searched refs:aTmpOutputHxx (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/rsc/source/rsc/
H A Drsc.cxx448 if( aTmpOutputHxx.Len() ) in ~RscCompiler()
449 unlink( aTmpOutputHxx.GetBuffer() ); in ~RscCompiler()
585 if ( aTmpOutputHxx.Len() ) in EndCompile()
593 Append( pCL->aOutputHxx, aTmpOutputHxx ); in EndCompile()
594 unlink( aTmpOutputHxx.GetBuffer() );// TempDatei loeschen in EndCompile()
595 aTmpOutputHxx = ByteString(); in EndCompile()
1006 aTmpOutputHxx = ::GetTmpFileName(); in Link()
1007 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputHxx.GetBuffer(), "w" )) ) in Link()
1008 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputHxx.GetBuffer() ); in Link()
/aoo4110/main/rsc/inc/
H A Drscrsc.hxx96 ByteString aTmpOutputHxx; // Name der TempHxx-Ausgabedatei member in RscCompiler

Completed in 19 milliseconds