Searched refs:xEnd (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sw/source/ui/vba/ |
H A D | vbarange.cxx | 43 uno::Reference< text::XTextRange > xEnd; in SwVbaRange() local 44 initialize( rStart, xEnd ); in SwVbaRange() 113 uno::Reference< text::XTextRange > xEnd = mxTextCursor->getEnd(); in getText() local 117 mxTextCursor->gotoRange( xEnd, sal_True ); in getText() 302 uno::Reference< text::XTextRange > xEnd = mxTextCursor->getEnd(); in setStart() local 305 mxTextCursor->gotoRange( xEnd, sal_True ); in setStart() 317 uno::Reference< text::XTextRange > xEnd = SwVbaRangeHelper::getRangeByPosition( xText, _end ); in setEnd() local 320 mxTextCursor->gotoRange( xEnd, sal_True ); in setEnd()
|
H A D | vbadocument.cxx | 76 uno::Reference< text::XTextRange > xEnd; in getContent() local 77 …rence< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xEnd, sal_True ) ); in getContent() 94 uno::Reference< text::XTextRange > xEnd; in Range() local 103 xEnd = mxTextDocument->getText()->getEnd(); in Range() 105 xEnd = SwVbaRangeHelper::getRangeByPosition( mxTextDocument->getText(), nEnd ); in Range() 108 if( !xStart.is() && !xEnd.is() ) in Range() 114 xEnd = mxTextDocument->getText()->getEnd(); in Range() 121 … uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xEnd ) ); in Range()
|
/trunk/main/xmloff/source/text/ |
H A D | txtparaimphint.hxx | 54 Reference < XTextRange > xEnd; member in XMLHint_Impl 64 xEnd( rE ), in XMLHint_Impl() 79 const Reference < XTextRange > & GetEnd() const { return xEnd; } in GetEnd() 80 void SetEnd( const Reference < XTextRange > & rPos ) { xEnd = rPos; } in SetEnd()
|
H A D | txtparai.cxx | 2022 Reference < XTextRange > xEnd(xCrsrRange->getStart()); in ~XMLParaContext() local 2033 xIdCursor->gotoRange( xEnd, sal_True ); in ~XMLParaContext() 2048 xAttrCursor->gotoRange( xEnd, sal_True ); in ~XMLParaContext() 2171 pHint->SetEnd(xEnd); in ~XMLParaContext()
|
/trunk/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 3014 XTextRange xEnd = xText.getEnd(); in testMetaXText() local 3227 XTextRange xEnd = xText.getEnd(); in testMetaXTextCursor() local 3477 XTextRange xEnd = null; in doMetaXTextAttach() local 3481 xEnd = xText.getEnd(); in doMetaXTextAttach() 3507 xEnd = xText.getEnd(); in doMetaXTextAttach() 3538 xEnd = xText.getEnd(); in doMetaXTextAttach() 3570 xEnd = xText.getEnd(); in doMetaXTextAttach() 3600 xEnd = xText.getEnd(); in doMetaXTextAttach() 3631 xEnd = xText.getEnd(); in doMetaXTextAttach() 3640 xContent2.attach(xEnd); in doMetaXTextAttach() [all …]
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 1902 Reference< XTextRange > xEnd( xSelectedText->getEnd() ); in getTextSelection() local 1904 if( xTextRangeCompare->compareRegionEnds( xStart, xEnd ) < 0 ) in getTextSelection() 1907 xStart = xEnd; in getTextSelection() 1908 xEnd = xTemp; in getTextSelection() 1929 if( xRange.is() && xTextRangeCompare->compareRegionEnds( xEnd, xRange ) >= 0 ) in getTextSelection()
|
/trunk/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 538 XTextRange xEnd = mxDocText.getEnd(); in TextRangeExample() local 540 xEnd.setString ( "This is text inserted at the end.\n\n" ); in TextRangeExample()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 1630 const uno::Reference< text::XTextRange >& xEnd, in convertToTextFrame() 1644 !::sw::XTextRangeToSwPaM(*pEndPam, xEnd)) in convertToTextFrame() 1653 const uno::Reference<lang::XUnoTunnel> xEndRangeTunnel(xEnd, in convertToTextFrame()
|
/trunk/main/sw/inc/ |
H A D | unotext.hxx | 261 ::com::sun::star::text::XTextRange >& xEnd,
|
Completed in 222 milliseconds