Searched refs:nBlockLen (Results 1 – 4 of 4) sorted by relevance
/trunk/main/basic/source/runtime/ |
H A D | methods1.cxx | 961 sal_Bool bBinary, short nBlockLen, sal_Bool bIsArray ) in lcl_WriteSbxVariable() argument 1040 if( nBlockLen ) in lcl_WriteSbxVariable() 1041 pStrm->Seek( nFPos + nBlockLen ); in lcl_WriteSbxVariable() 1046 sal_Bool bBinary, short nBlockLen, sal_Bool bIsArray ) in lcl_ReadSbxVariable() argument 1144 if( nBlockLen ) in lcl_ReadSbxVariable() 1145 pStrm->Seek( nFPos + nBlockLen ); in lcl_ReadSbxVariable() 1208 short nBlockLen = bRandom ? pSbStrm->GetBlockLen() : 0; in PutGet() local 1240 if( nBlockLen ) in PutGet() 1241 pStrm->Seek( nFPos + nBlockLen ); in PutGet() 1246 bRet = lcl_WriteSbxVariable(*pVar, pStrm, !bRandom, nBlockLen, sal_False); in PutGet() [all …]
|
H A D | methods.cxx | 3223 short nBlockLen = pSbStrm->GetBlockLen(); in RTLFUNC() local 3224 nPos = nBlockLen ? (pSvStrm->Tell() / nBlockLen) : 0; in RTLFUNC()
|
/trunk/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 494 sal_Size nBlockLen = ::std::min< sal_Size >( nDatLeft, sizeof(pnDummy) ); in Skip() local 495 bResult = Decode( pnDummy, nBlockLen, pnDummy, nBlockLen ); in Skip() 496 nDatLeft -= nBlockLen; in Skip()
|
/trunk/main/oox/source/core/ |
H A D | binarycodec.cxx | 413 … sal_Int32 nBlockLen = ::std::min( nBytesLeft, static_cast< sal_Int32 >( sizeof( pnDummy ) ) ); in skip() local 414 bResult = decode( pnDummy, pnDummy, nBlockLen ); in skip() 415 nBytesLeft -= nBlockLen; in skip()
|
Completed in 304 milliseconds