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()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()2985 if ((sal_uInt16)nAktRow >= pTabLines->Count()) in SetPamInCell()2993 pTabLine = (*pTabLines)[nAktRow]; in SetPamInCell()[all …]
Completed in 32 milliseconds