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()
108 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
159 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret()
168 sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 /*nStartIndex*/, in getNextInsertionIndex()
196 double SAL_CALL TextLayout::getBaselineOffset( ) throw (uno::RuntimeException) in getBaselineOffset()
204 sal_Int8 SAL_CALL TextLayout::getMainTextDirection( ) throw (uno::RuntimeException) in getMainTextDirection()
218 rendering::StringContext SAL_CALL TextLayout::getText( ) throw (uno::RuntimeException) in getText()
225 bool TextLayout::draw( const rendering::ViewState& /*rViewState*/, in draw()
[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()
109 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
153 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret()
162 sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 /*nStartIndex*/, in getNextInsertionIndex()
190 double SAL_CALL TextLayout::getBaselineOffset( ) throw (uno::RuntimeException) in getBaselineOffset()
198 sal_Int8 SAL_CALL TextLayout::getMainTextDirection( ) throw (uno::RuntimeException) in getMainTextDirection()
212 rendering::StringContext SAL_CALL TextLayout::getText( ) throw (uno::RuntimeException) in getText()
230 bool TextLayout::draw( const GraphicsSharedPtr& rGraphics, in draw()
[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()
253 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret()
262 sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 /*nStartIndex*/, in getNextInsertionIndex()
290 double SAL_CALL TextLayout::getBaselineOffset( ) throw (uno::RuntimeException) in getBaselineOffset()
319 void TextLayout::useFont( Cairo* pCairo ) in useFont()
333 bool TextLayout::draw( Cairo* pCairo ) in draw()
360 bool TextLayout::isCairoRenderable(SystemFontData aSysFontData) const in isCairoRenderable()
387 bool TextLayout::draw( SurfaceSharedPtr& pSurface, in draw()
[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.cxx131 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()
222 …uno::Sequence< double > SAL_CALL TextLayout::queryLogicalAdvancements( ) throw (uno::RuntimeExcep… in queryLogicalAdvancements()
239 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
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()
[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()

Completed in 106 milliseconds