Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1579 static char *pLogName = 0; in Flush() local
1580 const sal_Bool bFirstOpen = pLogName ? sal_False : sal_True; in Flush()
1586 pLogName = pName; in Flush()
1591 pLogName = new char[nLen + strlen(pName) + 3]; in Flush()
1593 snprintf( pLogName, sizeof(pLogName), "%s%s", pPath, pName ); in Flush()
1595 snprintf( pLogName, sizeof(pLogName), "%s/%s", pPath, pName ); in Flush()
1598 SvFileStream aStream( String::CreateFromAscii(pLogName), (bFirstOpen in Flush()

Completed in 20 milliseconds