Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/dialog/
H A Dsendreportunx.cxx220 char szBodyFile[L_tmpnam] = ""; in SendReport() local
221 FILE *fp = fopen( tmpnam( szBodyFile ), "w" ); in SendReport()
230 setenv( "ERRORREPORT_BODYFILE", szBodyFile, 1 ); in SendReport()
234 strEnvBodyFile += szBodyFile; in SendReport()
258 if ( szBodyFile[0] ) in SendReport()
260 unlink( szBodyFile ); in SendReport()

Completed in 14 milliseconds