Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/text/
H A Dtxtparai.cxx548 Reference < XTextRange > m_xStart; member in XMLImpRubyContext_Impl
650 , m_xStart( GetImport().GetTextImport()->GetCursorAsRange()->getStart() ) in XMLImpRubyContext_Impl()
676 xTextImport->GetText()->createTextCursorByRange( m_xStart )); in ~XMLImpRubyContext_Impl()
723 Reference<XTextRange> m_xStart; member in XMLMetaImportContextBase
769 , m_xStart( GetImport().GetTextImport()->GetCursorAsRange()->getStart() ) in XMLMetaImportContextBase()
796 OSL_ENSURE(m_xStart.is(), "no mxStart?"); in EndElement()
797 if (!m_xStart.is()) return; in EndElement()
806 xInsertionCursor->gotoRange(m_xStart, sal_True); in EndElement()
/aoo42x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1478 if ( !aAnnotationPosition.m_xStart.is() in PopAnnotation()
1487 uno::Reference<text::XText> xText = aAnnotationPosition.m_xStart->getText(); in PopAnnotation()
1488 …erence<text::XTextCursor> xCursor = xText->createTextCursorByRange( aAnnotationPosition.m_xStart ); in PopAnnotation()
3130 aAnnotationPosition.m_xStart = xCurrent; in AddAnnotationPosition()
H A DDomainMapper_Impl.hxx250 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > m_xStart;

Completed in 44 milliseconds