changeset 2 | 5253a20d2a1e |
parent 1 | 12c456ceeff2 |
child 11 | 0396474f30f5 |
1:12c456ceeff2 | 2:5253a20d2a1e |
---|---|
658 } |
658 } |
659 } |
659 } |
660 |
660 |
661 void CNcsEditor::FormatAllTextNowL() |
661 void CNcsEditor::FormatAllTextNowL() |
662 { |
662 { |
663 NotifyNewFormatL(); |
663 iLayout->SetAmountToFormat(CTextLayout::EFFormatAllText); |
664 iTextView->FinishBackgroundFormattingL(); |
664 iTextView->FormatTextL(); |
665 } |
665 } |
666 //</cmail> |
666 //</cmail> |
667 |
667 |
668 TAknTextComponentLayout CNcsEditor::GetLayout() |
668 TAknTextComponentLayout CNcsEditor::GetLayout() |
669 { |
669 { |