Searched refs:GetHdrWidth (Results 1 – 5 of 5) sorted by relevance
198 return (mrData.mnWinWidth - GetHdrWidth()) / GetCharWidth(); in GetVisPosCount()218 return IsRTL() ? (mrData.mnWinWidth - GetHdrWidth()) : 0; in GetHdrX()223 return IsRTL() ? 0 : GetHdrWidth(); in GetFirstX()228 return mrData.mnWinWidth - (IsRTL() ? GetHdrWidth() : 0) - 1; in GetLastX()
1168 Rectangle aRect( aPoint, Size( GetHdrWidth() + 1, GetHeight() ) ); in ImplDrawRowHeaders()1183 sal_Int32 nX = GetHdrX() + (GetHdrWidth() - maBackgrDev.GetTextWidth( aText )) / 2; in ImplDrawRowHeaders()1205 Point( GetFirstX() + 1, 0 ), Size( GetWidth() - GetHdrWidth(), GetHeight() ) ) ); in ImplDrawBackgrDev()
172 sal_Int32 nActiveWidth = Min( GetWidth() - GetHdrWidth(), GetPosCount() * GetCharWidth() ); in InitSizeData()
357 inline sal_Int32 GetHdrWidth() const { return mrData.mnHdrWidth; } in GetHdrWidth() function in ScCsvControl
1638 …(mnColumn == CSV_COLUMN_HEADER) ? rGrid.GetHdrWidth() : implCalcPixelWidth( rGrid.GetColumnWidth( … in implGetRealSize()
Completed in 117 milliseconds