Lines Matching refs:TextLayout

42     TextLayout::TextLayout( const rendering::StringContext& 	aText,   in TextLayout()  function in nullcanvas::TextLayout
54 TextLayout::~TextLayout() in ~TextLayout()
58 void SAL_CALL TextLayout::disposing() in disposing()
64 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
72 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryInkMeasures( ) throw (uno::R… in queryInkMeasures()
80 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) throw (uno::Runt… in queryMeasures()
88 …uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) throw (uno::RuntimeExcep… in queryLogicalAdvancements()
95 …void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements )… in applyLogicalAdvancements()
108 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
134 …double SAL_CALL TextLayout::justify( double /*nSize*/ ) throw (lang::IllegalArgumentException, uno… in justify()
142 …double SAL_CALL TextLayout::combinedJustify( const uno::Sequence< uno::Reference< rendering::XText… in combinedJustify()
151 …rendering::TextHit SAL_CALL TextLayout::getTextHit( const geometry::RealPoint2D& /*aHitPoint*/ ) t… in getTextHit()
159 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret()
168 sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 /*nStartIndex*/, in getNextInsertionIndex()
178 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
187 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
196 double SAL_CALL TextLayout::getBaselineOffset( ) throw (uno::RuntimeException) in getBaselineOffset()
204 sal_Int8 SAL_CALL TextLayout::getMainTextDirection( ) throw (uno::RuntimeException) in getMainTextDirection()
211 …uno::Reference< rendering::XCanvasFont > SAL_CALL TextLayout::getFont( ) throw (uno::RuntimeExcep… in getFont()
218 rendering::StringContext SAL_CALL TextLayout::getText( ) throw (uno::RuntimeException) in getText()
225 bool TextLayout::draw( const rendering::ViewState& /*rViewState*/, in draw()
240 ::rtl::OUString SAL_CALL TextLayout::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
245 …sal_Bool SAL_CALL TextLayout::supportsService( const ::rtl::OUString& ServiceName ) throw( uno::Ru… in supportsService()
250 …uno::Sequence< ::rtl::OUString > SAL_CALL TextLayout::getSupportedServiceNames() throw( uno::Runt… in getSupportedServiceNames()