/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | dffrecordheader.hxx | 41 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 D | msdffimp.hxx | 499 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()
|
/aoo41x/main/svtools/source/urlobj/ |
H A D | inetimg.cxx | 104 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()
|
/aoo41x/main/tools/source/stream/ |
H A D | stream.cxx | 931 sal_Size nFilePos = Tell(); in ReadCString() local 952 nFilePos += rStr.Len(); in ReadCString() 953 if( Tell() > nFilePos ) in ReadCString() 954 nFilePos++; in ReadCString() 955 Seek( nFilePos ); // seeken wg. obigem BlockRead! in ReadCString() 1913 sal_Size SvStream::Seek( sal_Size nFilePos ) in Seek() argument 1920 nBufFilePos = SeekPos( nFilePos ); in Seek() 1926 if( nFilePos >= nBufFilePos && nFilePos <= (nBufFilePos + nBufActualLen)) in Seek() 1928 nBufActualPos = (sal_uInt16)(nFilePos - nBufFilePos); in Seek() 1948 nBufFilePos = SeekPos( nFilePos ); in Seek()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpinpstr.cxx | 171 sal_uInt64 nFilePos = 0; in getPosition() local 172 osl_getFilePos( m_tmpfl, &nFilePos ); in getPosition() 173 return nFilePos; in getPosition()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 141 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()
|
H A D | ww8scan.cxx | 2026 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 …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 218 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()
|
H A D | ww8graf2.cxx | 261 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 D | ww8par2.hxx | 141 long nFilePos; member in SwWW8StyInf 181 nFilePos( 0 ), in SwWW8StyInf()
|
H A D | ww8scan.cxx | 2207 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 D | ww8par.hxx | 691 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 D | ww8par2.cxx | 4140 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()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | dffrecordheader.cxx | 30 rRec.nFilePos = rIn.Tell(); in operator >>() 38 …if ( rRec.nRecLen > ( SAL_MAX_UINT32 - rRec.nFilePos ) ) // preserving overflow, optimal would be … in operator >>()
|
H A D | msdffimp.cxx | 252 sal_uLong nFilePos = rIn.Tell(); in ReadPropSet() local 376 rIn.Seek( nFilePos ); in ReadPropSet() 5815 sal_uInt32 nFilePos = rSt.Tell(); in SetDgContainer() local 5824 maDgOffsetTable.Insert( nDrawingId, (void*)nFilePos ); in SetDgContainer() 5825 rSt.Seek( nFilePos ); in SetDgContainer() 6428 rStCtrl.Seek( rInfo.nFilePos ); in GetShape() 6495 pStData->Seek( rInfo.nFilePos ); in GetBLIP() 6509 pStData2->Seek( rInfo.nFilePos ); in GetBLIP() 6713 rRec.nFilePos = rIn.Tell(); in ReadCommonRecordHeader()
|
/aoo41x/main/svtools/source/svrtf/ |
H A D | svparser.cxx | 49 sal_uLong nFilePos; // akt. Position im Stream member 537 pImplData->nFilePos = rInput.Tell(); in SaveState() 564 rInput.Seek( pImplData->nFilePos ); in RestoreState()
|
/aoo41x/main/rsc/inc/ |
H A D | rscdb.hxx | 78 sal_uLong nFilePos; // Position in der Datei ( MTF ) member in RscTypCont 352 void IncFilePos( sal_uLong nOffset ){ nFilePos += nOffset; } in IncFilePos()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | graph.cxx | 703 void Graphic::SetDocFileName( const String& rName, sal_uLong nFilePos ) in SetDocFileName() argument 705 mpImpGraphic->ImplSetDocFileName( rName, nFilePos ); in SetDocFileName()
|
H A D | impgraph.cxx | 1099 void ImpGraphic::ImplSetDocFileName( const String& rName, sal_uLong nFilePos ) in ImplSetDocFileName() argument 1106 mnDocFilePos = nFilePos; in ImplSetDocFileName()
|
/aoo41x/main/vcl/inc/ |
H A D | impgraph.hxx | 152 void ImplSetDocFileName( const String& rName, sal_uLong nFilePos );
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | graph.hxx | 195 void SetDocFileName( const String& rName, sal_uLong nFilePos );
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscdb.cxx | 806 nFilePos = 0; in IMPL_LINK_INLINE_END() 1109 aIdTranslator[ nKey ] = nFilePos; in PutTranslatorKey()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1class.cxx | 58 Ww1PlainText::Ww1PlainText(Ww1Fib& rWwFib, sal_uLong nFilePos, sal_uLong nCountBytes) in Ww1PlainText() argument 59 : rFib(rWwFib), ulFilePos(nFilePos), ulCountBytes(nCountBytes), in Ww1PlainText()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1625 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()
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods1.cxx | 1219 sal_uIntPtr nFilePos = bRandom ? (sal_uIntPtr)(nBlockLen*nRecordNo) : (sal_uIntPtr)nRecordNo; in PutGet() local 1220 pStrm->Seek( nFilePos ); in PutGet()
|