Lines Matching refs:aTextSize
106 Size aTextSize; member in ScDrawStringsVars
148 const Size& GetTextSize() const { return aTextSize; } in GetTextSize()
502 aTextSize = Size(0,0); in SetText()
616 aTextSize.Width() = pFmtDevice->GetTextWidth( aString ); in SetAutoText()
617 aTextSize.Height() = pFmtDevice->GetTextHeight(); in SetAutoText()
622 aTextSize.Width() = (long)(aTextSize.Width() / fMul + 0.5); in SetAutoText()
625 aTextSize.Height() = aMetric.GetAscent() + aMetric.GetDescent(); in SetAutoText()
628 long nTemp = aTextSize.Height(); in SetAutoText()
629 aTextSize.Height() = aTextSize.Width(); in SetAutoText()
630 aTextSize.Width() = nTemp; in SetAutoText()
633 nOriginalWidth = aTextSize.Width(); in SetAutoText()
635 aTextSize = pRefDevice->LogicToPixel( aTextSize ); in SetAutoText()
687 aTextSize.Width() = pFmtDevice->GetTextWidth( aString ); in TextChanged()
688 aTextSize.Height() = pFmtDevice->GetTextHeight(); in TextChanged()
693 aTextSize.Width() = (long)(aTextSize.Width() / fMul + 0.5); in TextChanged()
696 aTextSize.Height() = aMetric.GetAscent() + aMetric.GetDescent(); in TextChanged()
699 long nTemp = aTextSize.Height(); in TextChanged()
700 aTextSize.Height() = aTextSize.Width(); in TextChanged()
701 aTextSize.Width() = nTemp; in TextChanged()
704 nOriginalWidth = aTextSize.Width(); in TextChanged()
706 aTextSize = pRefDevice->LogicToPixel( aTextSize ); in TextChanged()