Home
last modified time | relevance | path

Searched refs:aAnkRect (Results 1 – 3 of 3) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2981 Rectangle aAnkRect; // Rect innerhalb dem geankert wird in TakeTextRect() local
2982 TakeTextAnchorRect(aAnkRect); in TakeTextRect()
2993 long nAnkWdt=aAnkRect.GetWidth(); in TakeTextRect()
2994 long nAnkHgt=aAnkRect.GetHeight(); in TakeTextRect()
3051 Point aTextPos(aAnkRect.TopLeft()); in TakeTextRect()
3061 if(aAnkRect.GetWidth() < aTextSiz.Width() && !IsVerticalWriting()) in TakeTextRect()
3072 if(aAnkRect.GetHeight() < aTextSiz.Height() && IsVerticalWriting()) in TakeTextRect()
3086 long nFreeWdt=aAnkRect.GetWidth()-aTextSiz.Width(); in TakeTextRect()
3094 long nFreeHgt=aAnkRect.GetHeight()-aTextSiz.Height(); in TakeTextRect()
3101 RotatePoint(aTextPos,aAnkRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeTextRect()
[all …]
H A Dsvdotext.cxx812 aAnkRect.Left()+=nLeftDist; in TakeTextAnchorRect()
813 aAnkRect.Top()+=nUpperDist; in TakeTextAnchorRect()
814 aAnkRect.Right()-=nRightDist; in TakeTextAnchorRect()
820 ImpJustifyRect(aAnkRect); in TakeTextAnchorRect()
824 if (aAnkRect.GetWidth()<2) aAnkRect.Right()=aAnkRect.Left()+1; // Mindestgroesse 2 in TakeTextAnchorRect()
825 if (aAnkRect.GetHeight()<2) aAnkRect.Bottom()=aAnkRect.Top()+1; // Mindestgroesse 2 in TakeTextAnchorRect()
830 aTmpPt-=aAnkRect.TopLeft(); in TakeTextAnchorRect()
833 rAnchorRect=aAnkRect; in TakeTextAnchorRect()
840 TakeTextAnchorRect(aAnkRect); in TakeTextRect()
1000 *pAnchorRect=aAnkRect; in TakeTextRect()
[all …]
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1478 Rectangle aAnkRect; in TakeTextRect() local
1479 TakeTextAnchorRect( rPos, aAnkRect ); in TakeTextRect()
1489 rOutliner.SetMaxAutoPaperSize(aAnkRect.GetSize()); in TakeTextRect()
1490 rOutliner.SetPaperSize(aAnkRect.GetSize()); in TakeTextRect()
1535 Point aTextPos(aAnkRect.TopLeft()); in TakeTextRect()
1549 long nFreeHgt=aAnkRect.GetHeight()-aTextSiz.Height(); in TakeTextRect()
1557 *pAnchorRect=aAnkRect; in TakeTextRect()
1652 Rectangle aAnkRect(aRect); in TakeTextAnchorRect() local
1658 xCell->TakeTextAnchorRect( aAnkRect ); in TakeTextAnchorRect()
1661 ImpJustifyRect(aAnkRect); in TakeTextAnchorRect()
[all …]

Completed in 51 milliseconds