Searched refs:pAutoFrm (Results 1 – 1 of 1) sorted by relevance
1268 SwTxtFrm *pAutoFrm = NULL; in ChgRelPos() local1294 while( pAutoFrm->GetFollow() && in ChgRelPos()1295 pAutoFrm->GetFollow()->GetOfst() <= nOfs ) in ChgRelPos()1297 if( pAutoFrm == GetAnchorFrm() ) in ChgRelPos()1298 nTmpY += pAutoFrm->GetRelPos().Y(); in ChgRelPos()1299 nTmpY -= pAutoFrm->GetUpper()->Prt().Height(); in ChgRelPos()1300 pAutoFrm = pAutoFrm->GetFollow(); in ChgRelPos()1345 if( !pAutoFrm ) in ChgRelPos()1351 while( pAutoFrm->GetFollow() && in ChgRelPos()1352 pAutoFrm->GetFollow()->GetOfst() <= nOfs ) in ChgRelPos()[all …]
Completed in 26 milliseconds