Lines Matching refs:nX

198 	for (SCCOL nX=nVisX1; nX<=nVisX2; nX++)  in ScOutputData()  local
199 nScrW += pRowInfo[0].pCellInfo[nX+1].nWidth; in ScOutputData()
296 SCCOL nX; in DrawGrid() local
346 for (nX=nX1; nX<=nX2; nX++) in DrawGrid()
348 SCCOL nXplus1 = nX+1; in DrawGrid()
349 SCCOL nXplus2 = nX+2; in DrawGrid()
387 if ( nX == MAXCOL ) in DrawGrid()
396 if ( nX<MAXCOL && !bSingle ) in DrawGrid()
410 if ( nX<MAXCOL && bSingle ) in DrawGrid()
610 for (SCCOL nX=nStartX; nX<=nEndX; nX++) in SetPagebreakMode() local
611 pThisRowInfo->pCellInfo[nX+1].bPrinted = sal_True; in SetPagebreakMode()
634 for (SCCOL nX=0; nX<=nRotMax; nX++) in FindRotated() local
636 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nX+1]; in FindRotated()
640 if ( !pPattern && !pDoc->ColHidden(nX, nTab) ) in FindRotated()
642 pPattern = pDoc->GetPattern( nX, nY, nTab ); in FindRotated()
643 pCondSet = pDoc->GetCondResult( nX, nY, nTab ); in FindRotated()
742 SCCOL nX; in lcl_EqualBack() local
745 for ( nX=nX1; nX<=nX2; nX++ ) in lcl_EqualBack()
747 const ScPatternAttr* pPat1 = rFirst.pCellInfo[nX+1].pPatternAttr; in lcl_EqualBack()
748 const ScPatternAttr* pPat2 = rOther.pCellInfo[nX+1].pPatternAttr; in lcl_EqualBack()
756 for ( nX=nX1; nX<=nX2; nX++ ) in lcl_EqualBack()
757 if ( rFirst.pCellInfo[nX+1].pBackground != rOther.pCellInfo[nX+1].pBackground ) in lcl_EqualBack()
762 for ( nX=nX1; nX<=nX2; nX++ ) in lcl_EqualBack()
763 if ( rFirst.pCellInfo[nX+1].nRotateDir != rOther.pCellInfo[nX+1].nRotateDir ) in lcl_EqualBack()
767 for ( nX=nX1; nX<=nX2; nX++ ) in lcl_EqualBack()
768 if ( rFirst.pCellInfo[nX+1].bPrinted != rOther.pCellInfo[nX+1].bPrinted ) in lcl_EqualBack()
834 for (SCCOL nX=nX1; nX<=nX2; nX++) in DrawBackground() local
836 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nX+1]; in DrawBackground()
869 pBackground = lcl_FindBackground( pDoc, nX, nY, nTab ); in DrawBackground()
889 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawBackground()
1444 SCCOL nX; in DrawRotatedFrame() local
1445 for (nX=0; nX<=nRotMax; nX++) in DrawRotatedFrame()
1447 if (nX==nX1) nPosX = nInitPosX; // calculated individually for preceding positions in DrawRotatedFrame()
1449 sal_uInt16 nArrX = nX + 1; in DrawRotatedFrame()
1460 pPattern = pDoc->GetPattern( nX, nY, nTab ); in DrawRotatedFrame()
1462 pCondSet = pDoc->GetCondResult( nX, nY, nTab ); in DrawRotatedFrame()
1474 if (nX<nX1) // negative Position berechnen in DrawRotatedFrame()
1478 while (nCol > nX) in DrawRotatedFrame()
1566 if ( nX < nX1 || nX > nX2 ) // Attribute in FillInfo nicht gesetzt in DrawRotatedFrame()
1573 pDoc->GetBorderLines( nX, nY, nTab, in DrawRotatedFrame()
1604 nX = nX1 > 0 ? (nX1-1) : static_cast<SCCOL>(0); in DrawRotatedFrame()
1605 for (; nX<=nX2+1; nX++) // sichtbarer Teil +- 1 in DrawRotatedFrame()
1607 sal_uInt16 nArrX = nX + 1; in DrawRotatedFrame()
1624 … svx::frame::Style aStyle( lcl_FindHorLine( pDoc, nX, nY, nTab, nDir, sal_True ), nPPTY ); in DrawRotatedFrame()
1631 … svx::frame::Style aStyle( lcl_FindHorLine( pDoc, nX, nY, nTab, nDir, sal_False ), nPPTY ); in DrawRotatedFrame()
1753 SCCOL nX; in FindChanged() local
1765 for (nX=nX1; nX<=nX2; nX++) in FindChanged()
1767 ScBaseCell* pCell = pThisRowInfo->pCellInfo[nX+1].pCell; in FindChanged()
1783 if ( pThisRowInfo->pCellInfo[nX+1].bMerged ) in FindChanged()
1787 pRowInfo[nOverY].pCellInfo[nX+1].bVOverlapped ) in FindChanged()
1827 for (SCCOL nX=nX1; nX<=nX2; nX++) in DrawMark() local
1829 if (pThisRowInfo->pCellInfo[nX+1].bMarked != bOldMarked) in DrawMark()
1839 bOldMarked = pThisRowInfo->pCellInfo[nX+1].bMarked; in DrawMark()
1844 nPosX -= pRowInfo[0].pCellInfo[nX+1].nWidth; in DrawMark()
1849 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth; in DrawMark()
1922 for (SCCOL nX=nX1; nX<=nX2; nX++) in DrawRefMark() local
1924 if ( nX==nRefStartX ) in DrawRefMark()
1929 if ( nX==nRefEndX ) in DrawRefMark()
1931 nMaxX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - 2 ) * nLayoutSign; in DrawRefMark()
1934 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawRefMark()
2028 for (SCCOL nX=nX1; nX<=nX2+1; nX++) in DrawOneChange() local
2030 if ( nX==nRefStartX ) in DrawOneChange()
2035 if ( nX==nRefEndX ) in DrawOneChange()
2037 nMaxX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - 1 ) * nLayoutSign; in DrawOneChange()
2040 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawOneChange()
2167 for (SCCOL nX=nX1; nX<=nX2; nX++) in DrawNoteMarks() local
2169 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nX+1]; in DrawNoteMarks()
2173 if ( nX==nX1 && pInfo->bHOverlapped && !pInfo->bVOverlapped ) in DrawNoteMarks()
2178 SCCOL nMergeX = nX; in DrawNoteMarks()
2180 pDoc->ExtendOverlapped( nMergeX, nMergeY, nX, nY, nTab ); in DrawNoteMarks()
2201 long nMarkX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - 4 ) * nLayoutSign; in DrawNoteMarks()
2205 SCCOL nNextX = nX + 1; in DrawNoteMarks()
2216 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawNoteMarks()
2245 for (SCCOL nX=nX1; nX<=nX2; nX++) in AddPDFNotes() local
2247 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nX+1]; in AddPDFNotes()
2251 SCCOL nMergeX = nX; in AddPDFNotes()
2254 if ( nX==nX1 && pInfo->bHOverlapped && !pInfo->bVOverlapped ) in AddPDFNotes()
2258 pDoc->ExtendOverlapped( nMergeX, nMergeY, nX, nY, nTab ); in AddPDFNotes()
2269 … long nMarkX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - nNoteWidth ) * nLayoutSign; in AddPDFNotes()
2273 SCCOL nNextX = nX + 1; in AddPDFNotes()
2303 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in AddPDFNotes()
2341 for (SCCOL nX=nX1; nX<=nX2; nX++) in DrawClipMarks() local
2343 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nX+1]; in DrawClipMarks()
2350 SCCOL nOverX = nX; in DrawClipMarks()
2386 long nOutWidth = pRowInfo[0].pCellInfo[nX+1].nWidth; in DrawClipMarks()
2391 SCCOL nOverX = nX; in DrawClipMarks()
2446 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawClipMarks()