Lines Matching refs:nLen

851 void SwWW8ImplReader::Read_ANLevelNo( sal_uInt16, const sal_uInt8* pData, short nLen )  in Read_ANLevelNo()  argument
855 if( nLen <= 0 ) in Read_ANLevelNo()
895 void SwWW8ImplReader::Read_ANLevelDesc( sal_uInt16, const sal_uInt8* pData, short nLen ) // Sprm 12 in Read_ANLevelDesc() argument
899 if( !pAktColl || nLen <= 0 // nur bei Styledef in Read_ANLevelDesc()
970 void SwWW8ImplReader::Read_OLST( sal_uInt16, const sal_uInt8* pData, short nLen ) in Read_OLST() argument
972 if (nLen <= 0) in Read_OLST()
980 …if( nLen < sal::static_int_cast< sal_Int32 >(sizeof( WW8_OLST )) ) // auffuellen, falls zu… in Read_OLST()
1211 short nLen = (sal_Int16)SVBT16ToShort( pS - 2 ); // nicht schoen in ReadDef() local
1222 nLen --; in ReadDef()
1226 nLen -= 2 * ( nCols + 1 ); in ReadDef()
1234 short nFileCols = nLen / ( bVer67 ? 10 : 20 ); // wirklich abgespeichert in ReadDef()
1539 sal_uInt8 nLen = pParams ? *(pParams - 1) : 0; in ProcessSpacing() local
1540 ASSERT(nLen == 6, "Unexpected spacing len"); in ProcessSpacing()
1541 if (nLen != 6) in ProcessSpacing()
1582 sal_uInt8 nLen = pParams ? *(pParams - 1) : 0; in ProcessSpecificSpacing() local
1583 ASSERT(nLen == 6, "Unexpected spacing len"); in ProcessSpecificSpacing()
1584 if (nLen != 6) in ProcessSpecificSpacing()
1660 sal_uInt8 nLen = pS ? *(pS - 1) : 0; in ReadShd() local
1661 if( !nLen ) in ReadShd()
1670 short nAnz = nLen >> 1; in ReadShd()
1682 sal_uInt8 nLen = pS ? *(pS - 1) : 0; in ReadNewShd() local
1683 if (!nLen) in ReadNewShd()
1689 short nAnz = nLen / 10; //10 bytes each in ReadNewShd()
3699 void SwWW8ImplReader::Read_TabCellEnd( sal_uInt16, const sal_uInt8* pData, short nLen) in Read_TabCellEnd() argument
3701 if( ( nLen > 0 ) && ( *pData == 1 ) ) in Read_TabCellEnd()
3705 void SwWW8ImplReader::Read_TabRowEnd( sal_uInt16, const sal_uInt8* pData, short nLen ) // Sprm25 in Read_TabRowEnd() argument
3707 if( ( nLen > 0 ) && ( *pData == 1 ) ) in Read_TabRowEnd()
3842 void WW8RStyle::ImportSprms(sal_uInt8 *pSprms, short nLen, bool bPap) in ImportSprms() argument
3844 if (!nLen) in ImportSprms()
3850 nSprmsLen = nLen; in ImportSprms()
3853 while ( nLen > 0 ) in ImportSprms()
3856 nLen = nLen - nL1; in ImportSprms()
3864 void WW8RStyle::ImportSprms(sal_Size nPosFc, short nLen, bool bPap) in ImportSprms() argument
3866 if (!nLen) in ImportSprms()
3869 sal_uInt8 *pSprms = new sal_uInt8[nLen]; in ImportSprms()
3872 pStStrm->Read(pSprms, nLen); in ImportSprms()
3874 ImportSprms(pSprms, nLen, bPap); in ImportSprms()
3901 short WW8RStyle::ImportUPX(short nLen, bool bPAP, bool bOdd) in ImportUPX() argument
3905 if( 0 < nLen ) // Empty ? in ImportUPX()
3908 nLen = nLen - WW8SkipEven( pStStrm ); in ImportUPX()
3910 nLen = nLen - WW8SkipOdd( pStStrm ); in ImportUPX()
3914 nLen-=2; in ImportUPX()
3916 if ( cbUPX > nLen ) in ImportUPX()
3917 cbUPX = nLen; // !cbUPX auf nLen verkleinert! in ImportUPX()
3927 nLen-= 2; in ImportUPX()
3939 nLen = nLen - cbUPX; in ImportUPX()
3943 return nLen; in ImportUPX()
3946 void WW8RStyle::ImportGrupx(short nLen, bool bPara, bool bOdd) in ImportGrupx() argument
3948 if( nLen <= 0 ) in ImportGrupx()
3951 nLen = nLen - WW8SkipEven( pStStrm ); in ImportGrupx()
3953 nLen = nLen - WW8SkipOdd( pStStrm ); in ImportGrupx()
3956 nLen = ImportUPX(nLen, true, bOdd); in ImportGrupx()
3957 ImportUPX(nLen, false, bOdd); // Grupx.Chpx in ImportGrupx()