Lines Matching refs:GetTextSize
148 const Size& GetTextSize() const { return aTextSize; } in GetTextSize() function in ScDrawStringsVars
1568 nNeededWidth = aVars.GetTextSize().Width() + nTotalMargin; in DrawStrings()
1587 long nScaleSize = aVars.GetTextSize().Width(); // without margin in DrawStrings()
1594 long nNewSize = aVars.GetTextSize().Width(); in DrawStrings()
1604 nNewSize = aVars.GetTextSize().Width(); in DrawStrings()
1620 long nRepeatSize = aVars.GetTextSize().Width(); // without margin in DrawStrings()
1646 long nHeight = aVars.GetTextSize().Height() + in DrawStrings()
1669 nNeededWidth = aVars.GetTextSize().Width() + in DrawStrings()
1725 nJustPosX += nAvailWidth - aVars.GetTextSize().Width() - in DrawStrings()
1730 nJustPosX += ( nAvailWidth - aVars.GetTextSize().Width() + in DrawStrings()
1740 long nTestClipHeight = aVars.GetTextSize().Height(); in DrawStrings()
1753 nJustPosY += nOutHeight - aVars.GetTextSize().Height() - nBot; in DrawStrings()
1762 aVars.GetTextSize().Height() - nBot ) / 2; in DrawStrings()
1821 nJustPosX += aVars.GetTextSize().Width() - aVars.GetAscent(); in DrawStrings()
1824 nJustPosY += aVars.GetTextSize().Height(); in DrawStrings()
1841 aDrawTextPos.X() += aVars.GetTextSize().Width(); in DrawStrings()
1887 Rectangle aURLRect( aURLStart, aVars.GetTextSize() ); in DrawStrings()