Searched refs:nRecPos (Results 1 – 9 of 9) sorted by relevance
269 void BiffInputStream::seek( sal_Int64 nRecPos ) in seek() argument273 if( mbEof || (nRecPos < tell()) ) in seek()275 if( !mbEof && (nRecPos > tell()) ) in seek()276 skip( static_cast< sal_Int32 >( nRecPos - tell() ) ); in seek()
351 sal_Int64 nRecPos = rStrm.tell(); in importDefinedName() local359 rStrm.seek( nRecPos ); in importDefinedName()
1775 sal_Int64 nRecPos = rStrm.tell(); in swapStreamPosition() local1777 mnAddDataPos = nRecPos; in swapStreamPosition()2615 sal_Int64 nRecPos = rStrm.tell(); in swapStreamPosition() local2617 mnAddDataPos = nRecPos; in swapStreamPosition()
938 sal_Int64 nRecPos = rStrm.tell(); in importCfRule() local941 …OSL_ENSURE( !rStrm.isEof() && (rStrm.tell() <= nRecPos + 64), "Font::importCfRule - font name too … in importCfRule()942 rStrm.seek( nRecPos + 64 ); in importCfRule()
176 for (sal_uInt16 nRecPos = 0; nRecPos < pRecs->Count(); nRecPos++) in SwLabDlg() local178 if (pRec->aMake == pRecs->GetObject(nRecPos)->aMake && in SwLabDlg()179 pRec->aType == pRecs->GetObject(nRecPos)->aType) in SwLabDlg()
246 virtual void seek( sal_Int64 nRecPos );
229 sal_uInt16 nRecPos = rStrm.GetRawRecPos() + 4; in Save() local231 << nRecPos // position from start of SST or CONTINUE in Save()
3054 sal_Int64 nRecPos = mxStrm->tell(); in implDump() local3067 if( !mxStrm->isEof() && (mxStrm->tell() == nRecPos) ) in implDump()3070 dumpRemainingTo( nRecPos + mnRecSize ); in implDump()
3398 sal_Int64 nRecPos = rStrm.tell(); in dumpCfRuleProp() local3400 dumpUnused( static_cast< sal_Int32 >( nRecPos + 64 - rStrm.tell() ) ); in dumpCfRuleProp()
Completed in 129 milliseconds