Searched refs:pGridPos (Results 1 – 1 of 1) sorted by relevance
3067 SwPosition* pGridPos = pIo->pPaM->GetPoint(); in SetPamInCell() local3069 xub_StrLen nEnd = pGridPos->nContent.GetIndex(); in SetPamInCell()3070 pGridPos->nContent.Assign(pIo->pPaM->GetCntntNode(), 0); in SetPamInCell()3071 pIo->pCtrlStck->NewAttr(*pGridPos, aGridItem); in SetPamInCell()3072 pGridPos->nContent.Assign(pIo->pPaM->GetCntntNode(), nEnd); in SetPamInCell()3073 pIo->pCtrlStck->SetAttr(*pGridPos, RES_PARATR_SNAPTOGRID); in SetPamInCell()