Home
last modified time | relevance | path

Searched refs:getRowCount (Results 51 – 56 of 56) sorted by relevance

123

/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx199 sal_Int32 OStatement_Base::getRowCount () throw( SQLException) in getRowCount() function in OStatement_Base
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java451 while (i<tree.getRowCount()) in updatesTree()
/trunk/main/svx/source/table/
H A Dcell.cxx1793 sal_Int32 nRowCount = mxTable->getRowCount(); in getName()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1615 SCROW getRowCount() { return mnRowCount; } in getRowCount() function in __anon5c0df8530411::RangeAnalyzer
1917 …lcl_addUpperLeftCornerIfMissing(aAllTokens, aTop.getRowCount(), aLeft.getColumnCount());//e.g. #i9… in detectArguments()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1469 if( (rRange.getColCount() > 1) || (rRange.getRowCount() > 1) ) in generateRange2dString()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7627 …&& (nCol < xTable->getColumnCount()) && (nRow >= 0) && (nRow < xTable->getRowCount()), "die zelle … in MergeCells()
7629 …DBG_ASSERT( (nRowSpan >= 1) && ((nRow + nRowSpan - 1) < xTable->getRowCount()), "nRowSpan murks!… in MergeCells()

Completed in 259 milliseconds

123