Lines Matching refs:TextLayout

120     TextLayout::TextLayout( const rendering::StringContext& 	aText,   in TextLayout()  function in cairocanvas::TextLayout
134 TextLayout::~TextLayout() in ~TextLayout()
138 void SAL_CALL TextLayout::disposing() in disposing()
147 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
155 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryInkMeasures( ) throw (uno::R… in queryInkMeasures()
163 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) throw (uno::Runt… in queryMeasures()
171 …uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) throw (uno::RuntimeExcep… in queryLogicalAdvancements()
178 …void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements )… in applyLogicalAdvancements()
191 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
228 …double SAL_CALL TextLayout::justify( double /*nSize*/ ) throw (lang::IllegalArgumentException, uno… in justify()
236 …double SAL_CALL TextLayout::combinedJustify( const uno::Sequence< uno::Reference< rendering::XText… in combinedJustify()
245 …rendering::TextHit SAL_CALL TextLayout::getTextHit( const geometry::RealPoint2D& /*aHitPoint*/ ) t… in getTextHit()
253 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret()
262 sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 /*nStartIndex*/, in getNextInsertionIndex()
272 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
281 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
290 double SAL_CALL TextLayout::getBaselineOffset( ) throw (uno::RuntimeException) in getBaselineOffset()
298 sal_Int8 SAL_CALL TextLayout::getMainTextDirection( ) throw (uno::RuntimeException) in getMainTextDirection()
305 …uno::Reference< rendering::XCanvasFont > SAL_CALL TextLayout::getFont( ) throw (uno::RuntimeExcep… in getFont()
312 rendering::StringContext SAL_CALL TextLayout::getText( ) throw (uno::RuntimeException) in getText()
319 void TextLayout::useFont( Cairo* pCairo ) in useFont()
333 bool TextLayout::draw( Cairo* pCairo ) in draw()
360 bool TextLayout::isCairoRenderable(SystemFontData aSysFontData) const in isCairoRenderable()
387 bool TextLayout::draw( SurfaceSharedPtr& pSurface, in draw()
687 void TextLayout::setupTextOffsets( sal_Int32* outputOffsets, in setupTextOffsets()
711 ::rtl::OUString SAL_CALL TextLayout::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
716 …sal_Bool SAL_CALL TextLayout::supportsService( const ::rtl::OUString& ServiceName ) throw( uno::Ru… in supportsService()
721 …uno::Sequence< ::rtl::OUString > SAL_CALL TextLayout::getSupportedServiceNames() throw( uno::Runt… in getSupportedServiceNames()