Lines Matching refs:mxFont
661 uno::Reference< rendering::XCanvasFont > mxFont; member in cppcanvas::internal::__anon86f6ae9e0111::TextAction
674 mxFont( rState.xFont ), in TextAction()
680 init( maState, mxFont, in TextAction()
684 ENSURE_OR_THROW( mxFont.is(), in TextAction()
695 mxFont( rState.xFont ), in TextAction()
701 init( maState, mxFont, in TextAction()
705 ENSURE_OR_THROW( mxFont.is(), in TextAction()
717 mpCanvas->getUNOCanvas()->drawText( maStringContext, mxFont, in render()
741 mxFont->createTextLayout( in getBounds()
832 uno::Reference< rendering::XCanvasFont > mxFont; member in cppcanvas::internal::__anon86f6ae9e0111::EffectTextAction
858 mxFont( rState.xFont ), in EffectTextAction()
878 init( maState, mxFont, in EffectTextAction()
882 ENSURE_OR_THROW( mxFont.is() && mxTextLines.is(), in EffectTextAction()
898 mxFont( rState.xFont ), in EffectTextAction()
918 init( maState, mxFont, in EffectTextAction()
922 ENSURE_OR_THROW( mxFont.is() && mxTextLines.is(), in EffectTextAction()
935 rCanvas->drawText( maStringContext, mxFont, in operator ()()
979 mxFont->createTextLayout( in getBounds()