Lines Matching refs:aScriptedText
486 aScriptedText ( aVD ), in ScAutoFmtPreview()
697 aScriptedText.SetFonts( &aFont, &aCJKFont, &aCTLFont ); in DrawString()
698 aScriptedText.SetText( cellString, xBreakIter ); in DrawString()
699 aStrSize = aScriptedText.GetTextSize(); in DrawString()
706 aScriptedText.SetDefaultFont(); in DrawString()
707 aStrSize = aScriptedText.GetTextSize(); in DrawString()
717 aScriptedText.SetText( cellString, xBreakIter ); in DrawString()
718 aStrSize = aScriptedText.GetTextSize(); in DrawString()
723 aScriptedText.SetDefaultFont(); in DrawString()
724 aScriptedText.SetText( cellString, xBreakIter ); in DrawString()
725 aStrSize = aScriptedText.GetTextSize(); in DrawString()
782 aScriptedText.DrawText( aPos ); in DrawString()