Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/inc/
H A Dlotform.hxx110 inline void LotusToSc::ReadCRD( ScComplexRefData& rCRD, sal_uInt8 nRelBit ) in ReadCRD() argument
113 ReadSRD( rCRD.Ref1, nRelBit ); in ReadCRD()
116 ReadSRD( rCRD.Ref2, nRelBit >> 3 ); in ReadCRD()
/aoo41x/main/sc/source/filter/qpro/
H A Dqproform.cxx36 void QProToSc::ReadSRD( ScSingleRefData& rSRD, sal_Int8 nPage, sal_Int8 nCol, sal_uInt16 nRelBit ) in ReadSRD() argument
38 sal_uInt16 nTmp = nRelBit & 0x1fff; in ReadSRD()
40 if( nRelBit & 0x4000 ) in ReadSRD()
50 if( nRelBit & 0x2000 ) in ReadSRD()
62 if( nRelBit & 0x8000 ) in ReadSRD()
/aoo41x/main/sc/source/filter/lotus/
H A Dlotform.cxx302 void LotusToSc::ReadSRD( ScSingleRefData& rSRD, sal_uInt8 nRelBit ) in ReadSRD() argument
313 rSRD.SetColRel( ( nRelBit & 0x01 ) != 0 ); in ReadSRD()
316 rSRD.SetRowRel( ( nRelBit & 0x02 ) != 0 ); in ReadSRD()
319 rSRD.SetTabRel( ( ( nRelBit & 0x04) != 0 ) || !b3D ); in ReadSRD()

Completed in 19 milliseconds