Home
last modified time | relevance | path

Searched refs:GetTextWidth (Results 126 – 150 of 212) sorted by relevance

123456789

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx152 aPos.X() += pPrinter->GetTextWidth( rTitle ); in lcl_PrintHeader()
988 sal_uInt16 nCharspLine = (sal_uInt16) (aPaperSz.Width() / pPrinter->GetTextWidth( 'X' ) ); in FormatAndPrint()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx345 Size aSize( pDev->GetTextWidth( aValStr ), pDev->GetTextHeight() ); in GetNeededSize()
646 nValue = pDev->GetTextWidth( aValStr ); in GetSimpleTextNeededSize()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1041 Size aSize1(pOut->GetTextWidth(aTestString), pOut->GetTextHeight()); in ImpSetCharStretching()
1044 Size aSize2(pOut->GetTextWidth(aTestString), pOut->GetTextHeight()); in ImpSetCharStretching()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx350 long nWidth = aVersionBox.GetTextWidth( sDateTime ); in RecalcDateColumn()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx636 maSize = Size( aVDev.GetTextWidth( sAuthor ) + 2*BORDER_X, aVDev.GetTextHeight() + 2*BORDER_Y ); in CreateAnnotationBitmap()
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx476 Size aSize = Size(GetTextWidth( String::CreateFromAscii("99,99mm") ),GetTextHeight()); in SvxMetricField()
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx273 pViewData->aSize = Size(pView->GetTextWidth( aStr ), pView->GetTextHeight()); in InitViewData()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx479 … nFontWidth = m_pViewport->GetTextWidth( String( RTL_CONSTASCII_USTRINGPARAM( "x" ) ) ); in layoutWindow()
/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx658 …Size aSize( _pItemWindow->GetTextWidth( sItemText ), /* _pItemWindow->GetSizePixel( ).Height() */ … in adjustItemWindowWidth()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx170 return sal_uInt16(pOut->GetTextWidth( String::CreateFromAscii(aPostItStr ))); in GetPostItsWidth()
H A Doptcomp.cxx390 long nTxtWidth = m_aDefaultPB.GetTextWidth( m_aDefaultPB.GetText() ); in InitControls()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx274 long nTxtWidth = aHelpAgentResetBtn.GetTextWidth( aHelpAgentResetBtn.GetText() ); in OfaMiscTabPage()
711 sal_Int32 nLabelWidth = aAAPointLimitLabel.GetTextWidth( sLabel ); in OfaViewTabPage()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx602 sal_Int32 nTextWidth = maBackgrDev.GetTextWidth( aText ); in ImplDrawBackgrDev()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx220 aVDev.GetTextWidth( in queryTextBounds()
/trunk/main/avmedia/source/framework/
H A Dmediacontrol.cxx144 …maTimeEdit.SetSizePixel( Size( maTimeEdit.GetTextWidth( aTimeText ) + 8, maPlayToolBox.GetSizePixe… in MediaControl()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx392 Size aTextSize( GetDataWindow().GetTextHeight(),GetDataWindow().GetTextWidth( aText )); in PaintCell()
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx621 long const nTextWidth = i_targetDevice.GetTextWidth( sText ); in FitsIntoCell()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx208 Application::GetDefaultDevice()->GetTextWidth( in CreateEditEngine()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1580 nTextWidth = aVDev.GetTextWidth( rText.GetChar( (sal_uInt16)( nLen - 1 ) ) ); in DrawText()
1585 nTextWidth = aVDev.GetTextWidth( rText ); in DrawText()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx272 return GetDataWindow().GetTextWidth( _rText ) + GetDataWindow().GetTextWidth( '0' ) * 4; in GetDefaultColumnWidth()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx552 aNormSize = Size( mpVDev->GetTextWidth( rText ), 0 ); in Impl_writeText()
564 …aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( (sal_uInt16) nLen - 1 … in Impl_writeText()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1429 long nTextWidth = pDev->GetTextWidth(aText); in PrintColHdr()
1473 long nTextWidth = pDev->GetTextWidth(aText); in PrintRowHdr()
1905 long nMarkLen = pDev->GetTextWidth( in DoNotes()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx226 …aTextSize.Width() = mpRefDev->GetTextWidth( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "… in SetFont()
229 …aTextSize.Width() = mpRefDev->GetTextWidth( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "… in SetFont()
1338 nWidth = (sal_uLong)mpRefDev->GetTextWidth( pNode->GetText(), nPortionStart, nLen ); in CalcTextWidth()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx451 long nTxtW = aAutoCaptionButton.GetTextWidth( sText ); in CheckButtonWidth()
/trunk/main/cui/source/dialogs/
H A Dthesdlg.cxx270 Size aTextSize( GetTextWidth( m_rDialogImpl.aErrStr ), GetTextHeight() ); in Paint()

Completed in 149 milliseconds

123456789