Lines Matching refs:nCol
217 SCCOL nCol = nCol1; in FillAnalyse() local
220 ScBaseCell* pFirstCell = GetCell( nCol, nRow ); in FillAnalyse()
225 … sal_uInt32 nFormat = ((const SfxUInt32Item*)GetAttr(nCol,nRow,ATTR_VALUE_FORMAT))->GetValue(); in FillAnalyse()
238 nVal = GetValue(nCol+nAddX, nRow+nAddY); in FillAnalyse()
257 nCol = sal::static_int_cast<SCCOL>( nCol + nAddX ); in FillAnalyse()
262 ScBaseCell* pCell = GetCell(nCol,nRow); in FillAnalyse()
281 nCol = sal::static_int_cast<SCCOL>( nCol + nAddX ); in FillAnalyse()
312 double nVal2 = GetValue(nCol+nAddX, nRow+nAddY); in FillAnalyse()
314 nCol = sal::static_int_cast<SCCOL>( nCol + nAddX ); in FillAnalyse()
319 ScBaseCell* pCell = GetCell(nCol,nRow); in FillAnalyse()
330 nCol = sal::static_int_cast<SCCOL>( nCol + nAddX ); in FillAnalyse()
341 GetString(nCol, nRow, aStr); in FillAnalyse()
346 nCol = sal::static_int_cast<SCCOL>( nCol + nAddX ); in FillAnalyse()
350 GetString(nCol, nRow, aStr); in FillAnalyse()
353 nCol = sal::static_int_cast<SCCOL>( nCol + nAddX ); in FillAnalyse()
367 GetString( nCol+nAddX, nRow+nAddY, aStr ); in FillAnalyse()
372 nCol = sal::static_int_cast<SCCOL>( nCol + nAddX ); in FillAnalyse()
377 ScBaseCell* pCell = GetCell(nCol,nRow); in FillAnalyse()
398 nCol = sal::static_int_cast<SCCOL>( nCol + nAddX ); in FillAnalyse()
515 sal_uLong nCol = 0; in FillAuto() local
517 sal_uLong& rInner = bVertical ? nRow : nCol; // Schleifenvariablen in FillAuto()
518 sal_uLong& rOuter = bVertical ? nCol : nRow; in FillAuto()
601 pSrcPattern = aCol[nCol].GetPattern(static_cast<SCROW>(nAtSrc)); in FillAuto()
629 aCol[nCol].ApplyStyleArea( nY1, nY2, *pStyleSheet ); in FillAuto()
631 aCol[nCol].ApplyPatternArea( nY1, nY2, *pNewPattern ); in FillAuto()
633 aCol[nCol].ApplyPatternArea( nY1, nY2, *pSrcPattern ); in FillAuto()
641 DeleteArea(static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), in FillAuto()
642 static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), IDF_AUTOFILL); in FillAuto()
644 if ( pSrcPattern != aCol[nCol].GetPattern( static_cast<SCROW>(nRow) ) ) in FillAuto()
649 aCol[nCol].ApplyStyle( static_cast<SCROW>(nRow), *pStyleSheet ); in FillAuto()
653 aCol[nCol].ApplyPattern( static_cast<SCROW>(nRow), *pNewPattern ); in FillAuto()
655 aCol[nCol].ApplyPattern( static_cast<SCROW>(nRow), *pSrcPattern ); in FillAuto()
693 FillAnalyse(static_cast<SCCOL>(nCol),nRow1, in FillAuto()
694 static_cast<SCCOL>(nCol),nRow2, eFillCmd,eDateCmd, in FillAuto()
702 aCol[nCol].Resize( aCol[nCol].GetCellCount() + nFillCount ); in FillAuto()
731 … aCol[nCol].Insert(static_cast<SCROW>(nRow), new ScStringCell(pListData->GetSubStr(nListIndex))); in FillAuto()
768 pSrcCell = aCol[nCol].GetCell( static_cast<SCROW>(nSource) ); in FillAuto()
816 … aCol[nCol].Insert(static_cast<SCROW>(nRow), new ScValueCell(nVal + nDelta)); in FillAuto()
830 aCol[nCol].Insert( static_cast<SCROW>(nRow), in FillAuto()
839 aCol[nCol].Insert( static_cast<SCROW>(nRow), in FillAuto()
845 … ScAddress aDestPos( static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), nTab ); in FillAuto()
850 … aCol[nCol].Insert( aDestPos.Row(), pSrcCell->CloneWithoutNote( *pDocument ) ); in FillAuto()
862 static_cast<SCCOL>(nCol), in FillAuto()
920 FillSeries( static_cast<SCCOL>(nCol), nRow1, in FillAuto()
921 static_cast<SCCOL>(nCol), nRow2, nFillCount, eFillDir, in FillAuto()
1292 sal_uLong nCol = 0; in FillSeries() local
1294 sal_uLong& rInner = bVertical ? nRow : nCol; // Schleifenvariablen in FillSeries()
1295 sal_uLong& rOuter = bVertical ? nCol : nRow; in FillSeries()
1363 ScBaseCell* pSrcCell = aCol[nCol].GetCell(static_cast<SCROW>(nRow)); in FillSeries()
1366 aCol[nCol].Resize( aCol[nCol].GetCellCount() + nFillCount ); in FillSeries()
1370 const ScPatternAttr* pSrcPattern = aCol[nCol].GetPattern(static_cast<SCROW>(nRow)); in FillSeries()
1372 aCol[nCol].SetPatternArea( static_cast<SCROW>(nIMin), in FillSeries()
1391 static_cast<SCCOL>(nCol), nRow, (rInner == nIEnd) ); in FillSeries()
1400 … ScAddress aDestPos( static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), nTab ); in FillSeries()
1401 … aCol[nCol].Insert( aDestPos.Row(), pSrcCell->CloneWithoutNote( *pDocument ) ); in FillSeries()
1474 aCol[nCol].SetError(static_cast<SCROW>(nRow), errNoValue); in FillSeries()
1476 aCol[nCol].SetValue(static_cast<SCROW>(nRow), nVal); in FillSeries()
1562 aCol[nCol].SetError(static_cast<SCROW>(nRow), errNoValue); in FillSeries()
1569 aCol[nCol].Insert( static_cast<SCROW>(nRow), in FillSeries()
1579 aCol[nCol].Insert( static_cast<SCROW>(nRow), pCell ); in FillSeries()
1661 SCCOL nCol = nStartCol; in AutoFormat() local
1665 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1674 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1684 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1686 nCol = nEndCol; in AutoFormat()
1689 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1698 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1708 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1711 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat()
1713 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1722 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat()
1724 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1738 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat()
1740 … AutoFormatArea(nCol, nStartRow + 1, nCol, nEndRow - 1, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1750 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat()
1754 … AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1785 void ScTable::GetAutoFormatAttr(SCCOL nCol, SCROW nRow, sal_uInt16 nIndex, ScAutoFormatData& rData) in GetAutoFormatAttr() argument
1787 sal_uInt32 nFormatIndex = GetNumberFormat( nCol, nRow ); in GetAutoFormatAttr()
1789 rData.GetFromItemSet( nIndex, GetPattern( nCol, nRow )->GetItemSet(), aNumFormat ); in GetAutoFormatAttr()
1798 void ScTable::GetAutoFormatFrame(SCCOL nCol, SCROW nRow, sal_uInt16 nFlags, sal_uInt16 nIndex, ScAu… in GetAutoFormatFrame() argument
1800 const SvxBoxItem* pTheBox = (SvxBoxItem*)GetAttr(nCol, nRow, ATTR_BORDER); in GetAutoFormatFrame()
1801 const SvxBoxItem* pLeftBox = (SvxBoxItem*)GetAttr(nCol - 1, nRow, ATTR_BORDER); in GetAutoFormatFrame()
1802 const SvxBoxItem* pTopBox = (SvxBoxItem*)GetAttr(nCol, nRow - 1, ATTR_BORDER); in GetAutoFormatFrame()
1803 const SvxBoxItem* pRightBox = (SvxBoxItem*)GetAttr(nCol + 1, nRow, ATTR_BORDER); in GetAutoFormatFrame()
1804 const SvxBoxItem* pBottomBox = (SvxBoxItem*)GetAttr(nCol, nRow + 1, ATTR_BORDER); in GetAutoFormatFrame()
1930 void ScTable::SetError( SCCOL nCol, SCROW nRow, sal_uInt16 nError) in SetError() argument
1932 if (ValidColRow(nCol, nRow)) in SetError()
1933 aCol[nCol].SetError( nRow, nError ); in SetError()
2027 SCSIZE ScTable::GetPatternCount( SCCOL nCol ) in GetPatternCount() argument
2029 if( ValidCol( nCol ) ) in GetPatternCount()
2030 return aCol[nCol].GetPatternCount(); in GetPatternCount()
2035 SCSIZE ScTable::GetPatternCount( SCCOL nCol, SCROW nRw1, SCROW nRw2 ) in GetPatternCount() argument
2037 if( ValidCol( nCol ) && ValidRow( nRw1 ) && ValidRow( nRw2 ) ) in GetPatternCount()
2038 return aCol[nCol].GetPatternCount( nRw1, nRw2 ); in GetPatternCount()
2043 bool ScTable::ReservedPatternCount( SCCOL nCol, SCSIZE nReserved ) in ReservedPatternCount() argument
2045 if( ValidCol( nCol ) ) in ReservedPatternCount()
2046 return aCol[nCol].ReservedPatternCount( nReserved ); in ReservedPatternCount()