Home
last modified time | relevance | path

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

/aoo42x/main/rsc/source/rsc/
H A Drsc.cxx454 if( aTmpOutputSrc.Len() ) in ~RscCompiler()
455 unlink( aTmpOutputSrc.GetBuffer() ); in ~RscCompiler()
624 if( aTmpOutputSrc.Len() ) in EndCompile()
628 Append( pCL->aOutputSrc, aTmpOutputSrc ); in EndCompile()
629 unlink( aTmpOutputSrc.GetBuffer() );// TempDatei loeschen in EndCompile()
630 aTmpOutputSrc = ByteString(); in EndCompile()
1062 aTmpOutputSrc = ::GetTmpFileName(); in Link()
1063 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputSrc.GetBuffer(), "w" )) ) in Link()
1064 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputSrc.GetBuffer() ); in Link()
/aoo42x/main/rsc/inc/
H A Drscrsc.hxx99 ByteString aTmpOutputSrc; // Name der TempSrc-Ausgabedatei member in RscCompiler

Completed in 28 milliseconds