Lines Matching refs:aCaptionPoint

407                                         awt::Point aCaptionPoint;  in setPropertyValue()  local
409 … awt::Point aUnoPoint(lcl_GetRelativePos( xShape, pDoc, nTab, aRange, aUnoSize, aCaptionPoint )); in setPropertyValue()
422 … if (aCaptionPoint.X > 0 && aCaptionPoint.X > aUnoSize.Width) in setPropertyValue()
423 aUnoPoint.X -= aCaptionPoint.X - aUnoSize.Width; in setPropertyValue()
429 if (aCaptionPoint.X < 0) in setPropertyValue()
430 aUnoPoint.X -= aCaptionPoint.X; in setPropertyValue()
432 if (aCaptionPoint.Y < 0) in setPropertyValue()
433 aUnoPoint.Y -= aCaptionPoint.Y; in setPropertyValue()
501 awt::Point aCaptionPoint; in setPropertyValue() local
507 if (lcl_GetCaptionPoint(xShape, aCaptionPoint)) in setPropertyValue()
511 … if (aCaptionPoint.X > 0 && aCaptionPoint.X > aSize.Width) in setPropertyValue()
512 nPos -= aCaptionPoint.X - aSize.Width; in setPropertyValue()
516 if (aCaptionPoint.X < 0) in setPropertyValue()
517 nPos -= aCaptionPoint.X; in setPropertyValue()
527 awt::Point aCaptionPoint; in setPropertyValue() local
529 … awt::Point aUnoPoint(lcl_GetRelativePos( xShape, pDoc, nTab, aRange, aUnoSize, aCaptionPoint )); in setPropertyValue()
540 … if (aCaptionPoint.X > 0 && aCaptionPoint.X > aUnoSize.Width) in setPropertyValue()
541 aUnoPoint.X -= aCaptionPoint.X - aUnoSize.Width; in setPropertyValue()
551 if (aCaptionPoint.X < 0) in setPropertyValue()
552 aUnoPoint.X -= aCaptionPoint.X; in setPropertyValue()
598 awt::Point aCaptionPoint; in setPropertyValue() local
599 if (lcl_GetCaptionPoint(xShape, aCaptionPoint)) in setPropertyValue()
601 if (aCaptionPoint.Y < 0) in setPropertyValue()
602 nPos -= aCaptionPoint.Y; in setPropertyValue()
611 awt::Point aCaptionPoint; in setPropertyValue() local
613 … awt::Point aUnoPoint(lcl_GetRelativePos( xShape, pDoc, nTab, aRange, aUnoSize, aCaptionPoint )); in setPropertyValue()
621 if (aCaptionPoint.Y < 0) in setPropertyValue()
622 aUnoPoint.Y -= aCaptionPoint.Y; in setPropertyValue()
681 awt::Point aCaptionPoint; in getPropertyValue() local
683 … awt::Point aUnoPoint(lcl_GetRelativePos( xShape, pDoc, nTab, aRange, aUnoSize, aCaptionPoint )); in getPropertyValue()
737 awt::Point aCaptionPoint; in getPropertyValue() local
739 … awt::Point aUnoPoint(lcl_GetRelativePos( xShape, pDoc, nTab, aRange, aUnoSize, aCaptionPoint )); in getPropertyValue()
746 awt::Point aCaptionPoint; in getPropertyValue() local
754 if (lcl_GetCaptionPoint(xShape, aCaptionPoint)) in getPropertyValue()
758 if (aCaptionPoint.X > 0 && aCaptionPoint.X > aUnoSize.Width) in getPropertyValue()
759 aUnoPoint.X -= aCaptionPoint.X - aUnoSize.Width; in getPropertyValue()
763 if (aCaptionPoint.X < 0) in getPropertyValue()
764 aUnoPoint.X += aCaptionPoint.X; in getPropertyValue()
797 awt::Point aCaptionPoint; in getPropertyValue() local
799 … awt::Point aUnoPoint(lcl_GetRelativePos( xShape, pDoc, nTab, aRange, aUnoSize, aCaptionPoint )); in getPropertyValue()
806 awt::Point aCaptionPoint; in getPropertyValue() local
807 if (lcl_GetCaptionPoint(xShape, aCaptionPoint)) in getPropertyValue()
809 if (aCaptionPoint.Y < 0) in getPropertyValue()
810 aUnoPoint.Y += aCaptionPoint.Y; in getPropertyValue()