/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() 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 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() 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 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() 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 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 | 131 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() 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 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()
|