Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/starcalc/
H A Dscflt.cxx1716 sal_uInt16 NoteLen; in LoadCol() local
1717 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 39 milliseconds