Lines Matching defs:nCol
144 #define VALIDCOL(nCol) (ValidCol(nCol)) argument
147 #define VALIDCOLROW(nCol,nRow) (ValidColRow(nCol,nRow)) argument
148 #define VALIDCOLROWTAB(nCol,nRow,nTab) (ValidColRowTab(nCol,nRow,nTab)) argument
152 inline bool ValidCol( SCCOL nCol ) in ValidCol()
172 inline bool ValidColRow( SCCOL nCol, SCROW nRow ) in ValidColRow()
177 inline bool ValidColRowTab( SCCOL nCol, SCROW nRow, SCTAB nTab ) in ValidColRowTab()
182 inline SCCOL SanitizeCol( SCCOL nCol ) in SanitizeCol()
248 SCCOL nCol; member in ScAddress
259 SCCOL nCol; member
461 inline ScRange( SCCOL nCol, SCROW nRow, SCTAB nTab ) in ScRange()
688 inline ScRefAddress( SCCOL nCol, SCROW nRow, SCTAB nTab, in ScRefAddress()
798 inline void ScColToAlpha( String& rStr, SCCOL nCol) in ScColToAlpha()
805 inline String ScColToAlpha( SCCOL nCol ) in ScColToAlpha()