Searched defs:SetEnd (Results 1 – 9 of 9) sorted by relevance
49 void SetEnd( const Point& rEndPt ) { maEnd = rEndPt; } in SetEnd() function in Line
64 void SetEnd( SwTxtNode* pEnd, SwIndex& rEnd ) in SetEnd() function
206 void SetEnd( const SwPosition& rPos, SwPosition* pEndPtr = 0 ) in SetEnd() function in SwRedline
581 void SwUndoReplace::SetEnd(SwPaM const& rPam) in SetEnd() function in SwUndoReplace772 void SwUndoReplace::Impl::SetEnd(SwPaM const& rPam) in SetEnd() function in SwUndoReplace::Impl
80 void SetEnd( const Reference < XTextRange > & rPos ) { xEnd = rPos; } in SetEnd() function in XMLHint_Impl
148 void SetEnd( sal_uInt16 n ) { mnEnd = n; } in SetEnd() function in TextLine
474 void SetEnd( sal_uInt16 n ) { nEnd = n; } in SetEnd() function in EditLine
92 inline void SetEnd( SwPosition* pNew ){ delete pEnd; pEnd = pNew; } in SetEnd() function in SwLinguIter
1213 void SetEnd( xub_StrLen nE ) { nEnd = nE; } in SetEnd() function in HTMLSttEndPos
Completed in 56 milliseconds