Home
last modified time | relevance | path

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

/aoo4110/main/rsc/source/rsc/
H A Drsc.cxx450 if( aTmpOutputCxx.Len() ) in ~RscCompiler()
451 unlink( aTmpOutputCxx.GetBuffer() ); in ~RscCompiler()
598 if( aTmpOutputCxx.Len() ) in EndCompile()
606 Append( pCL->aOutputCxx, aTmpOutputCxx ); in EndCompile()
607 unlink( aTmpOutputCxx.GetBuffer() );// TempDatei loeschen in EndCompile()
608 aTmpOutputCxx = ByteString(); in EndCompile()
1022 aTmpOutputCxx = ::GetTmpFileName(); in Link()
1023 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputCxx.GetBuffer(), "w" )) ) in Link()
1024 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputCxx.GetBuffer() ); in Link()
/aoo4110/main/rsc/inc/
H A Drscrsc.hxx97 ByteString aTmpOutputCxx; // Name der TempCxx-Ausgabedatei member in RscCompiler

Completed in 18 milliseconds