Lines Matching refs:GetBuffer

413         if ( NULL == (fListing = fopen( pCL->aOutputLst.GetBuffer(), "w" )) )  in RscCompiler()
414 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), pCL->aOutputLst.GetBuffer() ); in RscCompiler()
436 unlink( pString->GetBuffer() ); in ~RscCompiler()
449 unlink( aTmpOutputHxx.GetBuffer() ); in ~RscCompiler()
451 unlink( aTmpOutputCxx.GetBuffer() ); in ~RscCompiler()
453 unlink( aTmpOutputRcCtor.GetBuffer() ); in ~RscCompiler()
455 unlink( aTmpOutputSrc.GetBuffer() ); in ~RscCompiler()
522 pTC->pEH->StdOut( pFName->aFileName.GetBuffer() ); in Start()
554 pTC->pEH->StdOut( pCL->aOutputSrs.GetBuffer(), RscVerbosityVerbose ); in EndCompile()
558 unlink( pCL->aOutputSrs.GetBuffer() ); // Zieldatei loeschen in EndCompile()
564 if( NULL == (foutput = fopen( pCL->aOutputSrs.GetBuffer(), "w" )) ) in EndCompile()
565 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), pCL->aOutputSrs.GetBuffer() ); in EndCompile()
588 pTC->pEH->StdOut( pCL->aOutputHxx.GetBuffer(), RscVerbosityVerbose ); in EndCompile()
592 unlink( pCL->aOutputHxx.GetBuffer() ); // Zieldatei loeschen in EndCompile()
594 unlink( aTmpOutputHxx.GetBuffer() );// TempDatei loeschen in EndCompile()
601 pTC->pEH->StdOut( pCL->aOutputCxx.GetBuffer(), RscVerbosityVerbose ); in EndCompile()
605 unlink( pCL->aOutputCxx.GetBuffer() ); // Zieldatei loeschen in EndCompile()
607 unlink( aTmpOutputCxx.GetBuffer() );// TempDatei loeschen in EndCompile()
614 pTC->pEH->StdOut( pCL->aOutputRcCtor.GetBuffer(), RscVerbosityVerbose ); in EndCompile()
618 unlink( pCL->aOutputRcCtor.GetBuffer() ); // Zieldatei loeschen in EndCompile()
620 unlink( aTmpOutputRcCtor.GetBuffer() );// TempDatei loeschen in EndCompile()
627 unlink( pCL->aOutputSrc.GetBuffer() ); // Zieldatei loeschen in EndCompile()
629 unlink( aTmpOutputSrc.GetBuffer() );// TempDatei loeschen in EndCompile()
635 FILE* fp = fopen( pCL->aTouchFile.GetBuffer(), "w" ); in EndCompile()
642 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), pCL->aTouchFile.GetBuffer() ); in EndCompile()
666 finput = fopen( pFName->aPathName.GetBuffer(), "r" ); in IncludeParser()
671 pFName->aPathName.GetBuffer() ); in IncludeParser()
753 …DirEntry aTmpPath( aTmpName ), aSrsPath( String( pFName->aPathName.GetBuffer(), RTL_TEXTENCODIN… in ParseOneFile()
764 finput = fopen( aParseFile.GetBuffer(), "r" ); in ParseOneFile()
768 pTC->pEH->Error( ERR_OPENFILE, NULL, RscId(), pFName->aPathName.GetBuffer() ); in ParseOneFile()
776 pTC->pEH->StdOut( aParseFile.GetBuffer(), RscVerbosityVerbose ); in ParseOneFile()
922 …setting search path for language %s: %s\n", it->aLangName.GetBuffer(), aSysSearchPath.GetBuffer() … in Link()
957 unlink( it->aOutputRc.GetBuffer() ); in Link()
958 if( rename( aRcTmp.getStr(), it->aOutputRc.GetBuffer() ) ) in Link()
969 chmod( it->aOutputRc.GetBuffer(), S_IRWXU | S_IRWXG | S_IROTH ); in Link()
1007 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputHxx.GetBuffer(), "w" )) ) in Link()
1008 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputHxx.GetBuffer() ); in Link()
1023 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputCxx.GetBuffer(), "w" )) ) in Link()
1024 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputCxx.GetBuffer() ); in Link()
1047 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputRcCtor.GetBuffer(), "w" )) ) in Link()
1048 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputRcCtor.GetBuffer() ); in Link()
1063 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputSrc.GetBuffer(), "w" )) ) in Link()
1064 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputSrc.GetBuffer() ); in Link()
1092 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTemp.GetBuffer() ); in Append()
1124 if( NULL == (fp = fopen( rInput.GetBuffer(), "r"))) in OpenInput()
1125 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), rInput.GetBuffer() ); in OpenInput()
1167 …"Searching image: %s\n", ByteString( aRelPath.GetFull(), RTL_TEXTENCODING_ASCII_US ).GetBuffer() ); in GetImageFilePath()
1174 …g aRelPathStr( aStr.GetBuffer(), aStr.Len(), R… in GetImageFilePath()
1205 …OString aSysPathStr( aSysPathFull.GetBuffer(), aSysPathFull.Len(), RTL_TEXTENCODING_ASCII_US ); in GetImageFilePath()
1211 fprintf( stderr, "ImagePath to add: %s\n", rImagePath.GetBuffer() ); in GetImageFilePath()
1295 sal_Int32 nNumber = atoi( aLine.GetBuffer() ); in PreprocessSrsFile()
1360 pTC->pEH->FatalError( ERR_NOIMAGE, RscId(), aImagesStr.GetBuffer() ); in PreprocessSrsFile()