Home
last modified time | relevance | path

Searched refs:aTextSz (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx659 Size aTextSz; member in SwHTMLFormPendingStackData_Impl
669 aTextSz( rTextSz ), in SwHTMLFormPendingStackData_Impl()
1871 aTextSz.Width() = nSize; in InsertInput()
1909 aTextSz.Width() = 0; in InsertInput()
1915 aTextSz.Height() = 0; in InsertInput()
1948 if( aTextSz.Width() || aTextSz.Height() || bMinWidth || bMinHeight ) in InsertInput()
2182 aTextSz.Width() = 0; in NewTextArea()
2187 aTextSz.Height() = 0; in NewTextArea()
2199 if( aTextSz.Width() || aTextSz.Height() ) in NewTextArea()
2426 Size aTextSz( 0, 0 ); in NewSelect() local
[all …]
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1440 Size aTextSz( pDev->GetTextWidth( aText ), pDev->GetTextHeight() ); in Draw() local
1441 sal_uLong nLines = (sal_uLong) (aSize.Height() / aTextSz.Height()); in Draw()
1444 aTextSz.Height() = nLines*aTextSz.Height(); in Draw()
1450 …if ( ( nOffY < 0 ) || ( (nOffY+aTextSz.Height()) > aSize.Height() ) || ( (nOffX+aTextSz.Width()) … in Draw()
1453 if ( aTextSz.Height() > aSize.Height() ) in Draw()
1454 …aClip.Bottom() += aTextSz.Height() - aSize.Height() + 1; // Damit HP-Drucker nicht 'weg-optimiere… in Draw()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx2015 Size aTextSz; in IMPL_LINK() local
2016 aTextSz.Width() = pInfo->mpOutDev->GetTextWidth( aPageText ); in IMPL_LINK()
2017 aTextSz.Height() = pInfo->mpOutDev->GetTextHeight(); in IMPL_LINK()
2021 aTextPos.Y() += (aOutSize.Height() - aTextSz.Height()) / 2; in IMPL_LINK()
2024 aTextPos.X() -= aTextSz.Width(); in IMPL_LINK()
2028 aTextPos.X() += aTextSz.Width(); in IMPL_LINK()
2033 aTextPos.Y() -= aTextSz.Width(); in IMPL_LINK()
/trunk/main/svx/workben/
H A Dedittest.cxx1671 Size aTextSz( pEditEngine->CalcTextWidth(), pEditEngine->GetTextHeight() ); in KeyInput() local
1672 Rectangle aRect( pEditView->GetOutputArea().TopLeft(), aTextSz ); in KeyInput()

Completed in 60 milliseconds