Searched refs:fError (Results 1 – 5 of 5) sorted by relevance
40 private byte fError; field in BoolErrCell51 public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { in BoolErrCell() argument55 this.fError = (byte)fError; in BoolErrCell()90 output.write(fError); in write()105 fError = (byte) input.read(); in read()109 " fError : " + fError); in read()
446 if( pSt->IsEof() || rPic.fError || rPic.MFP.mm == 99 ) in ImportGraf1()781 pPic->fError = (pPicS->aBits1[0] & 0x80) >> 7; in WW8PicShadowToReal()
400 sal_Int16 fError : 1; // 0080 ==1, when picture is just an error message member
427 double fError = XclTools::ErrorToDouble( p->GetXclError() ); in LoadCachedValues() local428 ScExternalRefCache::TokenRef pToken(new formula::FormulaDoubleToken(fError)); in LoadCachedValues()
373 sal_Int16 fError : 1; // 0080 ==1, when picture is just an error message member
Completed in 41 milliseconds