Home
last modified time | relevance | path

Searched refs:xToInsert (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3681 … uno::Reference< text::XTextContent > xToInsert( pContext->GetTOC(), uno::UNO_QUERY ); in PopFieldContext() local
3682 if( xToInsert.is() ) in PopFieldContext()
3685xToInsert->attach( uno::Reference< text::XTextRange >( xCrsr, uno::UNO_QUERY_THROW )); in PopFieldContext()
3689xToInsert = uno::Reference< text::XTextContent >(pContext->GetTC(), uno::UNO_QUERY); in PopFieldContext()
3690 if( !xToInsert.is() ) in PopFieldContext()
3691xToInsert = 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 37 milliseconds