Lines Matching refs:rAV

641     WW8_ANLV &rAV,  in SetBaseAnlv()  argument
653 static_cast< sal_Int16 >(( SVBT8ToByte( rAV.nfc ) < 8 ) in SetBaseAnlv()
654 ? eNumA[SVBT8ToByte( rAV.nfc ) ] in SetBaseAnlv()
657 if ((SVBT8ToByte(rAV.aBits1 ) & 0x4) >> 2) in SetBaseAnlv()
661 rNum.SetStart( SVBT16ToShort( rAV.iStartAt ) ); in SetBaseAnlv()
663 rNum.SetNumAdjust( eAdjA[SVBT8ToByte( rAV.aBits1 ) & 0x3] ); in SetBaseAnlv()
665 rNum.SetCharTextDistance( SVBT16ToShort( rAV.dxaSpace ) ); in SetBaseAnlv()
666 sal_Int16 nIndent = Abs( (sal_Int16) SVBT16ToShort( rAV.dxaIndent ) ); in SetBaseAnlv()
667 if ( SVBT8ToByte( rAV.aBits1 ) & 0x08 ) //fHang in SetBaseAnlv()
676 if( SVBT8ToByte( rAV.nfc ) == 5 || SVBT8ToByte( rAV.nfc ) == 7 ) in SetBaseAnlv()
684 void SwWW8ImplReader::SetAnlvStrings(SwNumFmt &rNum, WW8_ANLV &rAV, in SetAnlvStrings() argument
690 const WW8_FFN* pF = pFonts->GetFont(SVBT16ToShort(rAV.ftc)); // FontInfo in SetAnlvStrings()
696 sTxt = String( (sal_Char*)pTxt, SVBT8ToByte( rAV.cbTextBefore ) in SetAnlvStrings()
697 + SVBT8ToByte( rAV.cbTextAfter ), eCharSet ); in SetAnlvStrings()
701 for(xub_StrLen i = SVBT8ToByte(rAV.cbTextBefore); in SetAnlvStrings()
702 i < SVBT8ToByte(rAV.cbTextAfter); ++i, pTxt += 2) in SetAnlvStrings()
719 sTxt.Fill( SVBT8ToByte( rAV.cbTextBefore ) in SetAnlvStrings()
720 + SVBT8ToByte( rAV.cbTextAfter ), cBulletChar ); in SetAnlvStrings()
734 if( GetFontParams( SVBT16ToShort( rAV.ftc ), eFamily, aName, in SetAnlvStrings()
751 if( rAV.cbTextBefore || rAV.cbTextAfter) in SetAnlvStrings()
760 if( rAV.cbTextBefore ) in SetAnlvStrings()
762 String sP( sTxt.Copy( 0, SVBT8ToByte( rAV.cbTextBefore ) ) ); in SetAnlvStrings()
765 if( SVBT8ToByte( rAV.cbTextAfter ) ) in SetAnlvStrings()
768 sP.Insert( sTxt.Copy( SVBT8ToByte( rAV.cbTextBefore ), in SetAnlvStrings()
769 SVBT8ToByte( rAV.cbTextAfter ) ) ); in SetAnlvStrings()
788 WW8_ANLV &rAV = pAD->eAnlv; in SetAnld() local
789 SetBaseAnlv(aNF, rAV, nSwLevel); // Setze Basis-Format in SetAnld()
790 SetAnlvStrings(aNF, rAV, pAD->rgchAnld, bOutLine );// und Rest in SetAnld()
919 WW8_ANLV &rAV = pO->rganlv[nSwLevel]; in SetNumOlst() local
920 SetBaseAnlv(aNF, rAV, nSwLevel); in SetNumOlst()
933 SetAnlvStrings(aNF, rAV, pO->rgch + nTxtOfs, true); // und rein in SetNumOlst()