Searched refs:nStrmSize (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 422 …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()
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | filter.cxx | 105 sal_Size nStrmSize = aStream.Tell(); in generate_Opcodes() local 107 while( !bEOF && !aStream.IsEof() && (aStream.Tell() < nStrmSize) ) in generate_Opcodes()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | xcl97esc.cxx | 429 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 270 sal_Size nStrmSize = rInStrm.Tell(); in CopyFromStream() local 273 sal_Size nBytesLeft = ::std::min( nBytes, nStrmSize - nStrmPos ); in CopyFromStream()
|
H A D | xeescher.cxx | 380 … Rectangle* pChildAnchor, const String& rClassName, sal_uInt32 nStrmStart, sal_uInt32 nStrmSize ) : in XclExpOcxControlObj() argument 385 mnStrmSize( nStrmSize ) in XclExpOcxControlObj()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xeescher.hxx | 220 sal_uInt32 nStrmStart, sal_uInt32 nStrmSize );
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 289 sal_uInt32 nStrmSize = tmpStrm.Tell(); in WriteHyperlinkWithinFly() local 292 nLen = nStrmSize - nStrmPos; in WriteHyperlinkWithinFly()
|
Completed in 113 milliseconds