Home
last modified time | relevance | path

Searched refs:nRecPos (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx269 void BiffInputStream::seek( sal_Int64 nRecPos ) in seek() argument
273 if( mbEof || (nRecPos < tell()) ) in seek()
275 if( !mbEof && (nRecPos > tell()) ) in seek()
276 skip( static_cast< sal_Int32 >( nRecPos - tell() ) ); in seek()
H A Ddefnamesbuffer.cxx351 sal_Int64 nRecPos = rStrm.tell(); in importDefinedName() local
359 rStrm.seek( nRecPos ); in importDefinedName()
H A Dformulaparser.cxx1775 sal_Int64 nRecPos = rStrm.tell(); in swapStreamPosition() local
1777 mnAddDataPos = nRecPos; in swapStreamPosition()
2615 sal_Int64 nRecPos = rStrm.tell(); in swapStreamPosition() local
2617 mnAddDataPos = nRecPos; in swapStreamPosition()
H A Dstylesbuffer.cxx938 sal_Int64 nRecPos = rStrm.tell(); in importCfRule() local
941 …OSL_ENSURE( !rStrm.isEof() && (rStrm.tell() <= nRecPos + 64), "Font::importCfRule - font name too … in importCfRule()
942 rStrm.seek( nRecPos + 64 ); in importCfRule()
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx176 for (sal_uInt16 nRecPos = 0; nRecPos < pRecs->Count(); nRecPos++) in SwLabDlg() local
178 if (pRec->aMake == pRecs->GetObject(nRecPos)->aMake && in SwLabDlg()
179 pRec->aType == pRecs->GetObject(nRecPos)->aType) in SwLabDlg()
/trunk/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx246 virtual void seek( sal_Int64 nRecPos );
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx229 sal_uInt16 nRecPos = rStrm.GetRawRecPos() + 4; in Save() local
231 << nRecPos // position from start of SST or CONTINUE in Save()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx3054 sal_Int64 nRecPos = mxStrm->tell(); in implDump() local
3067 if( !mxStrm->isEof() && (mxStrm->tell() == nRecPos) ) in implDump()
3070 dumpRemainingTo( nRecPos + mnRecSize ); in implDump()
H A Dbiffdumper.cxx3398 sal_Int64 nRecPos = rStrm.tell(); in dumpCfRuleProp() local
3400 dumpUnused( static_cast< sal_Int32 >( nRecPos + 64 - rStrm.tell() ) ); in dumpCfRuleProp()

Completed in 107 milliseconds