Searched refs:aTextSz (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlform.cxx | 659 Size aTextSz; member in SwHTMLFormPendingStackData_Impl 669 aTextSz( rTextSz ), in SwHTMLFormPendingStackData_Impl() 675 const Size& GetTextSize() const { return aTextSz; } in GetTextSize() 1747 Size aTextSz( 0, 0 ); // Text-Size in InsertInput() local 1871 aTextSz.Width() = nSize; in InsertInput() 1892 ASSERT( !aTextSz.Width(), "Text-Breite ist gegeben" ); in InsertInput() 1909 aTextSz.Width() = 0; in InsertInput() 1915 aTextSz.Height() = 0; in InsertInput() 1948 if( aTextSz.Width() || aTextSz.Height() || bMinWidth || bMinHeight ) in InsertInput() 1951 SetControlSize( xShape, aTextSz, bMinWidth, bMinHeight, HTML_INPUT ); in InsertInput() [all …]
|
| /AOO41X/main/svtools/source/edit/ |
| H A D | svmedit.cxx | 1440 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()
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | outlview.cxx | 2015 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()
|
| /AOO41X/main/svx/workben/ |
| H A D | edittest.cxx | 1671 Size aTextSz( pEditEngine->CalcTextWidth(), pEditEngine->GetTextHeight() ); in KeyInput() local 1672 Rectangle aRect( pEditView->GetOutputArea().TopLeft(), aTextSz ); in KeyInput()
|