Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dsvxfont.cxx349 Size aTxtSize; in GetPhysTxtSize() local
378 return aTxtSize; in GetPhysTxtSize()
386 Size aTxtSize; in GetPhysTxtSize() local
393 return aTxtSize; in GetPhysTxtSize()
403 Size aTxtSize; in QuickGetTextSize() local
423 return aTxtSize; in QuickGetTextSize()
434 Size aTxtSize; in GetTextSize() local
441 return aTxtSize; in GetTextSize()
578 Size aTxtSize; member in SvxDoGetCapitalSize
628 if( !aTxtSize.Height() ) in GetCapitalSize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dsvxfont.cxx407 Size aTxtSize; in GetPhysTxtSize() local
436 return aTxtSize; in GetPhysTxtSize()
444 Size aTxtSize; in GetPhysTxtSize() local
451 return aTxtSize; in GetPhysTxtSize()
461 Size aTxtSize; in QuickGetTextSize() local
481 return aTxtSize; in QuickGetTextSize()
491 Size aTxtSize; in GetTextSize() local
498 return aTxtSize; in GetTextSize()
644 Size aTxtSize; member in __anon918a59660111::SvxDoGetCapitalSize
696 if( !aTxtSize.Height() ) in GetCapitalSize()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dheadbar.cxx353 Size aTxtSize(rRenderContext.GetTextWidth(pItem->maOutText), 0); in ImplDrawItem() local
355 aTxtSize.setHeight( rRenderContext.GetTextHeight() ); in ImplDrawItem()
363 nTestHeight += aTxtSize.Height(); in ImplDrawItem()
375 long nTxtWidth = aTxtSize.Width(); in ImplDrawItem()
432 if (!pItem->maOutText.isEmpty() || (nArrowWidth && aTxtSize.Height())) in ImplDrawItem()
434 long nTempHeight = aTxtSize.Height(); in ImplDrawItem()
486 nTempHeight += aTxtSize.Height(); in ImplDrawItem()
538 if (aTxtSize.Height()) in ImplDrawItem()
539 nArrowY = nTxtPosY + (aTxtSize.Height() / 2); in ImplDrawItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dheadbar.cxx354 Size aTxtSize(rRenderContext.GetTextWidth(pItem->maOutText), 0); in ImplDrawItem() local
356 aTxtSize.setHeight( rRenderContext.GetTextHeight() ); in ImplDrawItem()
364 nTestHeight += aTxtSize.Height(); in ImplDrawItem()
376 tools::Long nTxtWidth = aTxtSize.Width(); in ImplDrawItem()
433 if (!pItem->maOutText.isEmpty() || (nArrowWidth && aTxtSize.Height())) in ImplDrawItem()
435 tools::Long nTempHeight = aTxtSize.Height(); in ImplDrawItem()
487 nTempHeight += aTxtSize.Height(); in ImplDrawItem()
539 if (aTxtSize.Height()) in ImplDrawItem()
540 nArrowY = nTxtPosY + (aTxtSize.Height() / 2); in ImplDrawItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dfntctrl.cxx379 Size aTxtSize(nTxtWidth, nHeight); in CalcTextSize() local
380 return aTxtSize; in CalcTextSize()
691 Size aTxtSize = pImpl->CalcTextSize(rRenderContext, pPrinter, rFont); in Paint() local
695 tools::Long nX = aLogSize.Width() / 2 - aTxtSize.Width() / 2; in Paint()
696 tools::Long nY = aLogSize.Height() / 2 - aTxtSize.Height() / 2; in Paint()
714 tools::Rectangle aRect(Point(nX, nY), aTxtSize); in Paint()
797 rRenderContext.DrawLine(Point(nX + aTxtSize.Width(), nY), Point(aLogSize.Width(), nY)); in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dfntctrl.cxx382 Size aTxtSize(nTxtWidth, nHeight); in CalcTextSize() local
383 return aTxtSize; in CalcTextSize()
705 Size aTxtSize = pImpl->CalcTextSize(rRenderContext, pPrinter, rFont); in Paint() local
709 long nX = aLogSize.Width() / 2 - aTxtSize.Width() / 2; in Paint()
710 long nY = aLogSize.Height() / 2 - aTxtSize.Height() / 2; in Paint()
728 tools::Rectangle aRect(Point(nX, nY), aTxtSize); in Paint()
811 rRenderContext.DrawLine(Point(nX + aTxtSize.Width(), nY), Point(aLogSize.Width(), nY)); in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dtoolbox.cxx2708 const Size aTxtSize(GetCtrlTextWidth(pItem->maText), GetTextHeight()); in ImplDrawItem() local
2723 nTextOffX += aTxtSize.Height(); in ImplDrawItem()
2724 nTextOffX += (nBtnWidth-aTxtSize.Height())/2; in ImplDrawItem()
2737 nTextOffY += (nBtnHeight-aTxtSize.Height())/2; in ImplDrawItem()
2746 …dth-(bDropDown ? aDropDownRect.getWidth() : 0)+SMALLBUTTON_OFF_NORMAL_X-aTxtSize.Width() - TB_IMAG… in ImplDrawItem()
2748 nTextOffY += nBtnHeight - aTxtSize.Height(); in ImplDrawItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dtoolbox.cxx2698 const Size aTxtSize(GetOutDev()->GetCtrlTextWidth(pItem->maText), GetTextHeight()); in ImplDrawItem() local
2713 nTextOffX += aTxtSize.Height(); in ImplDrawItem()
2714 nTextOffX += (nBtnWidth-aTxtSize.Height())/2; in ImplDrawItem()
2727 nTextOffY += (nBtnHeight-aTxtSize.Height())/2; in ImplDrawItem()
2736 …dth-(bDropDown ? aDropDownRect.getWidth() : 0)+SMALLBUTTON_OFF_NORMAL_X-aTxtSize.Width() - TB_IMAG… in ImplDrawItem()
2738 nTextOffY += nBtnHeight - aTxtSize.Height(); in ImplDrawItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dtbcontrl.cxx555 Size aTxtSize; member in __anonb34bf4cb0211::LineListBox
580 Size aSize(nMinWidth, aTxtSize.Height()); in ImpGetLine()
581 aSize.AdjustWidth( -(aTxtSize.Width()) ); in ImpGetLine()
653 aTxtSize.setWidth( rDevice.approximate_digit_width() ); in SetDrawingArea()
654 aTxtSize.setHeight( rDevice.GetTextHeight() ); in SetDrawingArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dtbcontrl.cxx362 Size aTxtSize; member in __anon670c9d230111::LineListBox
394 aSize.AdjustWidth( -(aTxtSize.Width()) ); in ImpGetLine()
396 aSize.setHeight( aTxtSize.Height() ); in ImpGetLine()
456 aTxtSize.setWidth( GetTextWidth( " " ) ); in LineListBox()
457 aTxtSize.setHeight( GetTextHeight() ); in LineListBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog186221 > aTxtSize = Size = {width = 0, height = 0}