Home
last modified time | relevance | path

Searched refs:nStrmSize (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx422 …ize, nPropCount, nPropId, nPropOfs, nPropType, nPropSize, nCurrent, nVectorCount, nTemp, nStrmSize; in Read() local
426 nStrmSize = pStrm->Tell(); in Read()
532 if ( nPropSize > nStrmSize ) in Read()
584 if ( nSize > nStrmSize ) in Read()
/trunk/main/sc/source/filter/lotus/
H A Dfilter.cxx105 sal_Size nStrmSize = aStream.Tell(); in generate_Opcodes() local
107 while( !bEOF && !aStream.IsEof() && (aStream.Tell() < nStrmSize) ) in generate_Opcodes()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx429 sal_uInt32 nStrmSize = static_cast< sal_uInt32 >( mxCtlsStrm->Tell() - nStrmStart ); in CreateOCXCtrlObj() local
432 …et( new XclExpOcxControlObj( mrObjMgr, xShape, pChildAnchor, aClassName, nStrmStart, nStrmSize ) ); in CreateOCXCtrlObj()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx270 sal_Size nStrmSize = rInStrm.Tell(); in CopyFromStream() local
273 sal_Size nBytesLeft = ::std::min( nBytes, nStrmSize - nStrmPos ); in CopyFromStream()
H A Dxeescher.cxx380 … Rectangle* pChildAnchor, const String& rClassName, sal_uInt32 nStrmStart, sal_uInt32 nStrmSize ) : in XclExpOcxControlObj() argument
385 mnStrmSize( nStrmSize ) in XclExpOcxControlObj()
/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx220 sal_uInt32 nStrmStart, sal_uInt32 nStrmSize );
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx278 sal_uInt32 nStrmSize = tmpStrm.Tell(); in WriteHyperlinkWithinFly() local
281 nLen = nStrmSize - nStrmPos; in WriteHyperlinkWithinFly()

Completed in 57 milliseconds