| /trunk/main/canvas/source/null/ |
| H A D | null_textlayout.cxx | 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( ) in queryInkMeasures() 80 uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) in queryMeasures() 88 uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) in queryLogicalAdvancements() 95 … void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements ) in applyLogicalAdvancements() 108 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) in queryTextBounds() 134 double SAL_CALL TextLayout::justify( double /*nSize*/ ) in justify() [all …]
|
| H A D | null_textlayout.hxx | 48 class TextLayout : public ::comphelper::OBaseMutex, class 50 private UsageCounter< TextLayout >, 54 TextLayout( const ::com::sun::star::rendering::StringContext& aText, 92 ~TextLayout(); // we're a ref-counted UNO class. _We_ destroy ourselves.
|
| H A D | null_canvashelper.cxx | 224 TextLayout* pTextLayout = in drawTextLayout() 225 dynamic_cast< TextLayout* >( xLayoutetText.get() ); in drawTextLayout()
|
| H A D | null_canvasfont.cxx | 58 return new TextLayout( aText, nDirection, nRandomSeed, ImplRef( this ) ); in createTextLayout()
|
| /trunk/main/canvas/source/directx/ |
| H A D | dx_textlayout.cxx | 43 TextLayout::TextLayout( const rendering::StringContext& aText, in TextLayout() function in dxcanvas::TextLayout 55 TextLayout::~TextLayout() in ~TextLayout() 59 void SAL_CALL TextLayout::disposing() in disposing() 65 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes() 73 uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryInkMeasures( ) in queryInkMeasures() 81 uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) in queryMeasures() 89 uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) in queryLogicalAdvancements() 96 … void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements ) in applyLogicalAdvancements() 109 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) in queryTextBounds() 128 double SAL_CALL TextLayout::justify( double /*nSize*/ ) in justify() [all …]
|
| H A D | dx_textlayout.hxx | 52 class TextLayout : public ::comphelper::OBaseMutex, class 57 TextLayout( const ::com::sun::star::rendering::StringContext& aText, 98 ~TextLayout(); // we're a ref-counted UNO class. _We_ destroy ourselves.
|
| H A D | dx_bitmapcanvashelper.cxx | 121 TextLayout* pTextLayout = in drawTextLayout() 122 dynamic_cast< TextLayout* >( xLayoutetText.get() ); in drawTextLayout()
|
| H A D | dx_canvashelper.cxx | 556 TextLayout* pTextLayout = in drawTextLayout() 557 dynamic_cast< TextLayout* >( xLayoutetText.get() ); in drawTextLayout()
|
| H A D | dx_canvasfont.cxx | 94 return new TextLayout( aText, nDirection, nRandomSeed, ImplRef( this ) ); in createTextLayout()
|
| /trunk/main/canvas/source/cairo/ |
| H A D | cairo_textlayout.cxx | 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( ) in queryInkMeasures() 163 uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) in queryMeasures() 171 uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) in queryLogicalAdvancements() 178 … void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements ) in applyLogicalAdvancements() 191 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) in queryTextBounds() 228 double SAL_CALL TextLayout::justify( double /*nSize*/ ) in justify() [all …]
|
| H A D | cairo_canvashelper_text.cxx | 343 …TextLayout* pTextLayout = new TextLayout(text, textDirection, 0, CanvasFont::Reference(dynamic_cas… in drawText() 358 TextLayout* pTextLayout = dynamic_cast< TextLayout* >( xLayoutedText.get() ); in drawTextLayout()
|
| H A D | cairo_textlayout.hxx | 50 class TextLayout : public ::comphelper::OBaseMutex, class 55 TextLayout( const ::com::sun::star::rendering::StringContext& aText, 101 ~TextLayout(); // we're a ref-counted UNO class. _We_ destroy ourselves.
|
| H A D | cairo_canvasfont.cxx | 129 return new TextLayout( aText, in createTextLayout()
|
| /trunk/main/canvas/source/vcl/ |
| H A D | textlayout.cxx | 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( ) in queryInkMeasures() 214 uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) in queryMeasures() 222 uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) in queryLogicalAdvancements() 229 … void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements ) in applyLogicalAdvancements() 239 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) in queryTextBounds() 277 double SAL_CALL TextLayout::justify( double nSize ) in justify() 287 …double SAL_CALL TextLayout::combinedJustify( const uno::Sequence< uno::Reference< rendering::XText… in combinedJustify() [all …]
|
| H A D | textlayout.hxx | 49 class TextLayout : public ::comphelper::OBaseMutex, class 54 TextLayout( const ::com::sun::star::rendering::StringContext& aText,
|
| H A D | canvasfont.cxx | 109 return new TextLayout( aText, in createTextLayout()
|
| H A D | canvashelper.cxx | 657 TextLayout* pTextLayout = dynamic_cast< TextLayout* >( xLayoutedText.get() ); in drawTextLayout()
|