Home
last modified time | relevance | path

Searched refs:GetHdrWidth (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvcontrol.cxx198 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()
H A Dcsvgrid.cxx1168 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()
H A Dcsvruler.cxx172 sal_Int32 nActiveWidth = Min( GetWidth() - GetHdrWidth(), GetPosCount() * GetCharWidth() ); in InitSizeData()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx357 inline sal_Int32 GetHdrWidth() const { return mrData.mnHdrWidth; } in GetHdrWidth() function in ScCsvControl
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx1638 …(mnColumn == CSV_COLUMN_HEADER) ? rGrid.GetHdrWidth() : implCalcPixelWidth( rGrid.GetColumnWidth( … in implGetRealSize()

Completed in 61 milliseconds