Searched refs:pTabLines (Results 1 – 1 of 1) sorted by relevance
185 const SwTableLines* pTabLines; // Zeilen-Array davon member in WW8TabDesc1817 pTabLines(0), in WW8TabDesc()2601 pTabLines = &pTable->GetTabLines(); in UseSwTable()2646 ASSERT(nRow < pTabLines->Count(), in MergeCells()2648 if (nRow >= pTabLines->Count()) in MergeCells()2650 pTabLine = (*pTabLines)[ nRow ]; in MergeCells()2762 if (nRow < pTabLines->Count()) in ParkPaM()2764 if (SwTableLine *pLine = (*pTabLines)[nRow]) in ParkPaM()2956 if ((sal_uInt16)nAktRow >= pTabLines->Count()) in SetPamInCell()2964 pTabLine = (*pTabLines)[nAktRow]; in SetPamInCell()[all …]
Completed in 44 milliseconds