Lines Matching refs:pConstr
162 SwHTMLTableLayoutConstraints *pConstr = this; in InsertNext() local
163 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
760 pConstraints = pConstraints->InsertNext( pConstr ); in AutoLayoutPass1()
762 pConstraints = pConstr; in AutoLayoutPass1()
844 SwHTMLTableLayoutConstraints *pConstr = pConstraints; in AutoLayoutPass1() local
845 while( pConstr ) in AutoLayoutPass1()
849 sal_uInt16 nCol = pConstr->GetColumn(); in AutoLayoutPass1()
850 sal_uInt16 nColSpan = pConstr->GetColSpan(); in AutoLayoutPass1()
851 sal_uLong nConstrMin = pConstr->GetMinNoAlign(); in AutoLayoutPass1()
852 sal_uLong nConstrMax = pConstr->GetMaxNoAlign(); in AutoLayoutPass1()
940 pConstr = pConstr->GetNext(); in AutoLayoutPass1()