/aoo42x/main/sc/source/ui/view/ |
H A D | output.cxx | 145 pRowInfo( rTabInfo.mpRowInfo ), in ScOutputData() 205 nScrH += pRowInfo[nArrY].nHeight; in ScOutputData() 474 nY = pRowInfo[nArrY].nRowNo; in DrawGrid() 476 nPosY += pRowInfo[nArrY].nHeight; in DrawGrid() 478 if (pRowInfo[nArrY].bChanged) in DrawGrid() 622 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in FindRotated() 1393 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in DrawRotatedFrame() 1739 nPosY += pRowInfo[nArrY].nHeight; in SetChangedClip() 1896 SCROW nY = pRowInfo[nArrY].nRowNo; in DrawRefMark() 1915 nPosY += pRowInfo[nArrY].nHeight; in DrawRefMark() [all …]
|
H A D | prevloc.cxx | 78 pRowInfo(NULL) in ScPreviewTableInfo() 85 delete[] pRowInfo; in ~ScPreviewTableInfo() 102 delete[] pRowInfo; in SetRowInfo() 103 pRowInfo = pNewInfo; in SetRowInfo() 136 if ( pRowInfo ) in LimitToArea() 145 while ( nEnd > 0 && pRowInfo[nEnd-1].nPixelStart > rPixelArea.Bottom() ) in LimitToArea() 155 pNewInfo[i] = pRowInfo[nStart + i]; in LimitToArea() 672 ScPreviewColRowInfo* pRowInfo = new ScPreviewColRowInfo[ nRowCount ]; in GetTableInfo() local 693 pRowInfo[nRowPos].Set( sal_False, nRow, in GetTableInfo() 714 pRowInfo[nRowPos].Set( sal_False, nRow, in GetTableInfo() [all …]
|
H A D | output2.cxx | 907 pRowInfo[nArrY].nRowNo == rOverY) in GetMergeOrigin() 1111 RowInfo& rThisRowInfo = pRowInfo[nArrY]; in GetOutputArea() 1142 nCellPosY += pRowInfo[nCompArr].nHeight; in GetOutputArea() 1144 nCompRow = pRowInfo[nCompArr].nRowNo; in GetOutputArea() 1374 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawStrings() 1895 nPosY += pRowInfo[nArrY].nHeight; in DrawStrings() 2176 nY = pRowInfo[1].nRowNo; in DrawEdit() 2979 nRowPosY += pRowInfo[nArrY].nHeight; in DrawEdit() 2995 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in DrawRotated() 2996 nRotMax = pRowInfo[nRotY].nRotMaxCol; in DrawRotated() [all …]
|
H A D | gridwin4.cxx | 1219 RowInfo* pRowInfo = rTabInfo.mpRowInfo; in DrawButtons() local 1229 if ( pRowInfo[nArrY].bAutoFilter && pRowInfo[nArrY].bChanged ) in DrawButtons() 1231 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawButtons() 1312 if ( pRowInfo[nArrY].bPushButton && pRowInfo[nArrY].bChanged ) in DrawButtons() 1314 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawButtons() 1342 … if ( bListValButton && pRowInfo[nArrY].nRowNo == aListValPos.Row() && pRowInfo[nArrY].bChanged ) in DrawButtons()
|
H A D | output3.cxx | 245 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in DrawingSingle() 259 nPosY += pRowInfo[nArrY].nHeight; in DrawingSingle()
|
/aoo42x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 85 ScDocument* pDoc, RowInfo* pRowInfo, in lcl_GetMergeRange() argument 125 (SCsROW) pRowInfo[nArrY].nRowNo == rStartY) in lcl_GetMergeRange() 143 (SCsROW) pRowInfo[nArrY].nRowNo == rStartY) in lcl_GetMergeRange() 168 RowInfo* pRowInfo = rTabInfo.mpRowInfo; in FillInfo() local 237 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in FillInfo() 291 if (pRowInfo[nArrY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nArrY].nRotMaxCol > nRotMax) in FillInfo() 292 nRotMax = pRowInfo[nArrY].nRotMaxCol; in FillInfo() 300 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in FillInfo() 651 pRowInfo[nArrY].bEmptyBack = sal_False; in FillInfo() 685 RowInfo* pThisRowInfo = &pRowInfo[nArrY]; in FillInfo() [all …]
|
H A D | table2.cxx | 1457 SCSIZE ScTable::FillMaxRot( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2, in FillMaxRot() argument 1513 while ( nArrY<nArrCount && pRowInfo[nArrY].nRowNo < nRow ) in FillMaxRot() 1515 if ( nArrY<nArrCount && pRowInfo[nArrY].nRowNo == nRow ) in FillMaxRot() 1516 pRowInfo[nArrY].nRotMaxCol = nCol; in FillMaxRot() 1526 void ScTable::FindMaxRotCol( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2 ) in FindMaxRotCol() argument 1536 SCROW nY1 = pRowInfo[0].nRowNo; in FindMaxRotCol() 1537 SCROW nY2 = pRowInfo[nArrCount-1].nRowNo; in FindMaxRotCol() 1575 FillMaxRot( pRowInfo, nArrCount, nX1, nX2, in FindMaxRotCol() 1586 nArrY = FillMaxRot( pRowInfo, nArrCount, nX1, nX2, in FindMaxRotCol()
|
H A D | document.cxx | 4394 void ScDocument::FindMaxRotCol( SCTAB nTab, RowInfo* pRowInfo, SCSIZE nArrCount, in FindMaxRotCol() argument 4398 pTab[nTab]->FindMaxRotCol( pRowInfo, nArrCount, nX1, nX2 ); in FindMaxRotCol()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewTable.cxx | 505 const ScPreviewColRowInfo* pRowInfo = mpTableInfo->GetRowInfo(); in getAccessibleAtPoint() local 513 …nRows > 0 && aMovedPoint.X >= pColInfo[0].nPixelStart && aMovedPoint.Y >= pRowInfo[0].nPixelStart ) in getAccessibleAtPoint() 519 while ( nRowIndex < nRows && aMovedPoint.Y > pRowInfo[nRowIndex].nPixelEnd ) in getAccessibleAtPoint() 733 const ScPreviewColRowInfo* pRowInfo = mpTableInfo->GetRowInfo(); in GetBoundingBox() local 736 pRowInfo[0].nPixelStart, in GetBoundingBox() 738 pRowInfo[nRows-1].nPixelEnd ); in GetBoundingBox()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 69 ScPreviewColRowInfo* pRowInfo; member in ScPreviewTableInfo 79 const ScPreviewColRowInfo* GetRowInfo() const { return pRowInfo; } in GetRowInfo()
|
H A D | output.hxx | 86 RowInfo* pRowInfo; // Info-Block member in ScOutputData
|
/aoo42x/main/sc/inc/ |
H A D | table.hxx | 518 void FindMaxRotCol( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2 ); 886 SCSIZE FillMaxRot( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2,
|
H A D | document.hxx | 1644 void FindMaxRotCol( SCTAB nTab, RowInfo* pRowInfo, SCSIZE nArrCount,
|