Searched refs:NoteLen (Results 1 – 1 of 1) sorted by relevance
1716 sal_uInt16 NoteLen; in LoadCol() local1717 rStream >> NoteLen; in LoadCol()1718 if (NoteLen != 0) in LoadCol()1720 sal_Char* pNote = new sal_Char[NoteLen+1]; in LoadCol()1721 rStream.Read(pNote, NoteLen); in LoadCol()1722 pNote[NoteLen] = 0; in LoadCol()
Completed in 34 milliseconds