Home
last modified time | relevance | path

Searched refs:rxFont (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx593 CalculateSize(rxFont); in AddPart()
610 OSL_ASSERT(rxFont.is()); in CalculateSize()
635 Update(rxFont, nMaximalWidth); in LineDescriptorList()
667 rxFont, in Paint()
701 FormatText(aTextParts, rxFont, nMaximalWidth); in Update()
764 aLineDescriptor.AddPart(*iPart, rxFont); in FormatText()
772 aLineDescriptor.AddPart(*iPart, rxFont); in FormatText()
800 : maLeft(rsLeftText, rxFont, nMaximalWidth), in Block()
801 maRight(rsRightText, rxFont, nMaximalWidth) in Block()
811 maLeft.Update(rxFont, nMaximalWidth); in Update()
[all …]
H A DPresenterCanvasHelper.cxx294 const css::uno::Reference<css::rendering::XCanvasFont>& rxFont, in GetTextBoundingBox() argument
298 if (rxFont.is() && rsText.getLength() > 0) in GetTextBoundingBox()
302 rxFont->createTextLayout(aContext, nTextDirection, 0)); in GetTextBoundingBox()
315 const css::uno::Reference<css::rendering::XCanvasFont>& rxFont, in GetTextSize() argument
319 const geometry::RealRectangle2D aTextBBox (GetTextBoundingBox(rxFont, rsText, nTextDirection)); in GetTextSize()
H A DPresenterCanvasHelper.hxx73 const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
78 const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
/trunk/main/oox/inc/oox/xls/
H A Dstylesfragment.hxx51 inline explicit FontContext( ParentType& rParent, const FontRef& rxFont ) : in FontContext() argument
52 WorkbookContextBase( rParent ), mxFont( rxFont ) {} in FontContext()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.hxx63 …virtual void SAL_CALL setFont( const css::uno::Reference< ov::excel::XFont >& rxFont ) throw (css:…
194 …virtual void SAL_CALL setFont( const css::uno::Reference< ov::excel::XFont >& rxFont ) throw (css:…
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx176 void VCLXGraphics::setFont( const uno::Reference< awt::XFont >& rxFont ) throw(uno::RuntimeExceptio… in setFont() argument
180 maFont = VCLUnoHelper::CreateFont( rxFont ); in setFont()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx108 … CreateFont( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont >& rxFont );
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx381 …elper::CreateFont( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont >& rxFont ) in CreateFont() argument
384 VCLXFont* pVCLXFont = VCLXFont::GetImplementation( rxFont ); in CreateFont()

Completed in 96 milliseconds