Searched refs:rAV (Results 1 – 2 of 2) sorted by relevance
641 WW8_ANLV &rAV, in SetBaseAnlv() argument652 if (SVBT8ToByte( rAV.nfc ) < 8) { in SetBaseAnlv()653 rNum.SetNumberingType(static_cast< sal_Int16 >(eNumA[SVBT8ToByte( rAV.nfc ) ])); in SetBaseAnlv()656 switch(SVBT8ToByte( rAV.nfc )) in SetBaseAnlv()686 if ((SVBT8ToByte(rAV.aBits1 ) & 0x4) >> 2) in SetBaseAnlv()690 rNum.SetStart( SVBT16ToShort( rAV.iStartAt ) ); in SetBaseAnlv()692 rNum.SetNumAdjust( eAdjA[SVBT8ToByte( rAV.aBits1 ) & 0x3] ); in SetBaseAnlv()694 rNum.SetCharTextDistance( SVBT16ToShort( rAV.dxaSpace ) ); in SetBaseAnlv()695 sal_Int16 nIndent = Abs( (sal_Int16) SVBT16ToShort( rAV.dxaIndent ) ); in SetBaseAnlv()696 if ( SVBT8ToByte( rAV.aBits1 ) & 0x08 ) //fHang in SetBaseAnlv()[all …]
1418 void SetAnlvStrings(SwNumFmt &rNum, WW8_ANLV &rAV, const sal_uInt8* pTxt,