Home
last modified time | relevance | path

Searched refs:getMaxRow (Results 1 – 11 of 11) sorted by relevance

/dports/databases/WWWdb/WWWdb-0.8.3/t/
H A DTestHTML.t46 $oHtmlTable->getMaxRow());
52 $oHtmlTable->Element(0, 0)->setRowspan($oHtmlTable->getMaxRow())
/dports/editors/calligra/calligra-3.2.1/filters/sheets/latex/export/
H A Dtable.cc162 debugLatex << "GENERATION OF A TABLE" << getMaxRow() << " -" << getMaxColumn() in generate()
176 while (rowNumber <= getMaxRow()) { in generate()
H A Dtable.h100 int getMaxRow() const { in getMaxRow() function
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrLookupTbl.h101 rowClass getMaxRow() const { return rows.back(); } in getMaxRow() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/cacher/
H A Dcachedcontentresultset.hxx87 getMaxRow() const;
H A Dcachedcontentresultset.cxx164 ::getMaxRow() const in getMaxRow() function in CachedContentResultSet::CCRS_Cache
780 sal_Int32 nMax = aCache.getMaxRow(); \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/cacher/
H A Dcachedcontentresultset.hxx94 getMaxRow() const;
H A Dcachedcontentresultset.cxx164 ::getMaxRow() const in getMaxRow() function in CachedContentResultSet::CCRS_Cache
789 sal_Int32 nMax = aCache.getMaxRow(); \
/dports/x11/xterm/xterm-370/
H A Dscreen.c81 #define getMaxRow(screen) ((xw->flags & ORIGIN) ? (screen)->bot_marg : (screen)->max_row) macro
2172 #define maxRectRow(screen) (getMaxRow(screen) + 1)
2424 && row <= getMaxRow(screen) in ScrnCopyRectangle()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gc/
H A DFlexGC_eol.cpp55 eolWidth = con->getExtensionTable().getMaxRow(); in checkMetalEndOfLine_eol_isEolEdge()
/dports/databases/WWWdb/WWWdb-0.8.3/
H A DWWWdb.cgi3420 $iLineOffset = $oHtmlTableApp->getMaxRow() - 1;