Home
last modified time | relevance | path

Searched refs:MAXROW (Results 176 – 190 of 190) sorted by relevance

12345678

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxelink.cxx1279 maUsedCells( MAXROW, MAXCOL ), in XclExpXct()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_filters-test2.cxx2058 { 5, 7, true }, { 8, 8, false }, { 9, MAXROW, true }, in testHiddenRowsColumnsXLSXML()
H A Dsubsequent_export-test.cxx4063 rDoc1.InsertCol(ScRange( aDataStart.Col(), 0 , 0 , aDataStart.Col(), MAXROW, 0 )); in testMoveCellAnchoredShapesODS()
H A Ducalc_copypaste.cxx10005 ScRange aWholeSheet(0, 0, 0, MAXCOL, MAXROW, 0); in testCopyPasteRepeatOneFormula()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dviewdata.cxx737 new ScMarkData(MAXROW, MAXCOL) in ScViewData()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Ddp5.F14699 COMMON/CONCOM/XBAR,S2,F1FREQ,MAXROW,N
14771 COMMON/CONCOM/XBAR,S2,F1FREQ,MAXROW,NTOT
14784 IINDX=MAXROW/2
H A Ddp42.F49472 COMMON/QBICOM/DM,F0FREQ,MAXROW,NTOT2
49482 IINDX=MAXROW/2
H A Ddp40.F51672 COMMON/LPOCOM/XBAR,MAXROW,NTOT
51685 IINDX=MAXROW/2
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dviewdata.cxx747 const ScSheetLimits gaNoShellSheetLimits(MAXCOL, MAXROW);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dsubsequent_export-test.cxx3765 rDoc1.InsertCol(ScRange( aDataStart.Col(), 0 , 0 , aDataStart.Col(), MAXROW, 0 )); in testMoveCellAnchoredShapesODS()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx6579 const SCROW nMaxRow = pDocSh ? pDocSh->GetDocument().MaxRow() : MAXROW; in MaxDocRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx6572 const SCROW nMaxRow = pDocSh ? pDocSh->GetDocument().MaxRow() : MAXROW; in MaxDocRange()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/help/
H A Ddphe5f.tex30404 LET MAXROW = NUMROW*NUMCOL
30405 DIMENSION MAXROW ROWS
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog25902 tdf#135332 Return MAXROW/MAXCOL for rows/columns out of range.
25904 *Also change the number of rows to MAXROW in Row Header Control.
97662 MAXROWCOUNT (MAXROW+1), so sc/source/core/tool/sharedformula.cxx
159134 MAXROW/MAXCOL.
301444 For now, hard coded to MAXCOL, MAXROW while we re-factor.
556795 <= MAXROW
888838 to MAXROW since nEndRow + 1 is not valid
914182 col/row exceed MAXCOL/MAXROW), that later gets truncated.
1095319 fdo#83764: Ensure that the row position is below MAXROW.
1144498 MAXROWCOUNT-1 -> MAXROW, same number but tidier
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog39395 For now, hard coded to MAXCOL, MAXROW while we re-factor.
294746 <= MAXROW
330104 Resolves: tdf#113537 don't keep nEndRow=MAXROW if data ends above
570120 column which implies exporting MAXROW times newline characters.
576115 i.e. subtracted nMaxRow from MAXROW that is set for entire column
626789 to MAXROW since nEndRow + 1 is not valid
652133 col/row exceed MAXCOL/MAXROW), that later gets truncated.
833270 fdo#83764: Ensure that the row position is below MAXROW.
882449 MAXROWCOUNT-1 -> MAXROW, same number but tidier
977953 Don't crash when entering a value into cell at MAXROW position.
[all …]

12345678