Lines Matching refs:pChar
1679 const sal_Char* pChar; in PutMsgLine() local
1681 for( pOldPos = pChar = (const sal_Char *) pMsgBuffer->GetData(); nBufSize--; in PutMsgLine()
1682 pChar++ ) in PutMsgLine()
1685 if( *pChar == '\r' || *pChar == '\n' ) in PutMsgLine()
1697 ( pChar[1] == '\r' || pChar[1] == '\n' ) ) in PutMsgLine()
1698 nBufSize--, pChar++; in PutMsgLine()
1702 pOldPos, pChar - pOldPos + 1 ); in PutMsgLine()
1710 pOldPos, pChar - pOldPos + 1 ); in PutMsgLine()
1713 pOldPos = pChar + 1; in PutMsgLine()
1718 ( pChar[1] == '\r' || pChar[1] == '\n' ) ) in PutMsgLine()
1719 nBufSize--, pChar++; in PutMsgLine()
1720 pOldPos = pChar + 1; in PutMsgLine()
1746 pOldPos, pChar - pOldPos + 1 ); in PutMsgLine()
1752 if( pOldPos < pChar ) in PutMsgLine()
1755 pNewStream->Write( pOldPos, pChar - pOldPos ); in PutMsgLine()