Home
last modified time | relevance | path

Searched refs:pGridPos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3068 SwPosition* pGridPos = pIo->pPaM->GetPoint(); in SetPamInCell() local
3070 xub_StrLen nEnd = pGridPos->nContent.GetIndex(); in SetPamInCell()
3071 pGridPos->nContent.Assign(pIo->pPaM->GetCntntNode(), 0); in SetPamInCell()
3072 pIo->pCtrlStck->NewAttr(*pGridPos, aGridItem); in SetPamInCell()
3073 pGridPos->nContent.Assign(pIo->pPaM->GetCntntNode(), nEnd); in SetPamInCell()
3074 pIo->pCtrlStck->SetAttr(*pGridPos, RES_PARATR_SNAPTOGRID); in SetPamInCell()

Completed in 33 milliseconds