Searched refs:pConstr (Results 1 – 1 of 1) sorted by relevance
162 SwHTMLTableLayoutConstraints *pConstr = this; in InsertNext() local163 while( pConstr ) in InsertNext()165 if( pConstr->GetRow() > pNxt->GetRow() || in InsertNext()166 pConstr->GetColumn() > pNxt->GetColumn() ) in InsertNext()168 pPrev = pConstr; in InsertNext()169 pConstr = pConstr->GetNext(); in InsertNext()176 pConstr = this; in InsertNext()181 pConstr = pNxt; in InsertNext()184 return pConstr; in InsertNext()756 SwHTMLTableLayoutConstraints *pConstr = in AutoLayoutPass1() local[all …]