Home
last modified time | relevance | path

Searched refs:Tell (Results 101 – 125 of 235) sorted by relevance

12345678910

/trunk/main/libxmlsec/
H A Dxmlsec1-os2.patch25 # Tell versions [3.59,3.63) of GNU make to not export all variables.
62 # Tell versions [3.59,3.63) of GNU make to not export all variables.
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx750 sal_uIntPtr nPos = rStrm.Tell(); in LoadData()
754 sal_uIntPtr nNewPos = rStrm.Tell(); in LoadData()
779 sal_uIntPtr nPos = rStrm.Tell(); in StoreData()
783 sal_uIntPtr nNew = rStrm.Tell(); in StoreData()
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx114 sal_uLong nCurPos = mpRAS->Tell(); in ReadRAS()
160 sal_uLong nCurPos = mpRAS->Tell(); in ReadRAS()
/trunk/main/svtools/source/graphic/
H A Dgraphic.cxx253 return ::com::sun::star::uno::Sequence<sal_Int8>( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getDIB()
272 return ::com::sun::star::uno::Sequence<sal_Int8>( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getMaskDIB()
/trunk/main/vcl/source/gdi/
H A Dpngread.cxx234 const sal_Size nStreamPos = mrPNGStream.Tell(); in PNGReaderImpl()
236 mnStreamSize = mrPNGStream.Tell(); in PNGReaderImpl()
299 const sal_Size nStreamPos = mrPNGStream.Tell(); in ReadNextChunk()
361 const sal_Size nStreamPos = mrPNGStream.Tell(); in SkipRemainingChunks()
H A Danimate.cxx872 sal_uLong nStmPos = rIStm.Tell(); in operator >>()
878 nStmPos = rIStm.Tell(); in operator >>()
892 nStmPos = rIStm.Tell(); in operator >>()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx409 …etaCommentAction( aComment, 0, (const sal_uInt8*)aReplacement.GetData(), aReplacement.Tell() ) ) ); in CreateMtfReplacementAction()
526 sal_uInt32 nOrigPos = nPSStreamPos = rStream.Tell(); in GraphicImport()
578 sal_uInt32 nBufStartPos = rStream.Tell(); in GraphicImport()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx305 sal_uIntPtr nStreamPos = rIStm.Tell(); in ReadAsynchron()
307 sal_uIntPtr nMaxPos = rIStm.Tell(); in ReadAsynchron()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx73 sal_uInt32 nOldPos = rStrm.Tell(); in TestBeltAndBraces()
1599 return new WW8PLCFpcd( pStr, pStr->Tell(), nPLCFfLen, 8 ); in OpenPieceTable()
2034 long nOldPos = pSt->Tell(); in WW8PLCFspecial()
2186 long nOldPos = pSt->Tell(); in ReadPLCF()
2303 long nOldPos = pSt->Tell(); in WW8PLCFpcd()
2392 long nOldPos = pSt->Tell(); in WW8Fkp()
2433 sal_uInt32 nCurr = pDataSt->Tell(); in WW8Fkp()
3639 sal_uLong nOldPos = rStrm.Tell(); in WW8ReadSTTBF()
5161 long nOldPos = rSt.Tell(); in WW8Fib()
5243 sal_uLong nPos = rStrm.Tell(); in Write()
[all …]
H A Dww8dout.cxx91 long pos = rSt.Tell(); in filepos()
359 long nCurr = xDataStream->Tell(); in OutHugeHex()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx708 pEntry->nOffset = pTmpStm->Tell(); in Actualize()
788 if( pIStm->Tell() >= 520 ) in CreateThemeEntry()
1446 const long nReservePos = rOStm.Tell(); in WriteData()
1454 const long nRest = Max( 512L - ( (long) rOStm.Tell() - nReservePos ), 0L ); in WriteData()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx75 sal_uInt32 nOldPos = rStrm.Tell(); in TestBeltAndBraces()
1861 long nOldPos = pTblSt->Tell(); in WW8ScannerBase()
2215 long nOldPos = pSt->Tell(); in WW8PLCFspecial()
2388 sal_Size nOldPos = pSt->Tell(); in ReadPLCF()
2557 long nOldPos = pSt->Tell(); in WW8PLCFpcd()
2662 long nOldPos = pSt->Tell(); in WW8Fkp()
4025 sal_uLong nOldPos = rStrm.Tell(); in WW8ReadSTTBF()
5699 long nOldPos = rSt.Tell(); in WW8Fib()
5823 sal_uLong nPos = rStrm.Tell(); in WriteHeader()
5912 sal_uLong nPos = rStrm.Tell(); in Write()
[all …]
H A Dww8par2.cxx3881 if ( pSt->Tell() & 0x1 ) in WW8SkipOdd()
3892 if (!(pSt->Tell() & 0x1)) in WW8SkipEven()
3932 sal_Size nPos = pStStrm->Tell(); // falls etwas falsch interpretiert in ImportUPX()
3936 if ( pStStrm->Tell() != nPos + cbUPX ) in ImportUPX()
4161 long nPos = pStStrm->Tell(); in Import1Style()
4239 rSI.nFilePos = pStStrm->Tell(); // merke FilePos in ScanStyles()
4570 aCHPXOffsets.at(stcp).mnOffset = rSt.Tell(); in ImportOldFormatStyles()
4611 aPAPXOffsets[stcp].mnOffset = rSt.Tell(); in ImportOldFormatStyles()
H A Dww8par5.cxx350 long nOldPos = pStrm->Tell(); in Read_Book()
1014 long nOldPos = pStrm->Tell(); in Read_Field()
1038 long nOldPos = pStrm->Tell(); in Read_Field()
1185 long nOldPos = pStrm->Tell(); in Read_F_Tag()
1247 long nOldPos = pStrm->Tell(); in GetFieldResult()
3755 long nOldPos = pStrm->Tell(); in Read_FldVanish()
H A Dww8graf2.cxx320 long nData = rPic.lcb - ( pSt->Tell() - nPosFc ); in ReadGrafFile()
518 sal_uLong nOldPos = pDataStream->Tell(); in ImportGraf()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx487 sal_Size nStartPos = rOStream.Tell(); in Store()
498 sal_Size nEndPos = rOStream.Tell(); in Store()
509 sal_uLong nStartPos = rIStream.Tell(); in Create()
547 sal_Size nStartPos = rIStream.Tell(); in Skip()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx83 m_nStartRowFilePos = m_pFileStream->Tell(); in fillColumns()
452 sal_Int32 nSize = m_pFileStream->Tell(); in construct()
972 _rnCurrentPos = m_pFileStream->Tell(); in readLine()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx356 nActualFieldStartPos=pMET->Tell(); in WriteFieldIntroducer()
366 nPos=pMET->Tell(); in UpdateFieldSize()
1130 if (pMET->Tell()-nActualFieldStartPos+nNextOrderMaximumLength>30000) in WillWriteOrder()
2425 nDataFieldsStartPos=pMET->Tell(); in WriteGraphicsObject()
2448 nPos=pMET->Tell(); in WriteGraphicsObject()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx340 sal_uIntPtr nStreamLen = mpOStm->Tell(); in GetGraphicObject()
350 nStreamLen = mpOStm->Tell(); in GetGraphicObject()
369 sal_uIntPtr nStreamLen_ = pDest->Tell(); in GetGraphicObject()
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx48 nLastPos ( rStm.Tell() ), in GIFReader()
775 nLastPos = rIStm.Tell(); in ProcessGIF()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3285 if( rDffStrm.Tell() > 0 ) in ProcessDrawing()
3606 while( rDffStrm.Tell() < nEndPos ) in ProcessDgContainer()
3635 while( rDffStrm.Tell() < nEndPos ) in ProcessShGrContainer()
3764 …DBG_ASSERT( maDffStrm.Tell() == 0, "XclImpDrawing::ReadObj - unexpected DFF stream data, OBJ will … in ReadObj()
3765 if( maDffStrm.Tell() == 0 ) switch( GetBiff() ) in ReadObj()
3941 if( aMemStrm.Tell() == 0 ) in ReadBmp()
3964 maObjMap[ maDffStrm.Tell() ] = xDrawObj; in ReadObj8()
3976 maTextMap[ maDffStrm.Tell() ] = xTextData; in ReadTxo()
/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx199 sal_uLong nCurStreamPos = mpTGA->Tell(); in ImplReadHeader()
201 sal_uLong nTemp = mpTGA->Tell(); in ImplReadHeader()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx331 nStreamPosition = rTargetStream.Tell(); in WritePS()
348 nPSPosition = rTargetStream.Tell(); in WritePS()
401 sal_uInt32 nPosition = rTargetStream.Tell(); in WritePS()
1056 mnLatestPush = mpPS->Tell(); in ImplWriteActions()
1087 sal_uInt32 nCurrentPos = mpPS->Tell(); in ImplWriteActions()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx1263 const sal_uInt32 nImgListStartPos = aIStm.Tell(); in PreprocessSrsFile()
1307 const sal_uInt32 nImgListEndPos = aIStm.Tell(); in PreprocessSrsFile()
1309 while( aIStm.Tell() < nImgListEndPos ) in PreprocessSrsFile()
/trunk/main/filter/source/msfilter/
H A Ddffrecordheader.cxx29 rRec.nFilePos = rIn.Tell(); in operator >>()

Completed in 253 milliseconds

12345678910