Home
last modified time | relevance | path

Searched refs:nNewRowHeight (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx598 long nNewRowHeight = aMousePos.Y() + m_nDragRowDividerOffset - m_nDragRowDividerLimit; in Tracking() local
601 if ( nNewRowHeight < GetParent()->QueryMinimumRowHeight() ) in Tracking()
602 nNewRowHeight = GetParent()->QueryMinimumRowHeight(); in Tracking()
604 GetParent()->SetDataRowHeight( nNewRowHeight ); in Tracking()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2927 const long nNewRowHeight = nNewRowEnd - nNewRowStart; in SetTabRows() local
2929 const long nDiff = nNewRowHeight - nOldRowHeight; in SetTabRows()

Completed in 49 milliseconds