Home
last modified time | relevance | path

Searched refs:Tell (Results 151 – 175 of 235) sorted by relevance

12345678910

/trunk/main/filter/source/pdf/
H A Dpdffilter.cxx134 bRet = ( aOStm.Tell() && ( aOStm.GetError() == ERRCODE_NONE ) ); in implExport()
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx40 nLastPos ( rStm.Tell() ), in XBMReader()
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx183 sal_uLong nBytes = pStream->Tell(); in getUriBinding()
/trunk/main/desktop/source/migration/services/
H A Dwordbookmigration.cxx165 sal_Size nSniffPos = pStream->Tell(); in IsUserWordbook()
/trunk/main/dbaccess/source/ui/misc/
H A DRtfReader.cxx162 … sal_uInt32 nTell = rInput.Tell(); // ver�ndert vielleicht die Position des Streams in NextToken()
/trunk/main/sc/addin/rot13/
H A Drot13.cl49 * Tell StarCalc how many new functions this Addin provides.
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx163 inline sal_Size GetSvStreamPos() const { return mrStrm.Tell(); } in GetSvStreamPos()
H A Dxistream.hxx445 inline sal_Size GetSvStreamPos() const { return mrStrm.Tell(); } in GetSvStreamPos()
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1782 DBG_ASSERT( aStream.Tell() < STRING_MAXLEN, in FileDownload()
1784 xub_StrLen nLen = aStream.Tell() < STRING_MAXLEN in FileDownload()
1785 ? (xub_StrLen)aStream.Tell() in FileDownload()
H A Dwrthtml.cxx1319 if( !bCheck || (Strm().Tell()-nLastLFPos) > nIndentLvl ) in OutNewLine()
1322 nLastLFPos = Strm().Tell(); in OutNewLine()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1451 short bRet = pSt->Tell() & 0x1; in WW8SkipOdd()
1458 if ( pSt->Tell() & 0x1 ){ in WW8SkipOdd()
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx654 sal_Int32 nSize = (sal_Int32)aMemStream.Tell(); in implStorePasswordLibrary()
795 sal_Int32 nSize = (sal_Int32)aMemStream.Tell(); in implStorePasswordLibrary()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx989 long nPos = rStream.Tell(); in Load()
993 if( rStream.Tell() != sal_uLong(nPos + nCnt) ) in Load()
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx158 sal_uInt32 nPos = rStrm.Tell(); in Create()
/trunk/main/sfx2/source/doc/
H A Ddocinf.cxx290 uno::Sequence<sal_uInt8> aSeq(aStream.Tell()); in convertMetaFile()
/trunk/main/vcl/source/gdi/
H A Dgfxlink.cxx445 sal_Size nActReadSize = pIStm->Tell(); in GetData()
/trunk/main/l10ntools/source/
H A Dgsiconv.cxx43 sal_uLong nPos( rStream.Tell()); in GetGSIFileType()
H A Dxmlparse.cxx1240 sal_uLong nPos = pStream->Tell(); in Execute()
1255 aParser, ( char * ) pStream->GetData() + nPos, pStream->Tell() - nPos, sal_True )) in Execute()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx123 const sal_uInt32 nFirstPos = rOStm.Tell(), nViewAspect = rObjDesc.mnViewAspect; in operator <<()
137 const sal_uInt32 nLastPos = rOStm.Tell(); in operator <<()
927 …= Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( aMemStm.GetData() ), aMemStm.Tell() ); in SetTransferableObjectDescriptor()
/trunk/main/sw/source/ui/dialog/
H A Dascfldlg.cxx112 sal_uLong nOldPos = pStream->Tell(); in SwAsciiFilterDlg()
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx587 nNextChPos = rInput.Tell(); in CallParser()
/trunk/main/svl/source/items/
H A Ditemset.cxx1537 sal_uLong nCountPos = rStream.Tell(); in Store()
1564 sal_uLong nPos = rStream.Tell(); in Store()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1312 …DBG_ASSERT( maDffStrm.Tell() == 0, "BiffDrawingBase::importObj - unexpected DFF stream data, OBJ w… in importObj()
1313 if( maDffStrm.Tell() == 0 ) switch( GetBiff() ) in importObj()
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx153 nFileSize = rInput.Tell(); in CallParser()
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx45 mnLastPos ( rStm.Tell() ), in XPMReader()

Completed in 384 milliseconds

12345678910