Lines Matching refs:n

429 	for( sal_uInt16 n = pDoc->GetNumRuleTbl().Count(); !bFnd && n; )  in UpdateNumNodes()  local
431 pRule = pDoc->GetNumRuleTbl()[ --n ]; in UpdateNumNodes()
534 sal_uInt8 n; in SwNumRule() local
538 for( n = 0; n < MAXLEVEL; ++n ) in SwNumRule()
544 pFmt->SetAbsLSpace( lNumIndent + SwNumRule::GetNumIndent( n ) ); in SwNumRule()
548 pFmt->SetBulletChar( numfunc::GetBulletChar(n)); in SwNumRule()
550 SwNumRule::aBaseFmts[ NUM_RULE ][ n ] = pFmt; in SwNumRule()
562 for( n = 0; n < MAXLEVEL; ++n ) in SwNumRule()
570 pFmt->SetListtabPos( cIndentAt[ n ] ); in SwNumRule()
572 pFmt->SetIndentAt( cIndentAt[ n ] ); in SwNumRule()
575 pFmt->SetBulletChar( numfunc::GetBulletChar(n)); in SwNumRule()
576 SwNumRule::aLabelAlignmentBaseFmts[ NUM_RULE ][ n ] = pFmt; in SwNumRule()
582 for( n = 0; n < MAXLEVEL; ++n ) in SwNumRule()
590 pFmt->SetBulletChar( numfunc::GetBulletChar(n)); in SwNumRule()
592 SwNumRule::aBaseFmts[ OUTLINE_RULE ][ n ] = pFmt; in SwNumRule()
602 for( n = 0; n < MAXLEVEL; ++n ) in SwNumRule()
610 pFmt->SetListtabPos( cOutlineIndentAt[ n ] ); in SwNumRule()
611 pFmt->SetFirstLineIndent( -cOutlineIndentAt[ n ] ); in SwNumRule()
612 pFmt->SetIndentAt( cOutlineIndentAt[ n ] ); in SwNumRule()
613 pFmt->SetBulletChar( numfunc::GetBulletChar(n)); in SwNumRule()
614 SwNumRule::aLabelAlignmentBaseFmts[ OUTLINE_RULE ][ n ] = pFmt; in SwNumRule()
653 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in SwNumRule() local
654 if( rNumRule.aFmts[ n ] ) in SwNumRule()
655 Set( n, *rNumRule.aFmts[ n ] ); in SwNumRule()
660 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in ~SwNumRule() local
661 delete aFmts[ n ]; in ~SwNumRule()
672 int n; in ~SwNumRule() local
674 for( n = 0; n < MAXLEVEL; ++n, ++ppFmts ) in ~SwNumRule()
678 for( n = 0; n < MAXLEVEL; ++n, ++ppFmts ) in ~SwNumRule()
683 for( n = 0; n < MAXLEVEL; ++n, ++ppFmts ) in ~SwNumRule()
685 for( n = 0; n < MAXLEVEL; ++n, ++ppFmts ) in ~SwNumRule()
699 for( sal_uInt8 n = 0; n < MAXLEVEL; ++n ) in CheckCharFmts() local
700 if( aFmts[ n ] && 0 != ( pFmt = aFmts[ n ]->GetCharFmt() ) && in CheckCharFmts()
704 SwNumFmt* pNew = new SwNumFmt( *aFmts[ n ] ); in CheckCharFmts()
706 delete aFmts[ n ]; in CheckCharFmts()
707 aFmts[ n ] = pNew; in CheckCharFmts()
715 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in operator =() local
716 Set( n, rNumRule.aFmts[ n ] ); in operator =()
744 for( sal_uInt8 n = 0; n < MAXLEVEL; ++n ) in operator ==() local
745 if( !( rRule.Get( n ) == Get( n ) )) in operator ==()
834 sal_uInt8 n = rMyNFmt.GetIncludeUpperLevels(); in MakeNumString() local
835 if( 1 < n ) in MakeNumString()
837 if( i+1 >= n ) in MakeNumString()
838 i -= n - 1; in MakeNumString()
917 …sal_uInt8 n = Get( static_cast<sal_uInt16>(pWorkingNodeNum->GetLevelInListTree()) ).GetIncludeUppe… in MakeRefNumString() local
920 while ( pWorkingNodeNum && n > 1 ) in MakeRefNumString()
923 --n; in MakeRefNumString()
946 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in CopyNumRule() local
948 Set( n, rNumRule.aFmts[ n ] ); in CopyNumRule()
949 if( aFmts[ n ] && aFmts[ n ]->GetCharFmt() && in CopyNumRule()
950 USHRT_MAX == pDoc->GetCharFmts()->GetPos( aFmts[n]->GetCharFmt() )) in CopyNumRule()
954 aFmts[n]->SetCharFmt( pDoc->CopyCharFmt( *aFmts[n]-> in CopyNumRule()
971 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in SetSvxRule() local
973 const SvxNumberFormat* pSvxFmt = rNumRule.Get(n); in SetSvxRule()
974 delete aFmts[n]; in SetSvxRule()
975 aFmts[n] = pSvxFmt ? new SwNumFmt(*pSvxFmt, pDoc) : 0; in SetSvxRule()
993 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in MakeSvxNumRule() local
995 SwNumFmt aNumFmt = Get(n); in MakeSvxNumRule()
998 aRule.SetLevel(n, aNumFmt, aFmts[n] != 0); in MakeSvxNumRule()