Home
last modified time | relevance | path

Searched refs:nFilePos (Results 1 – 25 of 28) sorted by path

12

/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1219 sal_uIntPtr nFilePos = bRandom ? (sal_uIntPtr)(nBlockLen*nRecordNo) : (sal_uIntPtr)nRecordNo; in PutGet() local
1220 pStrm->Seek( nFilePos ); in PutGet()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1625 long nFilePos = m_aHeader.db_kopf + (long)(m_nFilePos-1) * m_aHeader.db_slng; in DeleteRow() local
1626 m_pFileStream->Seek(nFilePos); in DeleteRow()
1667 m_pFileStream->Seek(nFilePos); in DeleteRow()
/trunk/main/filter/inc/filter/msfilter/
H A Ddffrecordheader.hxx41 sal_uLong nFilePos; member in DffRecordHeader
43 …DffRecordHeader() : nRecVer(0), nRecInstance(0), nImpVerInst(0), nRecType(0), nRecLen(0), nFilePos in DffRecordHeader()
45 sal_uLong GetRecBegFilePos() const { return nFilePos; } in GetRecBegFilePos()
46 …sal_uLong GetRecEndFilePos() const { return nFilePos + DFF_COMMON_RECORD_HEADER_SIZE + nRecLen;… in GetRecEndFilePos()
47 …void SeekToEndOfRecord(SvStream& rIn) const { rIn.Seek(nFilePos + DFF_COMMON_RECORD_HEADER_SIZE + … in SeekToEndOfRecord()
48 …void SeekToContent( SvStream& rIn) const { rIn.Seek(nFilePos + DFF_COMMON_RECORD_HEADER_SIZE );… in SeekToContent()
49 void SeekToBegOfRecord(SvStream& rIn) const { rIn.Seek( nFilePos ); } in SeekToBegOfRecord()
H A Dmsdffimp.hxx499 virtual sal_Bool ShapeHasText(sal_uLong nShapeId, sal_uLong nFilePos) const;
723 sal_uLong nFilePos; // Offset des BLIP im Daten-Stream member
726 nBLIPType( nBType ), nFilePos( nFPos ), nBLIPSize( nBSize ){} in SvxMSDffBLIPInfo()
732 sal_uLong nFilePos; // Offset des Shape im Kontroll-Stream fuer eventuelle member
743 nFilePos( nFPos ), in SvxMSDffShapeInfo()
752 nFilePos( rInfo.nFilePos ), in SvxMSDffShapeInfo()
/trunk/main/filter/source/msfilter/
H A Ddffrecordheader.cxx29 rRec.nFilePos = rIn.Tell(); in operator >>()
37 …if ( rRec.nRecLen > ( SAL_MAX_UINT32 - rRec.nFilePos ) ) // preserving overflow, optimal would be … in operator >>()
H A Dmsdffimp.cxx252 sal_uLong nFilePos = rIn.Tell(); in ReadPropSet() local
376 rIn.Seek( nFilePos ); in ReadPropSet()
5828 sal_uInt32 nFilePos = rSt.Tell(); in SetDgContainer() local
5837 maDgOffsetTable.Insert( nDrawingId, (void*)nFilePos ); in SetDgContainer()
5838 rSt.Seek( nFilePos ); in SetDgContainer()
6468 rStCtrl.Seek( rInfo.nFilePos ); in GetShape()
6535 pStData->Seek( rInfo.nFilePos ); in GetBLIP()
6549 pStData2->Seek( rInfo.nFilePos ); in GetBLIP()
6753 rRec.nFilePos = rIn.Tell(); in ReadCommonRecordHeader()
H A Dsvdfppt.cxx2248 new PPTOleEntry( aAt.nId, aHd.nFilePos, pShell, nRecType, aAt.nAspect ) ); in SeekOle()
5417 …xtParaPos = ( rExtParaHd.nRecType == PPT_PST_ExtendedParagraphAtom ) ? rExtParaHd.nFilePos + 8 : 0; in Init()
5422 rIn.Seek( rExtParaHd.nFilePos + 8 ); in Init()
6880 aClientTextBoxHd.nFilePos -= DFF_COMMON_RECORD_HEADER_SIZE; in PPTTextObj()
6914 sal_uInt32 nFilePos = rIn.Tell(); in PPTTextObj() local
6993 rIn.Seek( nFilePos ); in PPTTextObj()
/trunk/main/rsc/inc/
H A Drscdb.hxx78 sal_uLong nFilePos; // Position in der Datei ( MTF ) member in RscTypCont
352 void IncFilePos( sal_uLong nOffset ){ nFilePos += nOffset; } in IncFilePos()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx806 nFilePos = 0; in IMPL_LINK_INLINE_END()
1109 aIdTranslator[ nKey ] = nFilePos; in PutTranslatorKey()
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx49 sal_uLong nFilePos; // akt. Position im Stream member
537 pImplData->nFilePos = rInput.Tell(); in SaveState()
564 rInput.Seek( pImplData->nFilePos ); in RestoreState()
/trunk/main/svtools/source/urlobj/
H A Dinetimg.cxx104 sal_Int32 nVal, nAnchorOffset, nAltOffset, nFilePos; in Read() local
107 nFilePos = rIStm.Tell(); in Read()
122 rIStm.Seek( nFilePos + nAltOffset ); in Read()
130 rIStm.Seek( nFilePos + nAnchorOffset ); in Read()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx356 aRootRecordHeader.nFilePos = 0; in import()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx58 Ww1PlainText::Ww1PlainText(Ww1Fib& rWwFib, sal_uLong nFilePos, sal_uLong nCountBytes) in Ww1PlainText() argument
59 : rFib(rWwFib), ulFilePos(nFilePos), ulCountBytes(nCountBytes), in Ww1PlainText()
H A Dw1class.hxx151 Ww1PlainText(Ww1Fib& rWwFib, sal_uLong nFilePos, sal_uLong nCountBytes);
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2026 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument
2036 pSt->Seek( nFilePos ); in WW8PLCFspecial()
2149 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument
2156 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2167 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument
2173 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2181 void WW8PLCF::ReadPLCF( SvStream* pSt, long nFilePos, long nPLCF ) in ReadPLCF() argument
2188 pSt->Seek( nFilePos ); in ReadPLCF()
2305 pSt->Seek( nFilePos ); in WW8PLCFpcd()
2389 : nItemSize(nItemSiz), nFilePos(_nFilePos), nIdx(0), ePLCF(ePl), in WW8Fkp()
[all …]
H A Dww8scan.hxx141 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF,
207 void ReadPLCF( SvStream* pSt, long nFilePos, long nPLCF );
216 WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF,
222 WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF,
255 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct );
391 long nFilePos; // Offset in Stream where last read of 52 bytes took place member in WW8PLCFx_Fc_FKP::WW8Fkp
402 long GetFilePos() const { return nFilePos; } in GetFilePos()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf2.cxx261 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pbInDoc) in ReadGrafFile() argument
265 sal_uLong nPosFc = nFilePos + rPic.cbHeader; in ReadGrafFile()
443 sal_uLong nFilePos ) in ImportGraf1() argument
452 bool bOk = ReadGrafFile(aFileName, pGraph, rPic, pSt, nFilePos, &bInDoc); in ImportGraf1()
H A Dww8par.hxx691 virtual sal_Bool ShapeHasText( sal_uLong nShapeId, sal_uLong nFilePos ) const;
1360 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pDelIt);
1374 SwFrmFmt* ImportGraf1(WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos);
H A Dww8par2.cxx4140 pStStrm->Seek( rSI.nFilePos ); in Import1Style()
4170 ImportGrupx(nSkip, pStd->sgc == 1, rSI.nFilePos & 1); in Import1Style()
4239 rSI.nFilePos = pStStrm->Tell(); // merke FilePos in ScanStyles()
H A Dww8par2.hxx141 long nFilePos; member in SwWW8StyInf
181 nFilePos( 0 ), in SwWW8StyInf()
H A Dww8scan.cxx2207 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument
2217 pSt->Seek( nFilePos ); in WW8PLCFspecial()
2335 WW8_FC nFilePos, in WW8PLCF() argument
2349 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2360 WW8PLCF::WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, in WW8PLCF() argument
2367 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2381 void WW8PLCF::ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF ) in ReadPLCF() argument
2390 pSt->Seek( nFilePos ); in ReadPLCF()
2559 pSt->Seek( nFilePos ); in WW8PLCFpcd()
2659 : nItemSize(nItemSiz), nFilePos(_nFilePos), mnIdx(0), ePLCF(ePl), in WW8Fkp()
[all …]
H A Dww8scan.hxx218 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF,
285 void ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF );
295 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct,
301 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct,
332 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct );
503 long nFilePos; member in WW8PLCFx_Fc_FKP::WW8Fkp
514 long GetFilePos() const { return nFilePos; } in GetFilePos()
/trunk/main/tools/source/stream/
H A Dstream.cxx863 sal_Size nFilePos = Tell(); in ReadCString() local
884 nFilePos += rStr.Len(); in ReadCString()
885 if( Tell() > nFilePos ) in ReadCString()
886 nFilePos++; in ReadCString()
887 Seek( nFilePos ); // seeken wg. obigem BlockRead! in ReadCString()
1845 sal_Size SvStream::Seek( sal_Size nFilePos ) in Seek() argument
1852 nBufFilePos = SeekPos( nFilePos ); in Seek()
1858 if( nFilePos >= nBufFilePos && nFilePos <= (nBufFilePos + nBufActualLen)) in Seek()
1860 nBufActualPos = (sal_uInt16)(nFilePos - nBufFilePos); in Seek()
1880 nBufFilePos = SeekPos( nFilePos ); in Seek()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx171 sal_uInt64 nFilePos = 0; in getPosition() local
172 osl_getFilePos( m_tmpfl, &nFilePos ); in getPosition()
173 return nFilePos; in getPosition()
/trunk/main/vcl/inc/
H A Dimpgraph.hxx152 void ImplSetDocFileName( const String& rName, sal_uLong nFilePos );

Completed in 224 milliseconds

12