Lines Matching refs:nIndex

945     long nIndex = 0;  in GetAutoFillPreview()  local
954 nIndex = ((long)nEndY) - nRow1; // kann negativ werden in GetAutoFillPreview()
964 nIndex = ((long)nEndX) - nCol1; // kann negativ werden in GetAutoFillPreview()
990 while ( nIndex < sal::static_int_cast<long>(nSub) ) in GetAutoFillPreview()
991 nIndex += nListCount; in GetAutoFillPreview()
992 sal_uLong nPos = ( nListIndex + nIndex - nSub ) % nListCount; in GetAutoFillPreview()
1015 if (nIndex >0) in GetAutoFillPreview()
1016 nIndex = nIndex - nFiltered; in GetAutoFillPreview()
1018 nIndex = nIndex + nFiltered; in GetAutoFillPreview()
1022 long nPosIndex = nIndex; in GetAutoFillPreview()
1037 if (nIndex >= 0) in GetAutoFillPreview()
1038 nDelta = nIndex / nSrcCount; in GetAutoFillPreview()
1040 nDelta = ( nIndex - nSrcCount + 1 ) / nSrcCount; // -1 -> -1 in GetAutoFillPreview()
1131 bValueOk = ( SubTotal::SafeMult( nAdd, (double) nIndex ) && in GetAutoFillPreview()
1138 if ( nIndex < 0 ) in GetAutoFillPreview()
1140 nIndex = -nIndex; in GetAutoFillPreview()
1143 for (long i=0; i<nIndex; i++) in GetAutoFillPreview()
1415 long nIndex = 0; in FillSeries() local
1434 if ( !SubTotal::SafeMult( nAdd, (double) ++nIndex ) || in FillSeries()
1508 long nIndex = 0; in FillSeries() local
1528 if ( !SubTotal::SafeMult( nAdd, (double) ++nIndex ) || in FillSeries()
1663 sal_uInt16 nIndex = 0; in AutoFormat() local
1665 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1671 nIndex = 4; in AutoFormat()
1674 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1675 if (nIndex == 4) in AutoFormat()
1676 nIndex = 8; in AutoFormat()
1678 nIndex = 4; in AutoFormat()
1683 nIndex = 12; in AutoFormat()
1684 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1688 nIndex = 3; in AutoFormat()
1689 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1695 nIndex = 7; in AutoFormat()
1698 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1699 if (nIndex == 7) in AutoFormat()
1700 nIndex = 11; in AutoFormat()
1702 nIndex = 7; in AutoFormat()
1707 nIndex = 15; in AutoFormat()
1708 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1710 nIndex = 1; in AutoFormat()
1713 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1714 if (nIndex == 1) in AutoFormat()
1715 nIndex = 2; in AutoFormat()
1717 nIndex = 1; in AutoFormat()
1721 nIndex = 13; in AutoFormat()
1724 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1725 if (nIndex == 13) in AutoFormat()
1726 nIndex = 14; in AutoFormat()
1728 nIndex = 13; in AutoFormat()
1737 nIndex = 5; in AutoFormat()
1740 AutoFormatArea(nCol, nStartRow + 1, nCol, nEndRow - 1, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1741 if (nIndex == 5) in AutoFormat()
1742 nIndex = 6; in AutoFormat()
1744 nIndex = 5; in AutoFormat()
1749 nIndex = 5; in AutoFormat()
1754 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1755 if ((nIndex == 5) || (nIndex == 9)) in AutoFormat()
1757 if (nIndex == 5) in AutoFormat()
1758 nIndex = 9; in AutoFormat()
1760 nIndex = 5; in AutoFormat()
1764 if (nIndex == 6) in AutoFormat()
1765 nIndex = 10; in AutoFormat()
1767 nIndex = 6; in AutoFormat()
1770 if ((nIndex == 5) || (nIndex == 9)) in AutoFormat()
1771 nIndex = 6; in AutoFormat()
1773 nIndex = 5; in AutoFormat()
1785 void ScTable::GetAutoFormatAttr(SCCOL nCol, SCROW nRow, sal_uInt16 nIndex, ScAutoFormatData& rData) in GetAutoFormatAttr() argument
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
1855 rData.PutItem( nIndex, aBox ); in GetAutoFormatFrame()