Home
last modified time | relevance | path

Searched refs:aTxtSize (Results 1 – 14 of 14) sorted by relevance

/trunk/main/editeng/source/items/
H A Dsvxfont.cxx403 Size aTxtSize; in GetPhysTxtSize() local
433 return aTxtSize; in GetPhysTxtSize()
441 Size aTxtSize; in GetPhysTxtSize() local
451 return aTxtSize; in GetPhysTxtSize()
461 Size aTxtSize; in QuickGetTextSize() local
481 return aTxtSize; in QuickGetTextSize()
495 Size aTxtSize; in GetTxtSize() local
502 return aTxtSize; in GetTxtSize()
683 Size aTxtSize; member in SvxDoGetCapitalSize
738 if( !aTxtSize.Height() ) in GetCapitalSize()
[all …]
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx157 Size aTxtSize( aFiFuncDesc.GetTextWidth(aString), aFiFuncDesc.GetTextHeight() ); in ScFunctionDockWin() local
158 nMinWidth=aTxtSize.Width()+aTopLeft.X() in ScFunctionDockWin()
160 nMinHeight=19*aTxtSize.Height(); in ScFunctionDockWin()
163 Range aYRange(3*aTxtSize.Height()+aFuncList.GetPosPixel().Y(), in ScFunctionDockWin()
164 GetOutputSizePixel().Height()-2*aTxtSize.Height()); in ScFunctionDockWin()
358 Size aTxtSize( aFuncList.GetTextWidth(aString), aFuncList.GetTextHeight() ); in SetLeftRightSize() local
360 Range aYRange(3*aTxtSize.Height()+aFuncList.GetPosPixel().Y(), in SetLeftRightSize()
361 GetOutputSizePixel().Height()-2*aTxtSize.Height()); in SetLeftRightSize()
731 aTxtSize = Size( aFiFuncDesc.GetTextWidth(aString), in CheckAlignment()
735 nMinWidth=aTxtSize.Width()+aTopLeft.X() in CheckAlignment()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx146 Size aTxtSize; member in SwDoGetCapitalSize
151 const Size &GetSize() const { return aTxtSize; } in GetSize()
156 aTxtSize.Height() = 0; in Init()
157 aTxtSize.Width() = 0; in Init()
162 aTxtSize.Width() += rInf.GetSize().Width(); in Do()
164 aTxtSize.Height() = rInf.GetSize().Height(); in Do()
182 Size aTxtSize( aDo.GetSize() ); in GetCapitalSize() local
185 if( !aTxtSize.Height() ) in GetCapitalSize()
188 aTxtSize.Height() = short ( rInf.GetpOut()->GetTextHeight() ); in GetCapitalSize()
191 return aTxtSize; in GetCapitalSize()
H A Dfntcache.cxx1908 Size aTxtSize; in GetTextSize() local
1939 aTxtSize.Width() = in GetTextSize()
1945 aTxtSize.Height() = pOutDev->GetTextHeight() + in GetTextSize()
1948 long nWidthPerChar = aTxtSize.Width() / nLn; in GetTextSize()
1954 aTxtSize.Width() = i * nGridWidth * nLn; in GetTextSize()
1956 return aTxtSize; in GetTextSize()
1992 return aTxtSize; in GetTextSize()
2014 aTxtSize.Height() = pPrinter->GetTextHeight(); in GetTextSize()
2076 aTxtSize.Width() = nScrPos; in GetTextSize()
2090 aTxtSize.Width() = pKernArray[ nLn - 1 ]; in GetTextSize()
[all …]
H A Dswfont.cxx755 Size aTxtSize; in _GetTxtSize() local
760 aTxtSize = GetCapitalSize( rInf ); in _GetTxtSize()
768 aTxtSize = pLastFont->GetTextSize( rInf ); in _GetTxtSize()
790 aTxtSize = pLastFont->GetTextSize( rInf ); in _GetTxtSize()
798 aTxtSize = pLastFont->GetTextSize( rInf ); in _GetTxtSize()
811 aTxtSize.Height() = in _GetTxtSize()
812 (long)CalcEscHeight( (sal_uInt16)aTxtSize.Height(), nAscent); in _GetTxtSize()
824 aTxtSize = pLastFont->GetTextSize( rInf ); in _GetTxtSize()
836 aTxtSize = pLastFont->GetTextSize( rInf ); in _GetTxtSize()
841 return aTxtSize; in _GetTxtSize()
/trunk/main/svtools/source/control/
H A Dheadbar.cxx401 Size aTxtSize( pDev->GetTextWidth( pItem->maOutText ), 0 ); in ImplDrawItem() local
403 aTxtSize.Height() = pDev->GetTextHeight(); in ImplDrawItem()
411 nTestHeight += aTxtSize.Height(); in ImplDrawItem()
423 long nTxtWidth = aTxtSize.Width(); in ImplDrawItem()
479 if ( pItem->maOutText.Len() || (nArrowWidth && aTxtSize.Height()) ) in ImplDrawItem()
488 nTxtPosY = aRect.Bottom()-aTxtSize.Height(); in ImplDrawItem()
491 long nTempHeight = aTxtSize.Height(); in ImplDrawItem()
549 nImagePosY -= aTxtSize.Height(); in ImplDrawItem()
555 nTempHeight += aTxtSize.Height(); in ImplDrawItem()
592 if ( aTxtSize.Height() ) in ImplDrawItem()
[all …]
H A Dctrlbox.cxx286 aSize.Width() -= aTxtSize.Width(); in ImpGetLine()
287 aSize.Height() = aTxtSize.Height(); in ImpGetLine()
369 aTxtSize.Width() = GetTextWidth( XubString( RTL_CONSTASCII_USTRINGPARAM( "99,99 mm" ) ) ); in ImplInit()
370 aTxtSize.Height() = GetTextHeight(); in ImplInit()
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx348 Size aTxtSize( nTxtWidth, nHeight ); in CalcTextSize() local
349 return aTxtSize; in CalcTextSize()
699 Size aTxtSize = pImpl->CalcTextSize( this, pPrinter, rFont ); in Paint() local
703 long nX = aLogSize.Width() / 2 - aTxtSize.Width() / 2; in Paint()
704 long nY = aLogSize.Height() / 2 - aTxtSize.Height() / 2; in Paint()
722 Rectangle aRect( Point( nX, nY ), aTxtSize ); in Paint()
794 DrawLine( Point( nX + aTxtSize.Width(), nY ), Point( aLogSize.Width(), nY ) ); in Paint()
/trunk/main/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx220 Size aTxtSize(rVirDev.GetTextWidth( 'A' ), rVirDev.GetTextHeight()); in DrawChar() local
221 Point aPos( ( maBmpSize.Width() - aTxtSize.Width() ) / 2, in DrawChar()
222 ( maBmpSize.Height() - aTxtSize.Height() ) / 2 ); in DrawChar()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx419 Size aTxtSize( GetTextWidth(sTxt), GetTextHeight()); in RequestHelp() local
420 Rectangle aRect(rEvt.GetMousePosPixel(), aTxtSize); in RequestHelp()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx517 Size aTxtSize( nTxtWidth, nHeight ); in CalcTextSize() local
518 return aTxtSize; in CalcTextSize()
/trunk/main/sc/workben/
H A Dtest.cxx184 Size aTxtSize=GetTextSize(aTxtStr); in RequestHelp() local
187 aTxtSize.Width()>GetSizePixel().Width()) in RequestHelp()
188 Help::ShowQuickHelp( Rectangle(aShowPoint,aTxtSize), aTxtStr, QUICKHELP_TOP|QUICKHELP_LEFT ); in RequestHelp()
/trunk/main/svtools/inc/svtools/
H A Dctrlbox.hxx248 Size aTxtSize; member in LineListBox
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3636 Size aTxtSize; in ImplDrawItem() local
3640 aTxtSize.Width() = GetCtrlTextWidth( pItem->maText ); in ImplDrawItem()
3641 aTxtSize.Height() = GetTextHeight(); in ImplDrawItem()
3725 nTextOffX += aTxtSize.Height(); in ImplDrawItem()
3726 nTextOffX += (nBtnWidth-aTxtSize.Height())/2; in ImplDrawItem()
3738 nTextOffY += (nBtnHeight-aTxtSize.Height())/2; in ImplDrawItem()

Completed in 121 milliseconds