Searched refs:pTabLines (Results 1 – 1 of 1) sorted by relevance
185 const SwTableLines* pTabLines; // Zeilen-Array davon member in WW8TabDesc1846 pTabLines(0), in WW8TabDesc()2630 pTabLines = &pTable->GetTabLines(); in UseSwTable()2633 pTblNd = (SwTableNode*)(*pTabLines)[0]->GetTabBoxes()[0]-> in UseSwTable()2675 ASSERT(nRow < pTabLines->Count(), in MergeCells()2677 if (nRow >= pTabLines->Count()) in MergeCells()2679 pTabLine = (*pTabLines)[ nRow ]; in MergeCells()2791 if (nRow < pTabLines->Count()) in ParkPaM()2793 if (SwTableLine *pLine = (*pTabLines)[nRow]) in ParkPaM()2941 return pActBand->bExist[nCol] && (sal_uInt16)nAktRow < pTabLines->Count(); in IsValidCell()[all …]