Searched refs:aOrient (Results 1 – 5 of 5) sorted by relevance
204 …const basegfx::B2VectorOrientation aOrient = basegfx::tools::getOrientation(aTemp.getB2DPolygon(0L… in GetBreakObj() local206 if(basegfx::ORIENTATION_POSITIVE == aOrient) in GetBreakObj()
416 Point aOrient( pAnch->Frm().Pos() ); in SetFlyPos() local419 aOrient.X() = rAbsPos.X(); in SetFlyPos()422 aOrient.X() = rAbsPos.X() - aOrient.X(); in SetFlyPos()423 aOrient.Y() = rAbsPos.Y() - aOrient.Y(); in SetFlyPos()424 pFly->ChgRelPos( aOrient ); in SetFlyPos()
272 …SwFmtHoriOrient aOrient ( static_cast < const :: SwFmtHoriOrient & > ( rFromSet.Get ( RES_HORI_ORI… in FillBaseProperties()274 bRet &= ((SfxPoolItem&)aOrient).PutValue(*pHori, MID_HORIORIENT_ORIENT); in FillBaseProperties()276 bRet &= ((SfxPoolItem&)aOrient).PutValue(*pHoriP, MID_HORIORIENT_POSITION|CONVERT_TWIPS); in FillBaseProperties()278 bRet &= ((SfxPoolItem&)aOrient).PutValue(*pHoriR, MID_HORIORIENT_RELATION); in FillBaseProperties()280 bRet &= ((SfxPoolItem&)aOrient).PutValue(*pPageT, MID_HORIORIENT_PAGETOGGLE); in FillBaseProperties()281 rToSet.Put(aOrient); in FillBaseProperties()294 …SwFmtVertOrient aOrient ( static_cast < const :: SwFmtVertOrient & > ( rFromSet.Get ( RES_VERT_ORI… in FillBaseProperties()296 bRet &= ((SfxPoolItem&)aOrient).PutValue(*pVert, MID_VERTORIENT_ORIENT); in FillBaseProperties()298 bRet &= ((SfxPoolItem&)aOrient).PutValue(*pVertP, MID_VERTORIENT_POSITION|CONVERT_TWIPS); in FillBaseProperties()300 bRet &= ((SfxPoolItem&)aOrient).PutValue(*pVertR, MID_VERTORIENT_RELATION); in FillBaseProperties()[all …]
2002 SwFmtHoriOrient aOrient ( rFrmFmt.GetHoriOrient() ); in ApplyTblAttr() local2003 ((SfxPoolItem&)aOrient).PutValue(*pHOrient, MID_HORIORIENT_ORIENT|CONVERT_TWIPS); in ApplyTblAttr()2004 bFullAlign = (aOrient.GetHoriOrient() == text::HoriOrientation::FULL); in ApplyTblAttr()2005 aSet.Put(aOrient); in ApplyTblAttr()
1240 OUString aOrient( in importOrientationProperty() local1243 if (aOrient.getLength()) in importOrientationProperty()1246 if (aOrient.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("horizontal") )) in importOrientationProperty()1250 else if (aOrient.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("vertical") )) in importOrientationProperty()
Completed in 73 milliseconds