Lines Matching refs:TextLayout
111 TextLayout::TextLayout( const rendering::StringContext& aText, in TextLayout() function in cairocanvas::TextLayout
125 TextLayout::~TextLayout() in ~TextLayout()
129 void SAL_CALL TextLayout::disposing() in disposing()
138 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
146 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryInkMeasures( ) throw (uno::R… in queryInkMeasures()
154 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) throw (uno::Runt… in queryMeasures()
162 …uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) throw (uno::RuntimeExcep… in queryLogicalAdvancements()
169 …void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements )… in applyLogicalAdvancements()
182 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
219 …double SAL_CALL TextLayout::justify( double /*nSize*/ ) throw (lang::IllegalArgumentException, uno… in justify()
227 …double SAL_CALL TextLayout::combinedJustify( const uno::Sequence< uno::Reference< rendering::XText… in combinedJustify()
236 …rendering::TextHit SAL_CALL TextLayout::getTextHit( const geometry::RealPoint2D& /*aHitPoint*/ ) t… in getTextHit()
244 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret()
253 sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 /*nStartIndex*/, in getNextInsertionIndex()
263 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
272 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
281 double SAL_CALL TextLayout::getBaselineOffset( ) throw (uno::RuntimeException) in getBaselineOffset()
289 sal_Int8 SAL_CALL TextLayout::getMainTextDirection( ) throw (uno::RuntimeException) in getMainTextDirection()
296 …uno::Reference< rendering::XCanvasFont > SAL_CALL TextLayout::getFont( ) throw (uno::RuntimeExcep… in getFont()
303 rendering::StringContext SAL_CALL TextLayout::getText( ) throw (uno::RuntimeException) in getText()
310 void TextLayout::useFont( Cairo* pCairo ) in useFont()
324 bool TextLayout::draw( Cairo* pCairo ) in draw()
351 bool TextLayout::isCairoRenderable(SystemFontData aSysFontData) const in isCairoRenderable()
378 bool TextLayout::draw( SurfaceSharedPtr& pSurface, in draw()
652 void TextLayout::setupTextOffsets( sal_Int32* outputOffsets, in setupTextOffsets()
676 ::rtl::OUString SAL_CALL TextLayout::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
681 …sal_Bool SAL_CALL TextLayout::supportsService( const ::rtl::OUString& ServiceName ) throw( uno::Ru… in supportsService()
686 …uno::Sequence< ::rtl::OUString > SAL_CALL TextLayout::getSupportedServiceNames() throw( uno::Runt… in getSupportedServiceNames()