Home
last modified time | relevance | path

Searched refs:xToInsert (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3491 … uno::Reference< text::XTextContent > xToInsert( pContext->GetTOC(), uno::UNO_QUERY ); in PopFieldContext() local
3492 if( xToInsert.is() ) in PopFieldContext()
3495xToInsert->attach( uno::Reference< text::XTextRange >( xCrsr, uno::UNO_QUERY_THROW )); in PopFieldContext()
3499xToInsert = uno::Reference< text::XTextContent >(pContext->GetTC(), uno::UNO_QUERY); in PopFieldContext()
3500 if( !xToInsert.is() ) in PopFieldContext()
3501xToInsert = uno::Reference< text::XTextContent >(pContext->GetTextField(), uno::UNO_QUERY); in PopFieldContext()
3502 if( xToInsert.is() ) in PopFieldContext()
3505 … xTextAppendAndConvert->appendTextContent( xToInsert, uno::Sequence< beans::PropertyValue >() ); in PopFieldContext()

Completed in 46 milliseconds