Lines Matching refs:pFmt

358 	const SwCharFmt* pFmt = 0;  in Modify()  local
364 pFmt = GetCharFmt(); in Modify()
368 if( pFmt && !pFmt->GetDoc()->IsInDtor() ) in Modify()
369 UpdateNumNodes( (SwDoc*)pFmt->GetDoc() ); in Modify()
533 SwNumFmt* pFmt; in SwNumRule() local
540 pFmt = new SwNumFmt; in SwNumRule()
541 pFmt->SetIncludeUpperLevels( 1 ); in SwNumRule()
542 pFmt->SetStart( 1 ); in SwNumRule()
543 pFmt->SetLSpace( lNumIndent ); in SwNumRule()
544 pFmt->SetAbsLSpace( lNumIndent + SwNumRule::GetNumIndent( n ) ); in SwNumRule()
545 pFmt->SetFirstLineOffset( lNumFirstLineOffset ); in SwNumRule()
546 pFmt->SetSuffix( aDotStr ); in SwNumRule()
548 pFmt->SetBulletChar( numfunc::GetBulletChar(n)); in SwNumRule()
550 SwNumRule::aBaseFmts[ NUM_RULE ][ n ] = pFmt; in SwNumRule()
564 pFmt = new SwNumFmt; in SwNumRule()
565 pFmt->SetIncludeUpperLevels( 1 ); in SwNumRule()
566 pFmt->SetStart( 1 ); in SwNumRule()
568 pFmt->SetPositionAndSpaceMode( SvxNumberFormat::LABEL_ALIGNMENT ); in SwNumRule()
569 pFmt->SetLabelFollowedBy( SvxNumberFormat::LISTTAB ); in SwNumRule()
570 pFmt->SetListtabPos( cIndentAt[ n ] ); in SwNumRule()
571 pFmt->SetFirstLineIndent( cFirstLineIndent ); in SwNumRule()
572 pFmt->SetIndentAt( cIndentAt[ n ] ); in SwNumRule()
574 pFmt->SetSuffix( aDotStr ); in SwNumRule()
575 pFmt->SetBulletChar( numfunc::GetBulletChar(n)); in SwNumRule()
576 SwNumRule::aLabelAlignmentBaseFmts[ NUM_RULE ][ n ] = pFmt; in SwNumRule()
584 pFmt = new SwNumFmt; in SwNumRule()
585 pFmt->SetNumberingType(SVX_NUM_NUMBER_NONE); in SwNumRule()
586 pFmt->SetIncludeUpperLevels( MAXLEVEL ); in SwNumRule()
587 pFmt->SetStart( 1 ); in SwNumRule()
588 pFmt->SetCharTextDistance( lOutlineMinTextDistance ); in SwNumRule()
590 pFmt->SetBulletChar( numfunc::GetBulletChar(n)); in SwNumRule()
592 SwNumRule::aBaseFmts[ OUTLINE_RULE ][ n ] = pFmt; in SwNumRule()
604 pFmt = new SwNumFmt; in SwNumRule()
605 pFmt->SetNumberingType(SVX_NUM_NUMBER_NONE); in SwNumRule()
606 pFmt->SetIncludeUpperLevels( MAXLEVEL ); in SwNumRule()
607 pFmt->SetStart( 1 ); in SwNumRule()
608 pFmt->SetPositionAndSpaceMode( SvxNumberFormat::LABEL_ALIGNMENT ); in SwNumRule()
609 pFmt->SetLabelFollowedBy( SvxNumberFormat::LISTTAB ); 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()
698 SwCharFmt* pFmt; in CheckCharFmts() local
700 if( aFmts[ n ] && 0 != ( pFmt = aFmts[ n ]->GetCharFmt() ) && in CheckCharFmts()
701 pFmt->GetDoc() != pDoc ) in CheckCharFmts()
705 pNew->SetCharFmt( pDoc->CopyCharFmt( *pFmt ) ); in CheckCharFmts()