Searched refs:ReadXFIndex (Results 1 – 2 of 2) sorted by relevance
194 sal_uInt16 ImportExcel::ReadXFIndex( const ScAddress& rScPos, bool bBiff2 ) in ReadXFIndex() function in ImportExcel282 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, maStrm.GetRecId() == EXC_ID2_BLANK ); in ReadBlank()296 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, true ); in ReadInteger()313 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, maStrm.GetRecId() == EXC_ID2_NUMBER ); in ReadNumber()336 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, bBiff2 ); in ReadLabel()361 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, maStrm.GetRecId() == EXC_ID2_BOOLERR ); in ReadBoolErr()386 sal_uInt16 nXFIdx = ReadXFIndex( aScPos, false ); in ReadRk()
122 sal_uInt16 ReadXFIndex( const ScAddress& rScPos, bool bBiff2 );
Completed in 26 milliseconds