Home
last modified time | relevance | path

Searched refs:GetTextWidth (Results 101 – 125 of 212) sorted by relevance

123456789

/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2657 sal_uInt16 nRet = (sal_uInt16)pVDev->GetTextWidth(aText); in lcl_DrawBullet()
2802 nBulletWidth = (sal_uInt16)pVDev->GetTextWidth(aText); in Paint()
2812 nBulletWidth = nBulletWidth + (sal_uInt16)pVDev->GetTextWidth(aText); in Paint()
2864 long nWidth = pVDev->GetTextWidth(sMsg); in Paint()
2933 nTextOffset = (sal_uInt16)pVDev->GetTextWidth(aText); in Paint()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx473 long nTextWidth = m_aRecordText.GetTextWidth(aText); in ArrangeControls()
483 nTextWidth = m_aRecordOf.GetTextWidth(aText); in ArrangeControls()
488 nTextWidth = m_aRecordCount.GetTextWidth( String::CreateFromAscii("0000000 (00000) *") ); in ArrangeControls()
2769 return GetDataWindow().GetTextWidth(GetCurrentRowCellText(pColumn,m_xPaintRow)); in GetTotalCellWidth()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx798 nNormWidth = maVDev.GetTextWidth( rText ); in ImplWriteTextRecord()
810 nNormWidth = pDX[ nLen - 2 ] + maVDev.GetTextWidth( rText.GetChar( nLen - 1 ) ); in ImplWriteTextRecord()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx396 …nPrinterWidth = pRefDev->PixelToLogic( Size( pRefDev->GetTextWidth(aTestString), 0 ), MAP_100TH_MM… in CalcOutputFactor()
404 nWindowWidth = aVirtWindow.GetTextWidth(aTestString); in CalcOutputFactor()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx602 sal_Int32 nColumnWidth = GetDataWindow().GetTextWidth( aDefaultSeriesName ) in RenewTable()
1025 Size TxtSize( GetDataWindow().GetTextWidth( aText ), GetDataWindow().GetTextHeight()); in PaintCell()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx217 return mrDevice.GetTextWidth(rText, nIndex, nLength); in getTextWidth()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx131 Size aTextSize( pDev->GetTextWidth( rTitle ), pDev->GetTextHeight() ); in lcl_DrawOneFrame()
1177 Size aSize100( pContentDev->GetTextWidth( aPageStr ), pContentDev->GetTextHeight() ); in DrawPagePreview()
1186 Size aTextSize( pContentDev->GetTextWidth( aPageStr ), pContentDev->GetTextHeight() ); in DrawPagePreview()
/trunk/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx391 long nWidth = _rCtrl.GetTextWidth( _rCtrl.GetText() ); in ShrinkToFitWidth()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1189 aSz.Width() = nColumns * GetTextWidth( UniString( 'X' ) ); in CalcSize()
1212 long nCharWidth = GetTextWidth( UniString( 'x' ) ); in GetMaxVisColumnsAndLines()
H A Dctrl.cxx479 return Size( GetTextWidth( GetText() ) + 2 * 12, in GetOptimalSize()
/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx221 mrData.mnCharWidth = pPrinter->GetTextWidth( String( '0' ) ); in SetCharWidth()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx341 aVirtualDevice.GetTextWidth( in queryTextBounds()
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx217 return GetDataWindow().GetTextWidth(GetCellText(nRow, nColId)); in GetTotalCellWidth()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.cxx287 while( m_pTheParent->GetTextWidth( aText ) < m_nNameWidth ) in FullFillTitleString()
/trunk/main/sc/inc/
H A Dcell.hxx109 inline sal_uInt16 GetTextWidth() const { return nTextWidth; } in GetTextWidth() function in ScBaseCell
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx419 Size aTxtSize( GetTextWidth(sTxt), GetTextHeight()); in RequestHelp()
/trunk/main/svtools/source/control/
H A Dheadbar.cxx401 Size aTxtSize( pDev->GetTextWidth( pItem->maOutText ), 0 ); in ImplDrawItem()
432 nTxtWidth = pDev->GetTextWidth( pItem->maOutText ); in ImplDrawItem()
H A Dtaskstat.cxx308 mnClockWidth = GetTextWidth( aStr )+(TASKSTATUSBAR_CLOCXOFFX*2); in ImplUpdateField()
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx90 double fWidth = GetTextWidth( rText ) / 2.0; in DrawElements()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx119 aNewPos.X() += rDev.GetTextWidth( aNormalStr ); in Paint()
/trunk/main/canvas/source/vcl/
H A Dtextlayout.cxx269 aVDev.GetTextWidth( in queryTextBounds()
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx458 sal_Int32 nWidth = GetDataWindow().GetTextWidth( aText ); in PaintCell()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx110 #define DEFAULT_SIZE GetTextWidth(g_strZero) * 30
2486 return GetDataWindow().GetTextWidth(GetCellText(nRowId, nColId)); in GetTotalCellWidth()
2532 return GetDataWindow().LogicToPixel(Size(GetDataWindow().GetTextWidth(strText),0)).Width(); in GetTotalCellWidth()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1831 nMaxWidth = ::std::max( pLabel->GetTextWidth( pLabel->GetText() ), nMaxWidth ); in updateListboxLabelSizes()
3246 long nTextWidth = pControl->GetTextWidth( pControl->GetText() ); in AddControl()
3259 aNewControlSize.Width() = pControl->GetTextWidth( pControl->GetText() ) + WIDTH_ADDITION; in AddControl()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx404 Application::GetDefaultDevice()->GetTextWidth( in CreateEditEngine()

Completed in 265 milliseconds

123456789