Home
last modified time | relevance | path

Searched refs:aTextSiz (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx949 Size aTextSiz(rOutliner.GetPaperSize()); // GetPaperSize() hat etwas Toleranz drauf, oder? in TakeTextRect() local
957 if(aAnkRect.GetWidth() < aTextSiz.Width() && !IsVerticalWriting()) in TakeTextRect()
968 if(aAnkRect.GetHeight() < aTextSiz.Height() && IsVerticalWriting()) in TakeTextRect()
982 long nFreeWdt=aAnkRect.GetWidth()-aTextSiz.Width(); in TakeTextRect()
990 long nFreeHgt=aAnkRect.GetHeight()-aTextSiz.Height(); in TakeTextRect()
1003 rTextRect=Rectangle(aTextPos,aTextSiz); in TakeTextRect()
H A Dsvdoashp.cxx3052 Size aTextSiz(rOutliner.GetPaperSize()); // GetPaperSize() hat etwas Toleranz drauf, oder? in TakeTextRect() local
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()
3107 rTextRect=Rectangle(aTextPos,aTextSiz); in TakeTextRect()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1536 Size aTextSiz(rOutliner.GetPaperSize()); in TakeTextRect() local
1549 long nFreeHgt=aAnkRect.GetHeight()-aTextSiz.Height(); in TakeTextRect()
1559 rTextRect=Rectangle(aTextPos,aTextSiz); in TakeTextRect()

Completed in 50 milliseconds