Searched refs:GetHdrHeight (Results 1 – 4 of 4) sorted by relevance
845 if( aPos.Y() <= GetHdrHeight() ) in MouseButtonDown()1037 sal_Int32 nHdrHt = GetHdrHeight(); in ImplDrawColumnHeader()1130 sal_Int32 nHdrHt = GetHdrHeight(); in ImplDrawColumnBackgr()1196 aRect.Top() = GetHdrHeight(); in ImplDrawRowHeaders()1226 Rectangle aRect( nX1, 0, nX2, GetHdrHeight() ); in ImplDrawColumnSelection()1239 aRect = Rectangle( nX1, GetHdrHeight() + 1, nX2, GetY( GetLastVisLine() + 1 ) - 1 ); in ImplDrawColumnSelection()1322 Rectangle aRect( Point( nX, 0 ), Size( 3, GetHdrHeight() ) ); in ImplInvertCursor()1324 aRect.Top() = GetHdrHeight() + 1; in ImplInvertCursor()
243 return (mrData.mnWinHeight - GetHdrHeight() - 2) / GetLineHeight() + 1; in GetVisLineCount()268 return GetHdrHeight() + (nLine - GetFirstVisLine()) * GetLineHeight(); in GetY()273 return (nY - GetHdrHeight()) / GetLineHeight() + GetFirstVisLine(); in GetLineFromY()
954 sal_Int32 nRow = (rPoint.Y >= rGrid.GetHdrHeight()) ? in getAccessibleAtPoint()1639 (mnLine == CSV_LINE_HEADER) ? rGrid.GetHdrHeight() : rGrid.GetLineHeight() ); in implGetRealSize()1652 aClipRect.Top() = rGrid.GetHdrHeight(); in implGetBoundingBox()
388 inline sal_Int32 GetHdrHeight() const { return mrData.mnHdrHeight; } in GetHdrHeight() function in ScCsvControl
Completed in 59 milliseconds