Lines Matching refs:nStyleNo
352 short nStyleNo = 0; in ReadStyleTable() local
393 case RTF_S: nStyleNo = (short)nTokenValue; break; in ReadStyleTable()
394 case RTF_CS: nStyleNo = (short)nTokenValue; in ReadStyleTable()
410 SvxRTFStyleType* pOldSt = aStyleTbl.Remove( nStyleNo ); in ReadStyleTable()
415 aStyleTbl.Insert( nStyleNo, pStyle ); in ReadStyleTable()
418 nStyleNo = 0; in ReadStyleTable()
904 0 == ( pStyle = aStyleTbl.Get( rStkType.nStyleNo ) )) in _ClearStyleAttr()
950 ((!pOld->aAttrSet.Count() && !pOld->nStyleNo ) || in AttrGroupEnd()
973 !pOld->nStyleNo ) in AttrGroupEnd()
1015 pOld->nStyleNo = 0; in AttrGroupEnd()
1022 !pOld->nStyleNo ) in AttrGroupEnd()
1049 pNew->nStyleNo = 0; in AttrGroupEnd()
1171 if( rSet.aAttrSet.Count() || rSet.nStyleNo ) in SetAttrSet()
1254 nStyleNo( 0 ) in SvxRTFItemStackType()
1268 nStyleNo( rCpy.nStyleNo ) in SvxRTFItemStackType()
1425 if( !pTmp->pChildList && !pTmp->aAttrSet.Count() && !pTmp->nStyleNo ) in Compress()