Searched refs:pTabLines (Results 1 – 1 of 1) sorted by relevance
184 const SwTableLines* pTabLines; // Zeilen-Array davon member in WW8TabDesc1845 pTabLines(0), in WW8TabDesc()2629 pTabLines = &pTable->GetTabLines(); in UseSwTable()2632 pTblNd = (SwTableNode*)(*pTabLines)[0]->GetTabBoxes()[0]-> in UseSwTable()2674 ASSERT(nRow < pTabLines->Count(), in MergeCells()2676 if (nRow >= pTabLines->Count()) in MergeCells()2678 pTabLine = (*pTabLines)[ nRow ]; in MergeCells()2790 if (nRow < pTabLines->Count()) in ParkPaM()2792 if (SwTableLine *pLine = (*pTabLines)[nRow]) in ParkPaM()2940 return pActBand->bExist[nCol] && (sal_uInt16)nAktRow < pTabLines->Count(); in IsValidCell()[all …]