Lines Matching refs:SCCOL

102     if (ValidColRow( static_cast<SCCOL>(nCol), nRow))  in OP_Integer()
105 …pDoc->PutCell( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, pZelle, ( sal_Bool ) sa… in OP_Integer()
108 SetFormat( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, nFormat, 0 ); in OP_Integer()
122 if (ValidColRow( static_cast<SCCOL>(nCol), nRow)) in OP_Number()
126 …pDoc->PutCell( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, pZelle, ( sal_Bool ) sa… in OP_Number()
128 SetFormat( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, nFormat, nDezFloat ); in OP_Number()
147 if (ValidColRow( static_cast<SCCOL>(nCol), nRow)) in OP_Label()
152 PutFormString( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, pText ); in OP_Label()
154 SetFormat( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, nFormat, nDezStd ); in OP_Label()
173 ScAddress aAddress( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab ); in OP_Formula()
179 if (ValidColRow( static_cast<SCCOL>(nCol), nRow)) in OP_Formula()
185 …pDoc->PutCell( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, pZelle, ( sal_Bool ) sa… in OP_Formula()
188 SetFormat( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, nFormat, nDezFloat ); in OP_Formula()
201 if (ValidCol( static_cast<SCCOL>(nCol))) in OP_ColumnWidth()
208 pDoc->SetColHidden(static_cast<SCCOL>(nCol), static_cast<SCCOL>(nCol), 0, true); in OP_ColumnWidth()
212 pDoc->SetColWidth( static_cast<SCCOL> (nCol), nTab, nBreite ); in OP_ColumnWidth()
228 …if (ValidColRow( static_cast<SCCOL>(nColSt), nRowSt) && ValidColRow( static_cast<SCCOL>(nColEnd), … in OP_NamedRange()
233 pRange = new LotusRange( static_cast<SCCOL> (nColSt), static_cast<SCROW> (nRowSt) ); in OP_NamedRange()
235 pRange = new LotusRange( static_cast<SCCOL> (nColSt), static_cast<SCROW> (nRowSt), in OP_NamedRange()
236 static_cast<SCCOL> (nColEnd), static_cast<SCROW> (nRowEnd) ); in OP_NamedRange()
268 …if (ValidColRow( static_cast<SCCOL>(nColSt), nRowSt) && ValidColRow( static_cast<SCCOL>(nColEnd), … in OP_SymphNamedRange()
273 pRange = new LotusRange( static_cast<SCCOL> (nColSt), static_cast<SCROW> (nRowSt) ); in OP_SymphNamedRange()
275 pRange = new LotusRange( static_cast<SCCOL> (nColSt), static_cast<SCROW> (nRowSt), in OP_SymphNamedRange()
276 static_cast<SCCOL> (nColEnd), static_cast<SCROW> (nRowEnd) ); in OP_SymphNamedRange()
316 SCCOL nCount; in OP_HiddenCols()
351 for( SCCOL nCol = 0 ; nCol <= MAXCOL ; nCol++ ) in OP_Window1()
362 SetFormat( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), 0, nFormat, nDezFloat ); in OP_Blank()
387 …PutFormString( static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), static_cast<SCTAB>(nTab), pText… in OP_Label123()
400 if (ValidColRow( static_cast<SCCOL>(nCol), nRow) && nTab < pDoc->GetMaxTableNumber()) in OP_Number123()
405 …pDoc->PutCell( static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), static_cast<SCTAB>(nTab), pCell… in OP_Number123()
425 if (ValidColRow( static_cast<SCCOL>(nCol), nRow) && nTab < pDoc->GetMaxTableNumber()) in OP_Formula123()
431 …pDoc->PutCell( static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), static_cast<SCTAB>(nTab), pCell… in OP_Formula123()
443 if (ValidColRow( static_cast<SCCOL>(nCol), nRow) && nTab < pDoc->GetMaxTableNumber()) in OP_IEEENumber123()
446 …pDoc->PutCell( static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), static_cast<SCTAB>(nTab), pCell… in OP_IEEENumber123()
464 ScAddress aPos( static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), static_cast<SCTAB>(nTab) ); in OP_Note123()