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.cxx412 return xTextLayout; in createSubsetLayout()
466 if( xTextLayout.is() ) in createSubsetLayout()
476 io_rTextLayout = xTextLayout; in createSubsetLayout()
1151 createSubsetLayout( xTextLayout, in render()
1158 if( !xTextLayout.is() ) in render()
1189 createSubsetLayout( xTextLayout, in getBounds()
1196 if( !xTextLayout.is() ) in getBounds()
1451 if( !xTextLayout.is() ) in render()
1522 if( !xTextLayout.is() ) in getBounds()
1894 if( !xTextLayout.is() ) in render()
[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()

Completed in 29 milliseconds