Lines Matching refs:SCROW

54 	SCROW					nRow;
75 void GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab );
87 SCROW nStartRow;
90 SCROW nEndRow;
93 SCROW nRow;
96 SCROW nNextRow;
97 SCROW nAttrEndRow;
144 …static SCROW GetRowByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow…
147 … IsQueryValid(ScDocument& rDoc, const ScQueryParam& rParam, SCTAB nTab, SCROW nRow, ScBaseCell* …
148 static SCSIZE SearchColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCROW nRow, SCCOL nCol);
178 SCROW nRow;
180 SCROW nAttrEndRow;
196 bool isValidQuery(SCROW mnRow, const ScMatrix& rMat) const;
199 SCROW mnCurRow;
200 SCROW mnRows;
222 SCROW nStartRow;
225 SCROW nEndRow;
228 SCROW nRow;
236 SCCOL nSCol, SCROW nSRow, SCTAB nSTab,
237 SCCOL nECol, SCROW nERow, SCTAB nETab,
244 SCROW GetRow() const { return nRow; } in GetRow()
274 SCROW nRow;
276 SCROW nAttrEndRow;
303 SCROW GetRow() { return nRow; } in GetRow()
371 SCROW& nFoundRow, sal_Bool bSearchForEqualAfterMismatch = sal_False,
381 SCROW nStartRow;
382 SCROW nEndRow;
388 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
391 const ScPatternAttr* GetNext( SCCOL& rCol, SCROW& rRow1, SCROW& rRow2 );
400 SCROW nStartRow;
401 SCROW nEndRow;
408 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
412 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow1, SCROW& rRow2 );
422 SCROW nStartRow;
423 SCROW nEndRow;
424 SCROW* pNextRows;
427 SCROW nRow;
432 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
435 ScBaseCell* GetNext( SCCOL& rCol, SCROW& rRow );
436 sal_Bool ReturnNext( SCCOL& rCol, SCROW& rRow );
456 SCROW nCurRow;
458 SCROW nAttrEndRow;
488 SCROW nStartRow;
490 SCROW nEndRow;
492 SCROW* pNextEnd;
496 SCROW nRow;
501 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
504 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow );
518 SCROW nNextRow;
521 SCROW nCellRow;
525 SCROW nAttrRow;
530 SCROW nFoundRow;
536 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
543 SCROW GetRow() const { return nFoundRow; } in GetRow()
553 static SCROW NOT_FOUND;
555 explicit ScRowBreakIterator(::std::set<SCROW>& rBreaks);
556 SCROW first();
557 SCROW next();
560 ::std::set<SCROW>& mrBreaks;
561 ::std::set<SCROW>::const_iterator maItr;
562 ::std::set<SCROW>::const_iterator maEnd;