Searched refs:nWidthAsc (Results 1 – 1 of 1) sorted by relevance
234 …sal_Int32 nWidthAsc = GetTextWidth(m_sAscendingText) + GetSettings().GetStyleSettings().GetScrollB… in GetTotalCellWidth() local237 return (nWidthAsc > nWidthDesc ? nWidthAsc : nWidthDesc) + GetTextWidth('0') * 2; in GetTotalCellWidth()
Completed in 7 milliseconds