Searched refs:xTextLayout (Results 1 – 2 of 2) sorted by relevance
412 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 …]
295 Reference< XLayoutConstrains > xTextLayout ( m_xText, UNO_QUERY ); in getPreferredSize() local296 Size aTextSize = xTextLayout->getPreferredSize(); in getPreferredSize()515 Reference< XLayoutConstrains > xTextLayout ( m_xText, UNO_QUERY ); in impl_recalcLayout() local516 Size aTextSize = xTextLayout->getPreferredSize(); in impl_recalcLayout()
Completed in 38 milliseconds