Lines Matching refs:aHori
1322 SwFmtHoriOrient aHori( pFmt->GetHoriOrient() ); in ChgRelPos() local
1327 aHori.SetHoriOrient( text::HoriOrientation::NONE ); in ChgRelPos()
1328 aHori.SetRelationOrient( text::RelOrientation::PAGE_FRAME ); in ChgRelPos()
1329 aHori.SetPosToggle( sal_False ); in ChgRelPos()
1333 aHori.SetHoriOrient( text::HoriOrientation::NONE ); in ChgRelPos()
1334 aHori.SetRelationOrient( text::RelOrientation::FRAME ); in ChgRelPos()
1335 aHori.SetPosToggle( sal_False ); in ChgRelPos()
1338 else if ( IsFlyAtCntFrm() || text::HoriOrientation::NONE != aHori.GetHoriOrient() ) in ChgRelPos()
1340 aHori.SetHoriOrient( text::HoriOrientation::NONE ); in ChgRelPos()
1341 if( text::RelOrientation::CHAR == aHori.GetRelationOrient() && IsAutoPos() ) in ChgRelPos()
1359 aHori.SetRelationOrient( text::RelOrientation::FRAME ); in ChgRelPos()
1360 aHori.SetPosToggle( sal_False ); in ChgRelPos()
1362 aHori.SetPos( nTmpX ); in ChgRelPos()
1363 aSet.Put( aHori ); in ChgRelPos()