Searched refs:getRowHeight (Results 1 – 13 of 13) sorted by relevance
114 public int getRowHeight() { in getRowHeight() method in RowStyle211 if ((rowHeight == 0) && (parentStyle.getRowHeight() != 0)) in getResolved()212 resolved.setRowHeight(parentStyle.getRowHeight()); in getResolved()251 if(rowHeight!=tStyle.getRowHeight()) in isSubset()
411 int rowHeight = rStyle.getRowHeight(); in traverseTableRow()
482 sal_Int32 nHeigth = mpLayouter->getRowHeight( nEdge ); in DragEdge()1123 nY -= mpImpl->mpLayouter->getRowHeight(rnY); in CheckTableHit()2402 const sal_Int32 nRowHeight = (nRow == nRowCount) ? 0 : rLayouter.getRowHeight(nRow); in AddToHdlList()2745 …xNewSet->setPropertyValue( sHeight, Any( mpImpl->mpLayouter->getRowHeight( rStart.mnRow + nRow ) )… in CloneRange()
94 sal_Int32 getRowHeight( sal_Int32 nRow );
155 sal_Int32 TableLayouter::getRowHeight( sal_Int32 nRow ) in getRowHeight() function in sdr::table::TableLayouter
88 public short getRowHeight() { in getRowHeight() method in Row
389 virtual TableMetrics getRowHeight() const = 0;
75 virtual TableMetrics getRowHeight() const;
378 TableMetrics UnoControlTableModel::getRowHeight() const in getRowHeight() function in svt::table::UnoControlTableModel
142 virtual TableMetrics getRowHeight() const in getRowHeight() function in svt::table::EmptyTableModel363 TableMetrics nRowHeight = m_pModel->getRowHeight(); in impl_checkInvariants()798 …m_nRowHeightPixel = m_rAntiImpl.LogicToPixel( Size( 0, m_pModel->getRowHeight() ), MAP_APPFONT ).H… in impl_ni_updateCachedTableMetrics()
160 ColumnRowInfo rowInfo = new ColumnRowInfo( rw.getRowHeight(), in getColumnRowInfos()
189 virtual css::uno::Any SAL_CALL getRowHeight() throw (css::uno::RuntimeException);
3918 ScVbaRange::getRowHeight() throw (uno::RuntimeException) in getRowHeight() function in ScVbaRange3924 return xRange->getRowHeight(); in getRowHeight()
Completed in 124 milliseconds