Searched refs:m_xStart (Results 1 – 3 of 3) sorted by relevance
548 Reference < XTextRange > m_xStart; member in XMLImpRubyContext_Impl650 , 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 XMLMetaImportContextBase769 , 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()
1478 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()
250 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > m_xStart;
Completed in 163 milliseconds