Searched refs:xToInsert (Results 1 – 1 of 1) sorted by relevance
3681 … uno::Reference< text::XTextContent > xToInsert( pContext->GetTOC(), uno::UNO_QUERY ); in PopFieldContext() local3682 if( xToInsert.is() ) in PopFieldContext()3685 … xToInsert->attach( uno::Reference< text::XTextRange >( xCrsr, uno::UNO_QUERY_THROW )); in PopFieldContext()3689 … xToInsert = uno::Reference< text::XTextContent >(pContext->GetTC(), uno::UNO_QUERY); in PopFieldContext()3690 if( !xToInsert.is() ) in PopFieldContext()3691 … xToInsert = uno::Reference< text::XTextContent >(pContext->GetTextField(), uno::UNO_QUERY); in PopFieldContext()3692 if( xToInsert.is() ) in PopFieldContext()3695 … xTextAppendAndConvert->appendTextContent( xToInsert, uno::Sequence< beans::PropertyValue >() ); in PopFieldContext()
Completed in 45 milliseconds