Home
last modified time | relevance | path

Searched refs:bTopRight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/draw/
H A Ddview.cxx63 SwSdrHdl(const Point& rPnt, bool bTopRight ) : in SwSdrHdl() argument
64 SdrHdl( rPnt, bTopRight ? HDL_ANCHOR_TR : HDL_ANCHOR ) {} in SwSdrHdl()
818 const sal_Bool bTopRight = pAnch && ( ( pAnch->IsVertical() && in CalcAnchor() local
821 const Point aMyPt = bTopRight ? aMyRect.TopRight() : aMyRect.TopLeft(); in CalcAnchor()
826 if ( !TakeDragObjAnchorPos( aPt, bTopRight ) ) in CalcAnchor()
832 aPt = bTopRight ? aRect.TopRight() : aRect.TopLeft(); in CalcAnchor()
/trunk/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx217 bool bTopRight=0; in convertFromModel() local
233 bTopRight=1; in convertFromModel()
260 if(eLegendPos == LegendPosition_CUSTOM && 1 == bTopRight && bManualLayout==false) in convertFromModel()
/trunk/main/svx/inc/svx/
H A Dsvddrgv.hxx126 sal_Bool TakeDragObjAnchorPos(Point& rPos, sal_Bool bTopRight = sal_False ) const;

Completed in 19 milliseconds