Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1585 static char *pLogName = 0; in Flush() local
1586 const sal_Bool bFirstOpen = pLogName ? sal_False : sal_True; in Flush()
1592 pLogName = pName; in Flush()
1597 pLogName = new char[nLen + strlen(pName) + 3]; in Flush()
1599 snprintf( pLogName, sizeof(pLogName), "%s%s", pPath, pName ); in Flush()
1601 snprintf( pLogName, sizeof(pLogName), "%s/%s", pPath, pName ); in Flush()
1604 SvFileStream aStream( String::CreateFromAscii(pLogName), (bFirstOpen in Flush()

Completed in 28 milliseconds