Lines Matching defs:nCol

295 			for (SCCOL nCol = MAXCOL; nCol > nStartCol; nCol--)  in InsertCol()  local
354 SCCOL nCol = *it; in DeleteCol() local
371 for (SCCOL nCol = nStartCol; nCol < MAXCOL; nCol++) in DeleteCol() local
562 for (SCCOL nCol=nCol1; nCol<=nCol2; nCol++) in TransposeClip() local
1001 void ScTable::PutCell( SCCOL nCol, SCROW nRow, ScBaseCell* pCell ) in PutCell()
1013 void ScTable::PutCell( SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell ) in PutCell()
1043 sal_Bool ScTable::SetString( SCCOL nCol, SCROW nRow, SCTAB nTabP, const String& rString, in SetString()
1054 void ScTable::SetValue( SCCOL nCol, SCROW nRow, const double& rVal ) in SetValue()
1061 void ScTable::GetString( SCCOL nCol, SCROW nRow, String& rString ) in GetString()
1071 for ( sal_uInt16 nCol = nStartCol; nCol <= nEndCol; nCol++ ) in FillDPCache() local
1077 void ScTable::GetInputString( SCCOL nCol, SCROW nRow, String& rString ) in GetInputString()
1086 double ScTable::GetValue( SCCOL nCol, SCROW nRow ) in GetValue()
1094 void ScTable::GetFormula( SCCOL nCol, SCROW nRow, String& rFormula, in GetFormula()
1104 ScPostIt* ScTable::GetNote( SCCOL nCol, SCROW nRow ) in GetNote()
1110 void ScTable::TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote ) in TakeNote()
1127 ScPostIt* ScTable::ReleaseNote( SCCOL nCol, SCROW nRow ) in ReleaseNote()
1133 void ScTable::DeleteNote( SCCOL nCol, SCROW nRow ) in DeleteNote()
1151 CellType ScTable::GetCellType( SCCOL nCol, SCROW nRow ) const in GetCellType()
1159 ScBaseCell* ScTable::GetCell( SCCOL nCol, SCROW nRow ) const in GetCell()
1174 SCCOL nCol = rCol; in GetFirstDataPos() local
1189 SCCOL nCol = rCol; in GetLastDataPos() local
1195 sal_Bool ScTable::HasData( SCCOL nCol, SCROW nRow ) in HasData()
1204 sal_Bool ScTable::HasStringData( SCCOL nCol, SCROW nRow ) in HasStringData()
1213 sal_Bool ScTable::HasValueData( SCCOL nCol, SCROW nRow ) in HasValueData()
1226 for ( SCCOL nCol=nStartCol; nCol<=nEndCol; nCol++ ) in HasStringCells() local
1345 for (SCCOL nCol=nStartCol; nCol<=nEndCol; nCol++) in ResetChanged() local
1351 const SfxPoolItem* ScTable::GetAttr( SCCOL nCol, SCROW nRow, sal_uInt16 nWhich ) const in GetAttr()
1360 sal_uLong ScTable::GetNumberFormat( SCCOL nCol, SCROW nRow ) const in GetNumberFormat()
1369 const ScPatternAttr* ScTable::GetPattern( SCCOL nCol, SCROW nRow ) const in GetPattern()
1381 const ScPatternAttr* ScTable::GetMostUsedPattern( SCCOL nCol, SCROW nStartRow, SCROW nEndRow ) const in GetMostUsedPattern()
1458 SCCOL nCol, SCROW nAttrRow1, SCROW nAttrRow2, SCSIZE nArrY, in FillMaxRot()
1539 for (SCCOL nCol=0; nCol<=MAXCOL; nCol++) in FindMaxRotCol() local
1902 void ScTable::ApplyPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr ) in ApplyPattern()
1948 for ( SCCOL nCol = rRange.aStart.Col(); nCol <= nEndCol; nCol++ ) in ApplyPatternIfNumberformatIncompatible() local
1956 void ScTable::ApplyStyle( SCCOL nCol, SCROW nRow, const ScStyleSheet& rStyle ) in ApplyStyle()
1993 const ScStyleSheet* ScTable::GetStyle( SCCOL nCol, SCROW nRow ) const in GetStyle()
2122 void ScTable::SetPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr, sal_Bool bPutToPool ) in SetPattern()
2129 void ScTable::ApplyAttr( SCCOL nCol, SCROW nRow, const SfxPoolItem& rAttr ) in ApplyAttr()
2159 void ScTable::SetColWidth( SCCOL nCol, sal_uInt16 nNewWidth ) in SetColWidth()
2355 void ScTable::SetColWidthOnly( SCCOL nCol, sal_uInt16 nNewWidth ) in SetColWidthOnly()
2594 void ScTable::ShowCol(SCCOL nCol, bool bShow) in ShowCol()
2852 void ScTable::SetColFlags( SCCOL nCol, sal_uInt8 nNewFlags ) in SetColFlags()
2940 for (SCCOL nCol = 1; nCol <= MAXCOL; nCol++) in GetLastChangedCol() local
3060 SCCOL nCol; in DoAutoOutline() local
3161 for (SCCOL nCol=nStartCol; nCol<=nEndCol; nCol++) in CopyData() local
3219 void ScTable::GetUpperCellString(SCCOL nCol, SCROW nRow, String& rStr) in GetUpperCellString()