| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | dffrecordheader.hxx | 41 sal_uLong nFilePos; member in DffRecordHeader 43 …cordHeader() : nRecVer(0), nRecInstance(0), nImpVerInst(0), nRecType(0), nRecLen(0), nFilePos(0) {} 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()
|
| /trunk/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()
|
| /trunk/main/tools/source/stream/ |
| H A D | stream.cxx | 946 sal_Size nFilePos = Tell(); in ReadCString() local 967 nFilePos += rStr.Len(); in ReadCString() 968 if( Tell() > nFilePos ) in ReadCString() 969 nFilePos++; in ReadCString() 970 Seek( nFilePos ); // seeken wg. obigem BlockRead! in ReadCString() 1928 sal_Size SvStream::Seek( sal_Size nFilePos ) in Seek() argument 1935 nBufFilePos = SeekPos( nFilePos ); in Seek() 1941 if( nFilePos >= nBufFilePos && nFilePos <= (nBufFilePos + nBufActualLen)) in Seek() 1943 nBufActualPos = (sal_uInt16)(nFilePos - nBufFilePos); in Seek() 1963 nBufFilePos = SeekPos( nFilePos ); in Seek()
|
| /trunk/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()
|
| /trunk/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 | 2025 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument 2035 pSt->Seek( nFilePos ); in WW8PLCFspecial() 2148 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument 2155 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF() 2166 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument 2172 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF() 2180 void WW8PLCF::ReadPLCF( SvStream* pSt, long nFilePos, long nPLCF ) in ReadPLCF() argument 2187 pSt->Seek( nFilePos ); in ReadPLCF() 2296 WW8PLCFpcd::WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct ) in WW8PLCFpcd() argument 2304 pSt->Seek( nFilePos ); in WW8PLCFpcd() [all …]
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 217 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF, 284 void ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF ); 294 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, 300 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, 331 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct ); 502 long nFilePos; member in WW8PLCFx_Fc_FKP::WW8Fkp 513 long GetFilePos() const { return nFilePos; } in GetFilePos()
|
| H A D | ww8graf2.cxx | 257 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pbInDoc) in ReadGrafFile() argument 261 sal_uLong nPosFc = nFilePos + rPic.cbHeader; in ReadGrafFile() 439 sal_uLong nFilePos ) in ImportGraf1() argument 448 bool bOk = ReadGrafFile(aFileName, pGraph, rPic, pSt, nFilePos, &bInDoc); in ImportGraf1()
|
| H A D | ww8par2.hxx | 140 long nFilePos; member in SwWW8StyInf 180 nFilePos( 0 ), in SwWW8StyInf()
|
| H A D | ww8scan.cxx | 2206 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument 2216 pSt->Seek( nFilePos ); in WW8PLCFspecial() 2334 WW8_FC nFilePos, in WW8PLCF() argument 2348 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF() 2359 WW8PLCF::WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, in WW8PLCF() argument 2366 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF() 2380 void WW8PLCF::ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF ) in ReadPLCF() argument 2389 pSt->Seek( nFilePos ); in ReadPLCF() 2550 WW8PLCFpcd::WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct ) in WW8PLCFpcd() argument 2558 pSt->Seek( nFilePos ); in WW8PLCFpcd() [all …]
|
| H A D | ww8par.hxx | 690 virtual sal_Bool ShapeHasText( sal_uLong nShapeId, sal_uLong nFilePos ) const; 1359 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pDelIt); 1373 SwFrmFmt* ImportGraf1(WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos);
|
| /trunk/main/filter/source/msfilter/ |
| H A D | dffrecordheader.cxx | 29 rRec.nFilePos = rIn.Tell(); in operator >>() 37 …if ( rRec.nRecLen > ( SAL_MAX_UINT32 - rRec.nFilePos ) ) // preserving overflow, optimal would … in operator >>()
|
| H A D | msdffimp.cxx | 249 sal_uLong nFilePos = rIn.Tell(); in ReadPropSet() local 373 rIn.Seek( nFilePos ); in ReadPropSet() 5825 sal_uInt32 nFilePos = rSt.Tell(); in SetDgContainer() local 5834 maDgOffsetTable.Insert( nDrawingId, (void*)nFilePos ); in SetDgContainer() 5835 rSt.Seek( nFilePos ); in SetDgContainer() 6461 rStCtrl.Seek( rInfo.nFilePos ); in GetShape() 6528 pStData->Seek( rInfo.nFilePos ); in GetBLIP() 6542 pStData2->Seek( rInfo.nFilePos ); in GetBLIP() 6746 rRec.nFilePos = rIn.Tell(); in ReadCommonRecordHeader()
|
| H A D | svdfppt.cxx | 2248 … 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/svtools/source/svrtf/ |
| H A D | svparser.cxx | 48 sal_uLong nFilePos; // akt. Position im Stream member 536 pImplData->nFilePos = rInput.Tell(); in SaveState() 563 rInput.Seek( pImplData->nFilePos ); in RestoreState()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/vcl/inc/ |
| H A D | impgraph.hxx | 152 void ImplSetDocFileName( const String& rName, sal_uLong nFilePos );
|
| /trunk/main/rsc/source/parser/ |
| H A D | rscdb.cxx | 806 nFilePos = 0; in IMPL_LINK_INLINE_END() 1109 aIdTranslator[ nKey ] = nFilePos; in PutTranslatorKey()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | graph.hxx | 195 void SetDocFileName( const String& rName, sal_uLong nFilePos );
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|