Searched refs:LeftCenter (Results 1 – 21 of 21) sorted by relevance
/trunk/main/toolkit/source/helper/ |
H A D | imagealign.cxx | 43 case IMAGEALIGN_LEFT: nReturn = LeftCenter; break; in translateImagePosition() 67 case LeftCenter: nReturn = IMAGEALIGN_LEFT; break; in translateImagePosition() 119 case LEFT: nReturn = LeftCenter; break; in getExtendedImagePosition()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdorect.cxx | 353 case 5: aPnt=aRect.LeftCenter(); eKind = HDL_LEFT ; break; // Links in GetHdl() 547 case 3: aPt=aRect.LeftCenter(); aPt.X()-=nWdt; break; in GetVertexGluePoint()
|
H A D | svdocirc.cxx | 437 aPnt = aRect.LeftCenter(); in GetHdl() 986 Union(rRect,aRect.LeftCenter()); in TakeUnrotatedSnapRect()
|
H A D | svdotxdr.cxx | 68 case 3: aPnt=aRect.LeftCenter(); eKind=HDL_LEFT ; break; // Links in GetHdl()
|
H A D | svdmrkv.cxx | 795 … if (!bWdt0 ) aHdl.AddHdl(new SdrHdl(aRect.LeftCenter() ,HDL_LEFT )); in SetMarkHandles() 1975 else if (aRct1.IsInside(aBR.LeftCenter())) eRet=SDRHIT_BOUNDCL; in PickSomething()
|
H A D | svdobj.cxx | 1242 case 3: pH=new SdrHdl(rR.LeftCenter(), HDL_LEFT ); break; // Links in GetHdl() 2323 case 3 : aPt = aR.LeftCenter(); break; in GetVertexGluePoint()
|
H A D | svdedtv1.cxx | 1460 case RP_LM: return aRect.LeftCenter(); in ImpGetPoint()
|
H A D | svdoashp.cxx | 2040 case 3: aPt=aRect.LeftCenter(); aPt.X()-=nWdt; break; in GetVertexGluePoint()
|
/trunk/main/tools/inc/tools/ |
H A D | gen.hxx | 414 Point LeftCenter() const; 544 inline Point Rectangle::LeftCenter() const in LeftCenter() function in Rectangle
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxbutton.cxx | 46 css::uno::Any( css::awt::ImagePosition::LeftCenter ) ); in VCLXIconButton()
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | ImagePosition.idl | 45 const short LeftCenter = 1;
|
/trunk/main/svx/source/dialog/ |
H A D | dialcontrol.cxx | 183 DrawPie( maRect, maRect.TopLeft(), maRect.LeftCenter() ); in DrawBackground()
|
/trunk/main/svx/source/engine3d/ |
H A D | dragmt3d.cxx | 524 maScaleFixPos = maFullBound.LeftCenter(); in E3dDragMove()
|
/trunk/main/oox/source/ole/ |
H A D | axcontrol.cxx | 429 sal_Int16 nImagePos = ImagePosition::LeftCenter; in convertAxPicture() 433 case AX_PICPOS_LEFTCENTER: nImagePos = ImagePosition::LeftCenter; break; in convertAxPicture()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 356 … const Rectangle aBottomRectangle(aRectangle.LeftCenter(), aRectangle.BottomRight()); in create2DDecompositionOfGraphic()
|
/trunk/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 1047 …if (!bWdt0 ) rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.LeftCenter() ,HDL… in addCustomHandles()
|
/trunk/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_import.cxx | 1021 nPosition = awt::ImagePosition::LeftCenter; in importImagePositionProperty()
|
H A D | xmldlg_export.cxx | 817 case awt::ImagePosition::LeftCenter: in readImagePositionAttr()
|
/trunk/main/svtools/source/control/ |
H A D | valueset.cxx | 1014 Point aPos = aRect2.LeftCenter(); in ImplDrawDropPos()
|
/trunk/main/svx/source/table/ |
H A D | svdotable.cxx | 2434 rHdlList.AddHdl( pH = new SdrHdl(aRect.LeftCenter(),HDL_LEFT) ); pH->SetMoveOutside( true ); in AddToHdlList()
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 2941 executeRowContextMenu( nRow, aRowRect.LeftCenter() ); in Command()
|
Completed in 636 milliseconds