Home
last modified time | relevance | path

Searched refs:nMaxRows (Results 1 – 25 of 49) sorted by relevance

12

/dports/graphics/fpc-ncurses/fpc-3.2.2/packages/ncurses/examples/
H A Dscreen_demo.pp34 GotoXY(1,nMaxRows);
39 Window(1,1,nMaxCols,nMaxRows);
40 GotoXY(1,nMaxRows);
44 GotoXY(1,nMaxRows);
50 GotoXY(1,nMaxRows);
/dports/lang/fpc-source/fpc-3.2.2/packages/ncurses/examples/
H A Dscreen_demo.pp34 GotoXY(1,nMaxRows);
39 Window(1,1,nMaxCols,nMaxRows);
40 GotoXY(1,nMaxRows);
44 GotoXY(1,nMaxRows);
50 GotoXY(1,nMaxRows);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dcellrange.cxx98 const sal_Int32 nMaxRows = (mnBottom == -1) ? mxTable->getRowCount() : mnBottom; in getCellRangeByPosition() local
99 … if( (nLeft < nMaxColumns) && (nRight < nMaxColumns) && (nTop < nMaxRows) && (nBottom < nMaxRows) ) in getCellRangeByPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dcellrange.cxx98 const sal_Int32 nMaxRows = (mnBottom == -1) ? mxTable->getRowCount() : mnBottom; in getCellRangeByPosition() local
99 … if( (nLeft < nMaxColumns) && (nRight < nMaxColumns) && (nTop < nMaxRows) && (nBottom < nMaxRows) ) in getCellRangeByPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dchartpos.cxx124 SCROW nMaxRows, nEndRow; in GlueState() local
126 nMaxRows = nEndRow = 0; in GlueState()
137 if ( (nTmp = n2 - n1 + 1 ) > nMaxRows ) nMaxRows = static_cast<SCROW>(nTmp); in GlueState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dchartpos.cxx125 SCROW nMaxRows, nEndRow; in GlueState() local
127 nMaxRows = nEndRow = 0; in GlueState()
138 if ( (nTmp = n2 - n1 + 1 ) > nMaxRows ) nMaxRows = static_cast<SCROW>(nTmp); in GlueState()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp272 || (poODS->nMaxRows > 0 && poODS->nMaxRows < nBufYSize) ) in IRasterIO()
H A Dwcsdataset.cpp63 nMaxRows(-1) in WCSDataset()
195 || (nMaxRows > 0 && nMaxRows < nBufYSize) ) in IRasterIO()
582 nMaxRows = atoi(pszRows); in EstablishRasterDetails()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp272 || (poODS->nMaxRows > 0 && poODS->nMaxRows < nBufYSize) ) in IRasterIO()
H A Dwcsdataset.cpp63 nMaxRows(-1)
195 || (nMaxRows > 0 && nMaxRows < nBufYSize) )
582 nMaxRows = atoi(pszRows);
H A Dwcsdataset.h130 int nMaxRows; variable
/dports/graphics/gdal/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp272 || (poODS->nMaxRows > 0 && poODS->nMaxRows < nBufYSize) ) in IRasterIO()
H A Dwcsdataset.cpp63 nMaxRows(-1) in WCSDataset()
195 || (nMaxRows > 0 && nMaxRows < nBufYSize) ) in IRasterIO()
582 nMaxRows = atoi(pszRows); in EstablishRasterDetails()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxilink.cxx285 const size_t nMaxRows = rStrm.GetRecLeft() / (nMinRecordSize * (nLastCol+1)); in MOper() local
286 if (nLastRow >= nMaxRows) in MOper()
288 SAL_WARN("sc", "Parsing error: " << nMaxRows << in MOper()
290 if (nMaxRows > 0) in MOper()
291 nLastRow = nMaxRows-1; in MOper()
H A Dxihelper.cxx838 const size_t nMaxRows = rStrm.GetRecLeft() / (nMinRecordSize * mnScCols); in XclImpCachedMatrix() local
839 if (mnScRows > nMaxRows) in XclImpCachedMatrix()
841 SAL_WARN("sc", "Parsing error: " << nMaxRows << in XclImpCachedMatrix()
843 mnScRows = nMaxRows; in XclImpCachedMatrix()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxihelper.cxx838 const size_t nMaxRows = rStrm.GetRecLeft() / (nMinRecordSize * mnScCols); in XclImpCachedMatrix() local
839 if (mnScRows > nMaxRows) in XclImpCachedMatrix()
841 SAL_WARN("sc", "Parsing error: " << nMaxRows << in XclImpCachedMatrix()
843 mnScRows = nMaxRows; in XclImpCachedMatrix()
H A Dxilink.cxx278 const size_t nMaxRows = rStrm.GetRecLeft() / (nMinRecordSize * (nLastCol+1)); in MOper() local
279 if (nLastRow >= nMaxRows) in MOper()
281 SAL_WARN("sc", "Parsing error: " << nMaxRows << in MOper()
283 if (nMaxRows > 0) in MOper()
284 nLastRow = nMaxRows-1; in MOper()
/dports/net/vncreflector/vnc_reflector/
H A Dencode_tight.c184 int nMaxRows; in rfb_encode_tight() local
220 nMaxRows = maxRectSize / nMaxWidth; in rfb_encode_tight()
230 if (rtile.y - r->y >= nMaxRows) { in rfb_encode_tight()
231 t = r->h - nMaxRows; in rfb_encode_tight()
232 r->h = nMaxRows; in rfb_encode_tight()
235 r->y += nMaxRows; in rfb_encode_tight()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wcs/
H A Dwcsdataset.cpp103 int nMaxRows; member in WCSDataset
379 || (poODS->nMaxRows > 0 && poODS->nMaxRows < nBufYSize) ) in IRasterIO()
468 nMaxRows = -1; in WCSDataset()
547 || (nMaxRows > 0 && nMaxRows < nBufYSize) ) in IRasterIO()
1810 nMaxRows = atoi(pszRows); in EstablishRasterDetails()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwprowlayout.cxx341 sal_uInt16 nMaxRows = m_ConnCellList[nMarkConnCell]->GetNumrows(); in FindNextMarkConnCell() local
347 if (m_ConnCellList[i]->GetNumrows() == nMaxRows) in FindNextMarkConnCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwprowlayout.cxx343 sal_uInt16 nMaxRows = m_ConnCellList[nMarkConnCell]->GetNumrows(); in FindNextMarkConnCell() local
349 if (m_ConnCellList[i]->GetNumrows() == nMaxRows) in FindNextMarkConnCell()
/dports/net/x11vnc/x11vnc-0.9.16/misc/turbovnc/
H A Dtight.c202 int nMaxRows; local
251 nMaxRows = maxRectSize / nMaxWidth;
260 if (dy - y >= nMaxRows) {
261 if (!SendRectSimple(cl, x, y, w, nMaxRows))
263 y += nMaxRows;
264 h -= nMaxRows;
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc/
H A Dtight.c213 int nMaxRows; local
251 nMaxRows = maxRectSize / nMaxWidth;
260 if (dy - y >= nMaxRows) {
261 if (!SendRectSimple(cl, x, y, w, nMaxRows))
263 y += nMaxRows;
264 h -= nMaxRows;
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncserver/
H A Dtight.c299 int nMaxRows; in SendRectEncodingTight() local
373 nMaxRows = maxRectSize / nMaxWidth; in SendRectEncodingTight()
382 if (dy - y >= nMaxRows) { in SendRectEncodingTight()
383 if (!SendRectSimple(cl, x, y, w, nMaxRows)) in SendRectEncodingTight()
385 y += nMaxRows; in SendRectEncodingTight()
386 h -= nMaxRows; in SendRectEncodingTight()
/dports/net/vino/vino-3.22.0/server/libvncserver/
H A Dtight.c234 int nMaxRows; local
274 nMaxRows = maxRectSize / nMaxWidth;
283 if (dy - y >= nMaxRows) {
284 if (!SendRectSimple(cl, x, y, w, nMaxRows))
286 y += nMaxRows;
287 h -= nMaxRows;

12