Home
last modified time | relevance | path

Searched refs:GetDataRowHeight (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1334 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 Ddatwin.cxx160 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 Dbrwbox2.cxx355 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 …]
/aoo41x/main/svtools/inc/svtools/
H A Dbrwbox.hxx395 … { return (sal_uInt16)((pDataWin->GetOutputSizePixel().Height() - 1 )/ GetDataRowHeight() + 1); } in GetVisibleRows()
518 long GetDataRowHeight() const;
/aoo41x/main/svx/source/svdraw/
H A Dsvdibrow.cxx286 long nHgt=GetTitleHeight()+16*GetDataRowHeight(); in ImpCtor()
/aoo41x/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1533 sal_Int32 nUnzoomedPixelHeight = CalcReverseZoom( GetDataRowHeight() ); in RowHeightChanged()
H A Dfmgridif.cxx2155 sal_Int32 nPixelHeight = pGrid->GetDataRowHeight(); in getProperty()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2051 aReturn.Height() += ( m_nVisibleCount ? m_nVisibleCount : 15 ) * GetDataRowHeight(); in CalcOptimalSize()

Completed in 860 milliseconds