Home
last modified time | relevance | path

Searched refs:Tell (Results 51 – 75 of 235) sorted by relevance

12345678910

/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx64 int nPreviousPos = m_aStream.Tell(); in getSize()
69 int nLen = m_aStream.Tell(); in getSize()
88 int nPreviousPos = m_aStream.Tell(); in SEQ()
92 int nBytes = m_aStream.Tell(); in SEQ()
/trunk/main/framework/source/fwe/classes/
H A Dimagewrapper.cxx83 return Sequence< sal_Int8 >( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getDIB()
95 return Sequence< sal_Int8 >( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getMaskDIB()
101 return Sequence< sal_Int8 >( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getMaskDIB()
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx1105 nMaxPos = nOrigPos = pTIFF->Tell(); in ReadTIFF()
1133 nMaxPos = Max( pTIFF->Tell(), nMaxPos ); in ReadTIFF()
1149 nMaxPos = Max( pTIFF->Tell(), nMaxPos ); in ReadTIFF()
1151 nMaxPos = Max( pTIFF->Tell(), nMaxPos ); in ReadTIFF()
1195 nPos = pTIFF->Tell(); in ReadTIFF()
1271 nMaxPos = Max( pTIFF->Tell(), nMaxPos ); in ReadTIFF()
1273 nMaxPos = Max( pTIFF->Tell(), nMaxPos ); in ReadTIFF()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx2254 nPos=pOS2MET->Tell(); in ReadFont()
2335 nPos=pOS2MET->Tell(); in ReadField()
2416 nPos=pOS2MET->Tell(); in ReadField()
2458 nMaxPos=pOS2MET->Tell(); in ReadField()
2488 nPos=pOS2MET->Tell(); in ReadField()
2490 if (nPos+nOrderLen < pOS2MET->Tell()) { in ReadField()
2517 nPos=pOS2MET->Tell(); in ReadField()
2553 nOrigPos = pOS2MET->Tell(); in ReadOS2MET()
2612 nStartPos=pOS2MET->Tell(); in ReadOS2MET()
2616 nPos=pOS2MET->Tell(); in ReadOS2MET()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx159 pFib->fcPlcfLst = pTableStrm->Tell(); in WriteNumbering()
163 pFib->lcbPlcfLst = pTableStrm->Tell() - pFib->fcPlcfLst; in WriteNumbering()
588 pFib->fcPlfLfo = pTableStrm->Tell(); in OutOverrideListTab()
600 pFib->lcbPlfLfo = pTableStrm->Tell() - pFib->fcPlfLfo; in OutOverrideListTab()
611 pFib->fcSttbListNames = pTableStrm->Tell(); in OutListNamesTab()
629 pFib->lcbSttbListNames = pTableStrm->Tell() - pFib->fcSttbListNames; in OutListNamesTab()
H A Dwrtw8nds.cxx922 sal_uLong nDataStt = m_rWW8Export.pDataStrm->Tell(); in StartURL()
923 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell() ); in StartURL()
938 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), sizeof( aArr1 ), aArr1 ); in StartURL()
1044 m_rWW8Export.pDataStrm->Tell() - nDataStt ); in StartURL()
1103 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), aItems.Count(), in FieldVanish()
1107 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), nStt_sprmCFSpec, in FieldVanish()
1110 m_rWW8Export.pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), aItems.Count(), in FieldVanish()
1607 …m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), m_rWW8… in FormatDrop()
2415 … m_rWW8Export.pPapPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell(), m_rWW8Export.pO->Count(), in TableNodeInfo()
2435 if ( WW8_CP nPos = Fc2Cp( Strm().Tell() ) )
[all …]
/trunk/main/tools/source/stream/
H A Dcachestr.cxx144 sal_uIntPtr nPos = pCurrentStream->Tell(); in SwapOut()
185 && pCurrentStream->Tell() + nSize > nMaxSize ) in PutData()
272 sal_uIntPtr nTemp = Tell(); in GetSize()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1129 const sal_uLong nStartPos = rIStm.Tell(); in ImplReadEmbedded()
1199 nHeaderLen = rIStm.Tell() - nStartPos; in ImplReadEmbedded()
1378 nDataFieldPos = rOStm.Tell(); in ImplWriteEmbedded()
1392 nDataFieldPos = rOStm.Tell(); in ImplWriteEmbedded()
1409 const sal_uLong nDataStart = rOStm.Tell(); in ImplWriteEmbedded()
1416 const sal_uLong nStmPos2 = rOStm.Tell(); in ImplWriteEmbedded()
1734 const sal_uLong nStmPos1 = rIStm.Tell(); in operator >>()
1800 sal_uLong nActPos = rIStm.Tell(); in operator >>()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx168 const sal_uLong nHeaderPos = rOStm.Tell(); in WriteEMF()
231 const sal_uLong nEndPos = mpStm->Tell(); mpStm->Seek( nHeaderPos ); in WriteEMF()
287 mnRecordPos = mpStm->Tell(); in ImplBeginRecord()
302 sal_Int32 nFillBytes, nActPos = mpStm->Tell(); in ImplEndRecord()
748 const sal_uLong nOffPos = mpStm->Tell(); in ImplWriteBmpRecord()
756 sal_uInt32 nDIBSize = aMemStm.Tell(), nHeaderSize, nCompression, nColsUsed, nPalCount, nImageSize; in ImplWriteBmpRecord()
772 const sal_uLong nEndPos = mpStm->Tell(); in ImplWriteBmpRecord()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx140 InsertPersistOffset( mnNextKey, mpOutStrm->Tell() ); in InitNextDffFragment()
148 ReplacePersistOffset( mnNextKey, mpOutStrm->Tell() ); in UpdateDffFragmentEnd()
424 sal_uInt32 nStrmStart = static_cast< sal_uInt32 >( mxCtlsStrm->Tell() ); in CreateOCXCtrlObj()
429 sal_uInt32 nStrmSize = static_cast< sal_uInt32 >( mxCtlsStrm->Tell() - nStrmStart ); in CreateOCXCtrlObj()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx465 sal_uLong nStreamPos = rInput.Tell(); in ScanText()
546 DBG_ASSERT( rInput.Tell() - nStreamPos == in ScanText()
576 DBG_ASSERT( rInput.Tell()-nStreamPos == in ScanText()
621 DBG_ASSERT( rInput.Tell()-nStreamPos == in ScanText()
906 sal_uLong nStreamPos = rInput.Tell(); in _GetNextRawToken()
1138 sal_uLong nStreamPos = rInput.Tell(); in _GetNextToken()
1219 nCStreamPos = rInput.Tell(); in _GetNextToken()
1303 sal_uLong nCStreamPos = rInput.Tell(); in _GetNextToken()
/trunk/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx241 mxProgress->ProgressAbs( mrStrm.Tell() ); in Progress()
246 sal_Size nPos = mrStrm.Tell(); in Init()
248 sal_Size nSize = mrStrm.Tell(); in Init()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx668 nPos = pPict->Tell(); in WriteOpcode_Text()
691 if (((pPict->Tell()-nPos)&1)!=0) in WriteOpcode_Text()
974 nDstMapPos=pPict->Tell(); in WriteOpcode_BitsRect()
1009 nDstRowPos = pPict->Tell(); in WriteOpcode_BitsRect()
1077 nPos = pPict->Tell(); in WriteOpcode_BitsRect()
1172 nDstMapPos=pPict->Tell(); in WriteOpcode_BitsRect()
1208 nDstRowPos = pPict->Tell(); in WriteOpcode_BitsRect()
1272 nPos = pPict->Tell(); in WriteOpcode_BitsRect()
1292 if ( ( ( pPict->Tell() - nDstMapPos ) & 1 ) != 0 ) in WriteOpcode_BitsRect()
2208 nPos=pPict->Tell(); in UpdateHeader()
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx191 if( bSwitchToUCS2 && 0 == rInput.Tell() ) in GetNextChar()
227 nNextChPos = rInput.Tell(); in GetNextChar()
235 if( 2 == rInput.Tell() && in GetNextChar()
537 pImplData->nFilePos = rInput.Tell(); in SaveState()
/trunk/main/basic/source/classes/
H A Dimage.cxx89 sal_uIntPtr nPos = r.Tell(); in SbiOpenRecord()
97 sal_uIntPtr nPos = r.Tell(); in SbiCloseRecord()
125 sal_uIntPtr nLast = r.Tell() + nLen; in Load()
145 while( ( nNext = r.Tell() ) < nLast ) in Load()
/trunk/main/idl/inc/
H A Dlex.hxx171 sal_uLong n = Tell(); in SetMax()
246 sal_uInt32 Tell() const in Tell() function in SvTokenStream
255 pCurToken = aTokList.Seek( Tell() + nRelPos ); in SeekRel()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx234 sal_uLong SvOutputStreamOpenLockBytes::Tell() const in Tell() function in SvOutputStreamOpenLockBytes
599 m_nSeekedFrom = Tell(); in SeekPos()
605 return Tell(); //@@@ in SeekPos()
608 return Tell(); in SeekPos()
630 return Tell(); in SeekPos()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx1103 sal_uLong nCur = rSrc.Tell(); in Copy()
1145 sal_uLong old = pStrm->Tell(); in GetSize()
1164 sal_uLong nCur = Tell(); in SetSize()
1208 sal_uLong nCur = Tell(); in SetSize()
1233 sal_uInt32 nCur = Tell(); in PutData()
1259 return Tell(); in SeekPos()
H A Dstorage.cxx173 nPos = pOwnStm->Tell(); in SyncSvStream()
271 sal_uLong nPos = Tell(); in SetSize()
296 sal_uLong nPos = Tell(); in GetSize()
298 sal_uLong nSize = Tell(); in GetSize()
315 sal_uLong nPos = Tell(); // Position merken in CopyTo()
918 long nPos = pStream->Tell(); in IsStorageFile()
/trunk/main/svx/source/table/
H A Dtablertfexporter.cxx184 sal_uLong nStrmPos = mrStrm.Tell(); in WriteRow()
188 if ( mrStrm.Tell() - nStrmPos > 255 ) in WriteRow()
191 nStrmPos = mrStrm.Tell(); in WriteRow()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx255 sal_uLong nStreamPos = rStream.Tell(); in ImpPeekGraphicFormat()
258 sal_uLong nStreamLen = rStream.Tell() - nStreamPos; in ImpPeekGraphicFormat()
268 nStreamLen = rStream.Tell() - nStreamPos; in ImpPeekGraphicFormat()
324 if (nStreamLen < rStream.Tell() + nFieldSize ) { bOK=sal_False; break; } in ImpPeekGraphicFormat()
1371 sal_uLong nStreamPos = rIStream.Tell(); in CanImportGraphic()
1467 nStmBegin = rIStream.Tell(); in ImportGraphic()
1584 const sal_uInt32 nStmPos(rIStream.Tell()); in ImportGraphic()
1779 const sal_uLong nStmEnd = rIStream.Tell(); in ImportGraphic()
2101 …com::sun::star::uno::Sequence< sal_Int8 > aMtfSeq( (sal_Int8*) aMemStm.GetData(), aMemStm.Tell() ); in ExportGraphic()
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx190 sal_uLong nStrmPos = rStrm.Tell(); in WriteRow()
194 if ( rStrm.Tell() - nStrmPos > 255 ) in WriteRow()
197 nStrmPos = rStrm.Tell(); in WriteRow()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx172 pData = rtl_allocateMemory( bytes = aStream.Tell() ); in getStreamBuffer()
250 int nBytes = bytes - aStream.Tell(); in constructFromStreamBuffer()
251 void* pRemain = alloca( bytes - aStream.Tell() ); in constructFromStreamBuffer()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfgrprd.cxx42 sal_uLong nOldFilePos = rIStm.Tell(); in DXFReadLine()
81 if( rIStm.Tell() > nOldFilePos ) in DXFReadLine()
114 nFileSize=rIS.Tell(); in DXFGroupReader()
/trunk/main/svl/source/items/
H A Dstyle.cxx953 sal_uInt32 nPos = rStream.Tell(); in Load()
970 nPos = rStream.Tell() + nSize; in Load()
1054 sal_uInt32 nPos = rStream.Tell(); in Load1_Impl()
1070 nPos = rStream.Tell() + nSize; in Load1_Impl()
1221 sal_uLong nPos1 = rStream.Tell(); in Store()
1224 sal_uLong nPos2 = rStream.Tell(); in Store()

Completed in 204 milliseconds

12345678910