Lines Matching refs:SCCOL

53 	SCCOL					nCol;
75 void GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab );
86 SCCOL nStartCol;
89 SCCOL nEndCol;
92 SCCOL nCol;
144 …static SCROW GetRowByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow…
145 …static ScBaseCell* GetCellByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRo…
146 static ScAttrArray* GetAttrArrayByCol(ScDocument& rDoc, SCTAB nTab, SCCOL nCol);
148 static SCSIZE SearchColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCROW nRow, SCCOL nCol);
177 SCCOL nCol;
201 SCCOL mnCols;
221 SCCOL nStartCol;
224 SCCOL nEndCol;
227 SCCOL nCol;
236 SCCOL nSCol, SCROW nSRow, SCTAB nSTab,
237 SCCOL nECol, SCROW nERow, SCTAB nETab,
243 SCCOL GetCol() const { return nCol; } in GetCol()
273 SCCOL nCol;
302 SCCOL GetCol() { return nCol; } in GetCol()
370 sal_Bool FindEqualOrSortedLastInRange( SCCOL& nFoundCol,
380 SCCOL nEndCol;
383 SCCOL nCol;
388 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
391 const ScPatternAttr* GetNext( SCCOL& rCol, SCROW& rRow1, SCROW& rRow2 );
399 SCCOL nEndCol;
402 SCCOL nIterStartCol;
403 SCCOL nIterEndCol;
408 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
412 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow1, SCROW& rRow2 );
420 SCCOL nStartCol;
421 SCCOL nEndCol;
426 SCCOL nCol;
432 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
435 ScBaseCell* GetNext( SCCOL& rCol, SCROW& rRow );
436 sal_Bool ReturnNext( SCCOL& rCol, SCROW& rRow );
455 SCCOL nCurCol;
487 SCCOL nStartCol;
489 SCCOL nEndCol;
495 SCCOL nCol;
501 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
504 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow );
517 SCCOL nNextCol;
520 SCCOL nCellCol;
523 SCCOL nAttrCol1;
524 SCCOL nAttrCol2;
528 SCCOL nFoundStartCol; // Ergebnisse nach GetNext
529 SCCOL nFoundEndCol;
536 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
541 SCCOL GetStartCol() const { return nFoundStartCol; } in GetStartCol()
542 SCCOL GetEndCol() const { return nFoundEndCol; } in GetEndCol()