Home
last modified time | relevance | path

Searched refs:xTextLayout (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx406 uno::Reference< rendering::XTextLayout > xTextLayout( in createSubsetLayout() local
412 return xTextLayout; in createSubsetLayout()
463 uno::Reference< rendering::XTextLayout > xTextLayout( in createSubsetLayout() local
466 if( xTextLayout.is() ) in createSubsetLayout()
468 xTextLayout->applyLogicalAdvancements( in createSubsetLayout()
476 io_rTextLayout = xTextLayout; in createSubsetLayout()
740 uno::Reference< rendering::XTextLayout > xTextLayout( in getBounds() local
750 xTextLayout->queryTextBounds() ), in getBounds()
978 uno::Reference< rendering::XTextLayout > xTextLayout( in getBounds() local
988 xTextLayout->queryTextBounds() ), in getBounds()
[all …]
/trunk/main/UnoControls/source/controls/
H A Dstatusindicator.cxx295 Reference< XLayoutConstrains > xTextLayout ( m_xText, UNO_QUERY ); in getPreferredSize() local
296 Size aTextSize = xTextLayout->getPreferredSize(); in getPreferredSize()
515 Reference< XLayoutConstrains > xTextLayout ( m_xText, UNO_QUERY ); in impl_recalcLayout() local
516 Size aTextSize = xTextLayout->getPreferredSize(); in impl_recalcLayout()