Searched refs:pKeyEOD (Results 1 – 3 of 3) sorted by relevance
45 extern const sal_Unicode pKeyEOD[];116 return ( pRef[ 0 ] == pKeyEOD[0] && in IsEOD()117 pRef[ 1 ] == pKeyEOD[1] && in IsEOD()118 pRef[ 2 ] == pKeyEOD[2] && in IsEOD()119 pRef[ 3 ] == pKeyEOD[3] ); in IsEOD()
301 aOS += pKeyEOD; in ScExportDif()
50 const sal_Unicode pKeyEOD[] = { 'E', 'O', 'D', 0 }; variable
Completed in 21 milliseconds