Searched refs:pAutoFrm (Results 1 – 1 of 1) sorted by relevance
1248 SwTxtFrm *pAutoFrm = NULL; in ChgRelPos() local1274 while( pAutoFrm->GetFollow() && in ChgRelPos()1275 pAutoFrm->GetFollow()->GetOfst() <= nOfs ) in ChgRelPos()1277 if( pAutoFrm == GetAnchorFrm() ) in ChgRelPos()1278 nTmpY += pAutoFrm->GetRelPos().Y(); in ChgRelPos()1279 nTmpY -= pAutoFrm->GetUpper()->Prt().Height(); in ChgRelPos()1280 pAutoFrm = pAutoFrm->GetFollow(); in ChgRelPos()1325 if( !pAutoFrm ) in ChgRelPos()1331 while( pAutoFrm->GetFollow() && in ChgRelPos()1332 pAutoFrm->GetFollow()->GetOfst() <= nOfs ) in ChgRelPos()[all …]
Completed in 23 milliseconds