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.cxx1169 (sal_uInt16)(pDataWin->GetOutputSizePixel().Height() / GetDataRowHeight() + 1); in ScrollRows()
1181 long nDeltaY = GetDataRowHeight() * ( nNewTopRow - nTopRow ); in ScrollRows()
1214 return ScrollRows( pDataWin->GetSizePixel().Height() / GetDataRowHeight() ); in ScrollPages()
1229 aRect = Rectangle( Point( 0, (nRow-nTopRow) * GetDataRowHeight() ), in RowModified()
1230 Size( pDataWin->GetSizePixel().Width(), GetDataRowHeight() ) ); in RowModified()
1332 nRow <= nTopRow + aSz.Height() / GetDataRowHeight() ) in RowInserted()
1334 long nY = (nRow-nTopRow) * GetDataRowHeight(); in RowInserted()
1341 pDataWin->Scroll( 0, GetDataRowHeight() * nNumRows, in RowInserted()
1352 Size( aSz.Width(), nNumRows * GetDataRowHeight() ) ) ); in RowInserted()
1474 nRow <= nTopRow + aSz.Height() / GetDataRowHeight() ) in RowRemoved()
[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()
614 (sal_uInt16)(pDataWin->GetOutputSizePixel().Height() / GetDataRowHeight() + 1); in Resize()
638 (sal_uInt16)(pDataWin->GetOutputSizePixel().Height() / GetDataRowHeight() + 1); in Resize()
922 long nDataRowHeigt = GetDataRowHeight(); in ImplPaintData()
1203 long nMaxRows = (pDataWin->GetSizePixel().Height()) / GetDataRowHeight(); in UpdateScrollbars()
1298 long( aDataWinSize.Height() / GetDataRowHeight() ) ) in UpdateScrollbars()
[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()