Searched refs:xTextAppendAndConvert (Results 1 – 1 of 1) sorted by relevance
1135 …uno::Reference< text::XTextAppendAndConvert > xTextAppendAndConvert( m_aTextAppendStack.top().xTe… in appendTextContent() local1136 …OSL_ENSURE( xTextAppendAndConvert.is(), "trying to append a text content without XTextAppendAndCon… in appendTextContent()1137 if(xTextAppendAndConvert.is() && ! getTableManager( ).isIgnore()) in appendTextContent()1141 xTextAppendAndConvert->appendTextContent( xContent, xPropertyValues ); in appendTextContent()3694 …uno::Reference< text::XTextAppendAndConvert > xTextAppendAndConvert( xTextAppend, uno::UNO_QUERY_T… in PopFieldContext() local3695 … xTextAppendAndConvert->appendTextContent( xToInsert, uno::Sequence< beans::PropertyValue >() ); in PopFieldContext()3921 …uno::Reference< text::XTextAppendAndConvert > xTextAppendAndConvert( GetTopTextAppend(), uno::UNO_… in ExecuteFrameConversion() local3922 xTextAppendAndConvert->convertToTextFrame( in ExecuteFrameConversion()
Completed in 27 milliseconds