Lines Matching refs:TextLayout

83     TextLayout::TextLayout( const rendering::StringContext&                  aText,  in TextLayout()  function in vclcanvas::TextLayout
100 void SAL_CALL TextLayout::disposing() in disposing()
110 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
162 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryInkMeasures( ) throw (uno::R… in queryInkMeasures()
214 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) throw (uno::Runt… in queryMeasures()
222 …uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) throw (uno::RuntimeExcep… in queryLogicalAdvancements()
229 …void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements )… in applyLogicalAdvancements()
239 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
277 …double SAL_CALL TextLayout::justify( double nSize ) throw (lang::IllegalArgumentException, uno::Ru… in justify()
287 …double SAL_CALL TextLayout::combinedJustify( const uno::Sequence< uno::Reference< rendering::XText… in combinedJustify()
299 …rendering::TextHit SAL_CALL TextLayout::getTextHit( const geometry::RealPoint2D& aHitPoint ) throw… in getTextHit()
309 …rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 nInsertionIndex, sal_Bool bExcludeLigatu… in getCaret()
320 …sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 nStartIndex, sal_Int32 nCaretAdvan… in getNextInsertionIndex()
332 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
343 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
354 double SAL_CALL TextLayout::getBaselineOffset( ) throw (uno::RuntimeException) in getBaselineOffset()
362 sal_Int8 SAL_CALL TextLayout::getMainTextDirection( ) throw (uno::RuntimeException) in getMainTextDirection()
369 …uno::Reference< rendering::XCanvasFont > SAL_CALL TextLayout::getFont( ) throw (uno::RuntimeExcep… in getFont()
376 rendering::StringContext SAL_CALL TextLayout::getText( ) throw (uno::RuntimeException) in getText()
383 bool TextLayout::draw( OutputDevice& rOutDev, in draw()
450 void TextLayout::setupTextOffsets( sal_Int32* outputOffsets, in setupTextOffsets()
475 ::rtl::OUString SAL_CALL TextLayout::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
480 …sal_Bool SAL_CALL TextLayout::supportsService( const ::rtl::OUString& ServiceName ) throw( uno::Ru… in supportsService()
485 …uno::Sequence< ::rtl::OUString > SAL_CALL TextLayout::getSupportedServiceNames() throw( uno::Runt… in getSupportedServiceNames()