Home
last modified time | relevance | path

Searched refs:TextLayout (Results 1 – 17 of 17) sorted by relevance

/trunk/main/canvas/source/null/
H A Dnull_textlayout.cxx42 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()
[all …]
H A Dnull_textlayout.hxx48 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 Dnull_canvashelper.cxx224 TextLayout* pTextLayout = in drawTextLayout()
225 dynamic_cast< TextLayout* >( xLayoutetText.get() ); in drawTextLayout()
H A Dnull_canvasfont.cxx58 return new TextLayout( aText, nDirection, nRandomSeed, ImplRef( this ) ); in createTextLayout()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout.cxx43 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( ) throw (uno::R… in queryInkMeasures()
81 …uno::Sequence< geometry::RealRectangle2D > SAL_CALL TextLayout::queryMeasures( ) throw (uno::Runt… in queryMeasures()
89 …uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) throw (uno::RuntimeExcep… in queryLogicalAdvancements()
96 …void SAL_CALL TextLayout::applyLogicalAdvancements( const uno::Sequence< double >& aAdvancements )… in applyLogicalAdvancements()
109 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
128 …double SAL_CALL TextLayout::justify( double /*nSize*/ ) throw (lang::IllegalArgumentException, uno… in justify()
[all …]
H A Ddx_textlayout.hxx52 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 Ddx_bitmapcanvashelper.cxx121 TextLayout* pTextLayout = in drawTextLayout()
122 dynamic_cast< TextLayout* >( xLayoutetText.get() ); in drawTextLayout()
H A Ddx_canvashelper.cxx556 TextLayout* pTextLayout = in drawTextLayout()
557 dynamic_cast< TextLayout* >( xLayoutetText.get() ); in drawTextLayout()
H A Ddx_canvasfont.cxx94 return new TextLayout( aText, nDirection, nRandomSeed, ImplRef( this ) ); in createTextLayout()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx120 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()
[all …]
H A Dcairo_canvashelper_text.cxx343TextLayout* pTextLayout = new TextLayout(text, textDirection, 0, CanvasFont::Reference(dynamic_cas… in drawText()
358 TextLayout* pTextLayout = dynamic_cast< TextLayout* >( xLayoutedText.get() ); in drawTextLayout()
H A Dcairo_textlayout.hxx50 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 Dcairo_canvasfont.cxx129 return new TextLayout( aText, in createTextLayout()
/trunk/main/canvas/source/vcl/
H A Dtextlayout.cxx83 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()
[all …]
H A Dtextlayout.hxx49 class TextLayout : public ::comphelper::OBaseMutex, class
54 TextLayout( const ::com::sun::star::rendering::StringContext& aText,
H A Dcanvasfont.cxx109 return new TextLayout( aText, in createTextLayout()
H A Dcanvashelper.cxx657 TextLayout* pTextLayout = dynamic_cast< TextLayout* >( xLayoutedText.get() ); in drawTextLayout()