Home
last modified time | relevance | path

Searched refs:xFont (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/unotools/source/config/
H A Dfontcfg.cxx945 Any aAny = xFont->getByName( rType ); in fillSubstVector()
994 Any aAny = xFont->getByName( rType ); in getSubstWeight()
1026 Any aAny = xFont->getByName( rType ); in getSubstWidth()
1058 Any aAny = xFont->getByName( rType ); in getSubstType()
1127 Reference< XNameAccess > xFont; in readLocaleSubst() local
1131 aAny >>= xFont; in readLocaleSubst()
1139 if( ! xFont.is() ) in readLocaleSubst()
1151 fillSubstVector( xFont, aSubstFontsStr, aAttr.Substitutions ); in readLocaleSubst()
1155 aAttr.Weight = getSubstWeight( xFont, aSubstWeightStr ); in readLocaleSubst()
1156 aAttr.Width = getSubstWidth( xFont, aSubstWidthStr ); in readLocaleSubst()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1049 if( xFont.is() ) in finalizeImport()
1079 xFont->hasGlyphs( OUString( sal_Unicode( 'A' ) ) ); in finalizeImport()
3162 FontRef xFont( new Font( *this, false ) ); in createFont() local
3163 maFonts.push_back( xFont ); in createFont()
3164 return xFont; in createFont()
3256 FontRef xFont = createFont(); in importFont() local
3257 xFont->importFont( rStrm ); in importFont()
3264 setAppFontEncoding( xFont->getFontEncoding() ); in importFont()
3351 FontRef xFont; in getFontFromCellXf() local
3353 xFont = pXf->getFont(); in getFontFromCellXf()
[all …]
H A Dunitconverter.cxx147 Reference< XFont > xFont = xDevice->getFont( aDesc ); in finalizeImport() local
148 if( xFont.is() ) in finalizeImport()
153 …nDigitWidth = ::std::max( nDigitWidth, scaleToMm100( xFont->getCharWidth( cChar ), UNIT_REFDEVX ) … in finalizeImport()
157 sal_Int32 nSpaceWidth = scaleToMm100( xFont->getCharWidth( ' ' ), UNIT_REFDEVX ); in finalizeImport()
H A Drichstring.cxx575 FontRef xFont = getStyles().getFont( aIt->mnFontId ); in createTextPortions() local
576 rtl_TextEncoding eFontEnc = xFont.get() ? xFont->getFontEncoding() : eTextEnc; in createTextPortions()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx253 const uno::Reference< rendering::XCanvasFont >& xFont ) in setupTextOutput()
259 CanvasFont* pFont = dynamic_cast< CanvasFont* >( xFont.get() ); in setupTextOutput()
289 … const uno::Reference< rendering::XCanvasFont >& xFont, in drawText()
299 ENSURE_ARG_OR_THROW( xFont.is(), in drawText()
313 if( !setupTextOutput( *mpVirtualDevice, pOwner, aOutpos, viewState, renderState, xFont ) ) in drawText()
343 …ext, textDirection, 0, CanvasFont::Reference(dynamic_cast< CanvasFont* >( xFont.get() )), mpSurfac… in drawText()
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx195 …lSubstVector( const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > xFont,
198 …tSubstWeight( const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > xFont,
200 …etSubstWidth( const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > xFont,
202 …getSubstType( const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > xFont,
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx255 Reference< awt::XFont > xFont; in getFont() local
258 xFont.set( m_pAccShape->getFont() ); in getFont()
260 return xFont; in getFont()
H A DAccessibleChartElement.cxx239 Reference< awt::XFont > xFont; in getFont() local
251 xFont = xDevice->getFont( aDescr ); in getFont()
254 return xFont; in getFont()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx262 uno::Reference< rendering::XCanvasFont > xFont( rState.xFont ); in initArrayAction() local
265 … init( o_rRenderState, xFont, aLocalStartPoint, rState, rCanvas, *pTextTransform ); in initArrayAction()
267 init( o_rRenderState, xFont, aLocalStartPoint, rState, rCanvas ); in initArrayAction()
269 o_rTextLayout = xFont->createTextLayout( in initArrayAction()
674 mxFont( rState.xFont ), in TextAction()
695 mxFont( rState.xFont ), in TextAction()
858 mxFont( rState.xFont ), in EffectTextAction()
898 mxFont( rState.xFont ), in EffectTextAction()
H A Doutdevstate.hxx72 xFont(), in OutDevState()
114 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont > xFont;
/trunk/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx334 Reference< awt::XFont > xFont; in getFont() local
347 xFont = pVCLXFont; in getFont()
352 return xFont; in getFont()
H A Daccessiblemenuitemcomponent.cxx478 Reference< awt::XFont > xFont; in getFont() local
484 xFont = xParentComp->getFont(); in getFont()
487 return xFont; in getFont()
H A Dvclxaccessiblestatusbaritem.cxx461 Reference< awt::XFont > xFont; in getFont() local
467 xFont = xParentComp->getFont(); in getFont()
470 return xFont; in getFont()
H A Dvclxaccessibletabpage.cxx535 Reference< awt::XFont > xFont; in getFont() local
541 xFont = xParentComp->getFont(); in getFont()
544 return xFont; in getFont()
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpage.cxx473 Reference< awt::XFont > xFont; in getFont() local
479 xFont = xParentComp->getFont(); in getFont()
482 return xFont; in getFont()
H A Daccessibletabbar.cxx500 Reference< awt::XFont > xFont; in getFont() local
513 xFont = pVCLXFont; in getFont()
517 return xFont; in getFont()
H A Daccessibletabbarpagelist.cxx671 Reference< awt::XFont > xFont; in getFont() local
677 xFont = xParentComp->getFont(); in getFont()
680 return xFont; in getFont()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx570 Reference< awt::XFont > xFont; in getFont() local
584 xFont = pVCLXFont; in getFont()
588 return xFont; in getFont()
/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx690 Reference<rendering::XCanvasFont> xFont (CreateFont(rxCanvas, nCellSize)); in GetCellSizeForDesignSize() local
691 if ( ! xFont.is()) in GetCellSizeForDesignSize()
694 geometry::RealRectangle2D aBox (PresenterCanvasHelper::GetTextBoundingBox (xFont, A2S("X"))); in GetCellSizeForDesignSize()
872 Reference<container::XHierarchicalNameAccess> xFont ( in ReadFont() local
878 Reference<beans::XPropertySet> xProperties (xFont, UNO_QUERY_THROW); in ReadFont()
H A DPresenterPaneBorderPainter.cxx596 Reference<rendering::XCanvasFont> xFont (rpStyle->GetFont(mxCanvas)); in PaintTitle() local
597 if ( ! xFont.is()) in PaintTitle()
604 Reference<rendering::XTextLayout> xLayout (xFont->createTextLayout( in PaintTitle()
675 xFont, in PaintTitle()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx592 … const uno::Reference< rendering::XCanvasFont >& xFont, in drawText()
597 ENSURE_ARG_OR_THROW( xFont.is(), in drawText()
605 if( !setupTextOutput( aOutpos, viewState, renderState, xFont ) ) in drawText()
1370 … const uno::Reference< rendering::XCanvasFont >& xFont ) const in setupTextOutput()
1381 CanvasFont* pFont = dynamic_cast< CanvasFont* >( xFont.get() ); in setupTextOutput()
/trunk/main/svtools/source/control/
H A Dvclxaccessibleheaderbaritem.cxx376 Reference< awt::XFont > xFont; in getFont() local
377 return xFont; in getFont()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx185 uno::Reference< awt::XFont > xFont; in getFont() local
194 xFont.set( static_cast< ::cppu::OWeakObject* >( pFont ), uno::UNO_QUERY ); in getFont()
197 return xFont; in getFont()
/trunk/main/canvas/inc/canvas/base/
H A Dcanvasbase.hxx385 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont >& xFont, in drawText()
391 tools::verifyArgs(xFont, viewState, renderState, in drawText()
403 … return maCanvasHelper.drawText( this, text, xFont, viewState, renderState, textDirection ); in drawText()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx496 … const uno::Reference< rendering::XCanvasFont >& xFont, in drawText()
501 ENSURE_OR_THROW( xFont.is(), in drawText()
515 tools::canvasFontFromXFont(xFont) ); in drawText()

Completed in 173 milliseconds

12