Home
last modified time | relevance | path

Searched refs:pCellInfo (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Doutput.cxx199 nScrW += pRowInfo[0].pCellInfo[nX+1].nWidth; in ScOutputData()
350 sal_uInt16 nWidth = pRowInfo[0].pCellInfo[nXplus1].nWidth; in DrawGrid()
394 sal_uInt16 nWidthXplus2 = pRowInfo[0].pCellInfo[nXplus2].nWidth; in DrawGrid()
401 if (pRowInfo[nArrY].pCellInfo[nXplus2].bHOverlapped) in DrawGrid()
403 if (pRowInfo[nArrY].pCellInfo[nXplus1].bHideGrid) in DrawGrid()
423 sal_Bool bHOver = pThisRowInfo->pCellInfo[nXplus1].bHideGrid; in DrawGrid()
427 bHOver = pThisRowInfo->pCellInfo[nXplus2].bHOverlapped; in DrawGrid()
431 bHOver = pThisRowInfo->pCellInfo[nVisX+1].bHOverlapped; in DrawGrid()
527 if (pRowInfo[nArrYplus1].pCellInfo[i+1].bVOverlapped) in DrawGrid()
544 nNextX = nPosX + pRowInfo[0].pCellInfo[i+1].nWidth * nLayoutSign; in DrawGrid()
[all …]
H A Doutput2.cxx851 CellInfo* pInfo = &pRowInfo[nArrY].pCellInfo[nX+1]; in GetMergeOrigin()
880 bHOver = pRowInfo[nArrY].pCellInfo[rOverX+1].bHOverlapped; in GetMergeOrigin()
881 bVOver = pRowInfo[nArrY].pCellInfo[rOverX+1].bVOverlapped; in GetMergeOrigin()
910 bHOver = pRowInfo[nArrY].pCellInfo[rOverX+1].bHOverlapped; in GetMergeOrigin()
911 bVOver = pRowInfo[nArrY].pCellInfo[rOverX+1].bVOverlapped; in GetMergeOrigin()
1030 bEmpty = pThisRowInfo->pCellInfo[nX+1].bEmptyCellText; in IsEmptyCellText()
1121 pRowInfo[0].pCellInfo[nCompCol+1].nWidth : in GetOutputArea()
1130 pRowInfo[0].pCellInfo[nCompCol+1].nWidth : in GetOutputArea()
1170 pRowInfo[0].pCellInfo[nCellX+i+1].nWidth : in GetOutputArea()
1247 rThisRowInfo.pCellInfo[nRightX].bHideGrid = sal_True; in GetOutputArea()
[all …]
H A Dprintfun.cxx390 const CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nX+1]; in lcl_HidePrint()
395 pThisRowInfo->pCellInfo[nX+1].pCell = NULL; in lcl_HidePrint()
396 pThisRowInfo->pCellInfo[nX+1].bEmptyCellText = sal_True; in lcl_HidePrint()
1378 aTabInfo.mpRowInfo[0].pCellInfo[1].nWidth = in DrawBorder()
1379 aTabInfo.mpRowInfo[1].pCellInfo[1].nWidth = (sal_uInt16) nEffWidth; in DrawBorder()
H A Dgridwin4.cxx1238 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nCol+1]; in DrawButtons()
1318 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nCol+1]; in DrawButtons()
/AOO41X/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx104 : pCellInfo(NULL) in ScMyDeleted()
110 if (pCellInfo) in ~ScMyDeleted()
111 delete pCellInfo; in ~ScMyDeleted()
117 pCellInfo(pTempCellInfo) in ScMyGenerated()
123 if (pCellInfo) in ~ScMyGenerated()
124 delete pCellInfo; in ~ScMyGenerated()
182 pCellInfo(NULL) in ScMyContentAction()
188 if (pCellInfo) in ~ScMyContentAction()
189 delete pCellInfo; in ~ScMyContentAction()
292 ScMyCellInfo* pCellInfo) in SetPreviousChange() argument
[all …]
H A DXMLChangeTrackingImportHelper.hxx70 ScMyCellInfo* pCellInfo; member
82 ScMyCellInfo* pCellInfo; member
84 ScMyGenerated(ScMyCellInfo* pCellInfo, const ScBigRange& aBigRange);
166 ScMyCellInfo* pCellInfo; member
221 void SetPreviousChange(const sal_uInt32 nPreviousAction, ScMyCellInfo* pCellInfo);
225 void AddDeleted(const sal_uInt32 nID, ScMyCellInfo* pCellInfo);
231 void AddGenerated(ScMyCellInfo* pCellInfo, const ScBigRange& aBigRange);
H A DXMLTrackedChangesContext.cxx848 …ScMyCellInfo* pCellInfo(new ScMyCellInfo(pCell, sFormulaAddress, sFormula, eGrammar, sInputString,… in EndElement() local
851 pChangeTrackingImportHelper->AddDeleted(nID, pCellInfo); in EndElement()
853 pChangeTrackingImportHelper->AddGenerated(pCellInfo, aBigRange); in EndElement()
/AOO41X/main/sc/source/core/data/
H A Dfillinfo.cxx89 CellInfo* pInfo = &pRowInfo[nArrY].pCellInfo[nX+1]; in lcl_GetMergeRange()
103 bHOver = pRowInfo[nArrY].pCellInfo[rStartX+1].bHOverlapped; in lcl_GetMergeRange()
104 bVOver = pRowInfo[nArrY].pCellInfo[rStartX+1].bVOverlapped; in lcl_GetMergeRange()
127 bHOver = pRowInfo[nArrY].pCellInfo[rStartX+1].bHOverlapped; in lcl_GetMergeRange()
128 bVOver = pRowInfo[nArrY].pCellInfo[rStartX+1].bVOverlapped; in lcl_GetMergeRange()
145 pMerge = (const ScMergeAttr*) &pRowInfo[nArrY].pCellInfo[rStartX+1].pPatternAttr-> in lcl_GetMergeRange()
155 #define CELLINFO(x,y) pRowInfo[nArrY+y].pCellInfo[nArrX+x]
238 pThisRowInfo->pCellInfo = NULL; // wird unten belegt in FillInfo()
302 pThisRowInfo->pCellInfo = new CellInfo[ nRotMax+1+2 ]; // vom Aufrufer zu loeschen ! in FillInfo()
311 CellInfo* pInfo = &pThisRowInfo->pCellInfo[nArrX]; in FillInfo()
[all …]
/AOO41X/main/sc/inc/
H A Dfillinfo.hxx110 CellInfo* pCellInfo; member
122 inline explicit RowInfo() : pCellInfo( 0 ) {} in RowInfo()