Searched refs:GetDataRowHeight (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1334 long nY = (nRow-nTopRow) * GetDataRowHeight(); in RowInserted() 1482 long nY = (nRow-nTopRow) * GetDataRowHeight(); in RowRemoved() 1498 Point( 0, (nRow-nTopRow)*GetDataRowHeight() ), in RowRemoved() 1500 nNumRows * GetDataRowHeight() ) ); in RowRemoved() 1962 Point( nOfsX, (nRow-nTopRow)*GetDataRowHeight() ), in SelectRow() 2297 Point( 0, GetDataRowHeight() * (nRow-nTopRow) ), in GetRowRectPixel() 2334 long nRowY = GetDataRowHeight(); in ImplFieldRectPixel() 2336 nRowY = ( nRow - nTopRow ) * GetDataRowHeight(); in ImplFieldRectPixel() 2342 GetDataRowHeight() - 1 ) ); in ImplFieldRectPixel() 2363 return nY / GetDataRowHeight() + nTopRow; in GetRowAtYPosPixel() [all …]
|
H A D | datwin.cxx | 160 ButtonFrame( rPos, Size( Width()-1, rBox.GetDataRowHeight()-1 ), in Draw() 166 Point( rPos.X(), rPos.Y()+rBox.GetDataRowHeight()-1 ), in Draw() 167 Point( rPos.X() + Width() - 1, rPos.Y()+rBox.GetDataRowHeight()-1 ) ); in Draw() 170 Point( rPos.X() + Width() - 1, rPos.Y()+rBox.GetDataRowHeight()-1 ) ); in Draw() 176 Size( Width()-1, rBox.GetDataRowHeight()-1 ) ), in Draw() 188 Size( nWidth-2*MIN_COLUMNWIDTH, rBox.GetDataRowHeight()-1 ) ), in Draw() 345 : rPosPixel.Y() / pBox->GetDataRowHeight(); in CreateBrowseEvent() 371 Point( nColX, nRelRow * pBox->GetDataRowHeight() ), in CreateBrowseEvent() 373 pBox->GetDataRowHeight() ) ); in CreateBrowseEvent() 471 …ong nDividerDistance = GetParent()->GetDataRowHeight() - ( _rEvent.GetPosPixel().Y() % GetParent()… in ImplRowDividerHitTest() [all …]
|
H A D | brwbox2.cxx | 355 pDataWin->GetOutputSizePixel().Height() / GetDataRowHeight(); in ToggleSelection() 366 Point( nOfsX, (nRow-nTopRow)*GetDataRowHeight() ), in ToggleSelection() 367 Size( pDataWin->GetSizePixel().Width(), GetDataRowHeight() ) ); in ToggleSelection() 445 (nCurRow - nTopRow) * GetDataRowHeight() + 1 ), in DrawCursor() 447 GetDataRowHeight() - 2 ) ); in DrawCursor() 922 long nDataRowHeigt = GetDataRowHeight(); in ImplPaintData() 1203 long nMaxRows = (pDataWin->GetSizePixel().Height()) / GetDataRowHeight(); in UpdateScrollbars() 1298 long( aDataWinSize.Height() / GetDataRowHeight() ) ) in UpdateScrollbars() 1924 long nRowsOnPage = pDataWin->GetSizePixel().Height() / GetDataRowHeight(); in Dispatch() 2130 nHeight = GetDataRowHeight(); in calcHeaderRect() [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 395 … { return (sal_uInt16)((pDataWin->GetOutputSizePixel().Height() - 1 )/ GetDataRowHeight() + 1); } in GetVisibleRows() 518 long GetDataRowHeight() const;
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdibrow.cxx | 286 long nHgt=GetTitleHeight()+16*GetDataRowHeight(); in ImpCtor()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 1533 sal_Int32 nUnzoomedPixelHeight = CalcReverseZoom( GetDataRowHeight() ); in RowHeightChanged()
|
H A D | fmgridif.cxx | 2155 sal_Int32 nPixelHeight = pGrid->GetDataRowHeight(); in getProperty()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 2051 aReturn.Height() += ( m_nVisibleCount ? m_nVisibleCount : 15 ) * GetDataRowHeight(); in CalcOptimalSize()
|
Completed in 200 milliseconds