Home
last modified time | relevance | path

Searched refs:getRowHeight (Results 1 – 13 of 13) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DRowStyle.java114 public int getRowHeight() { in getRowHeight() method in RowStyle
211 if ((rowHeight == 0) && (parentStyle.getRowHeight() != 0)) in getResolved()
212 resolved.setRowHeight(parentStyle.getRowHeight()); in getResolved()
251 if(rowHeight!=tStyle.getRowHeight()) in isSubset()
H A DSxcDocumentSerializer.java411 int rowHeight = rStyle.getRowHeight(); in traverseTableRow()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx482 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()
H A Dtablelayouter.hxx94 sal_Int32 getRowHeight( sal_Int32 nRow );
H A Dtablelayouter.cxx155 sal_Int32 TableLayouter::getRowHeight( sal_Int32 nRow ) in getRowHeight() function in sdr::table::TableLayouter
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DRow.java88 public short getRowHeight() { in getRowHeight() method in Row
/trunk/main/svtools/inc/svtools/table/
H A Dtablemodel.hxx389 virtual TableMetrics getRowHeight() const = 0;
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.hxx75 virtual TableMetrics getRowHeight() const;
H A Dunocontroltablemodel.cxx378 TableMetrics UnoControlTableModel::getRowHeight() const in getRowHeight() function in svt::table::UnoControlTableModel
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx142 virtual TableMetrics getRowHeight() const in getRowHeight() function in svt::table::EmptyTableModel
363 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()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java160 ColumnRowInfo rowInfo = new ColumnRowInfo( rw.getRowHeight(), in getColumnRowInfos()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.hxx189 virtual css::uno::Any SAL_CALL getRowHeight() throw (css::uno::RuntimeException);
H A Dvbarange.cxx3918 ScVbaRange::getRowHeight() throw (uno::RuntimeException) in getRowHeight() function in ScVbaRange
3924 return xRange->getRowHeight(); in getRowHeight()

Completed in 106 milliseconds