Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBoolErrCell.java40 private byte fError; field in BoolErrCell
51 public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { in BoolErrCell() argument
55 this.fError = (byte)fError; in BoolErrCell()
90 output.write(fError); in write()
105 fError = (byte) input.read(); in read()
109 " fError : " + fError); in read()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8graf2.cxx446 if( pSt->IsEof() || rPic.fError || rPic.MFP.mm == 99 ) in ImportGraf1()
781 pPic->fError = (pPicS->aBits1[0] & 0x80) >> 7; in WW8PicShadowToReal()
H A Dww8struc.hxx400 sal_Int16 fError : 1; // 0080 ==1, when picture is just an error message member
/aoo4110/main/sc/source/filter/excel/
H A Dxilink.cxx427 double fError = XclTools::ErrorToDouble( p->GetXclError() ); in LoadCachedValues() local
428 ScExternalRefCache::TokenRef pToken(new formula::FormulaDoubleToken(fError)); in LoadCachedValues()
/aoo4110/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx373 sal_Int16 fError : 1; // 0080 ==1, when picture is just an error message member

Completed in 42 milliseconds