Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Ddocredln.cxx422 pRedl->SetEnd( *pEnd, pREnd ); in AppendRedline()
489 pRedl->SetEnd( *pStt, pREnd ); in AppendRedline()
512 pSplit->SetEnd( *pRStt ); in AppendRedline()
552 pRedl->SetEnd( *pStt, pREnd ); in AppendRedline()
575 pSplit->SetEnd( *pRStt ); in AppendRedline()
609 pRedl->SetEnd( *pStt, pREnd ); in AppendRedline()
634 pRedl->SetEnd( *pStt, pREnd ); in AppendRedline()
643 pRedl->SetEnd( *pStt, pREnd ); in AppendRedline()
668 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
674 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
[all …]
H A Ddocedt.cxx1895 pConvArgs->SetEnd( pEndPos->nNode.GetNode().GetTxtNode(), pEndPos->nContent ); in Spell()
2523 pUndoRpl->SetEnd(rPam); in ReplaceRangeImpl()
/AOO41X/main/sw/source/core/edit/
H A Dedlingu.cxx92 inline void SetEnd( SwPosition* pNew ){ delete pEnd; pEnd = pNew; } in SetEnd() function in SwLinguIter
389 SetEnd( pNew ); in Continue()
469 SetEnd( pNew ); in Continue()
601 SetEnd( pNew ); in Continue()
1597 SetEnd( pNew ); in SpellSentence()
1660 SetEnd( new SwPosition( *pCrsr->End() )); in SpellSentence()
1731 SetEnd( new SwPosition(aSaveEndPos) ); in SpellSentence()
/AOO41X/main/sw/source/core/undo/
H A Dunins.cxx499 void SetEnd(SwPaM const& rPam);
581 void SwUndoReplace::SetEnd(SwPaM const& rPam) in SetEnd() function in SwUndoReplace
583 m_pImpl->SetEnd(rPam); in SetEnd()
772 void SwUndoReplace::Impl::SetEnd(SwPaM const& rPam) in SetEnd() function in SwUndoReplace::Impl
/AOO41X/main/xmloff/source/text/
H A Dtxtparai.cxx211 pHint->SetEnd(rImport.GetTextImport()->GetCursor()->getStart() ); in XMLStartReferenceContext_Impl()
285 pHint->SetEnd(GetImport().GetTextImport()-> in XMLEndReferenceContext_Impl()
440 mpHint->SetEnd( GetImport().GetTextImport() in ~XMLImpHyperlinkContext_Impl()
1184 pHint->SetEnd(xPos); in StartElement()
1613 pHint->SetEnd( GetImport().GetTextImport() in ~XMLImpSpanContext_Impl()
2170 pHint->SetEnd(xEnd); in ~XMLParaContext()
H A Dtxtparaimphint.hxx80 void SetEnd( const Reference < XTextRange > & rPos ) { xEnd = rPos; } in SetEnd() function in XMLHint_Impl
/AOO41X/main/tools/inc/tools/
H A Dline.hxx49 void SetEnd( const Point& rEndPt ) { maEnd = rEndPt; } in SetEnd() function in Line
/AOO41X/main/svtools/source/edit/
H A Dtexteng.cxx1752 pTmpLine->SetEnd( pTmpLine->GetStart() ); in CreateAndInsertEmptyLine()
1815 pLine->SetEnd( nBreakPos ); in ImpBreakLine()
2474 pLine->SetEnd( nPortionEnd ); in CreateLines()
2481 pLine->SetEnd( nPortionStart ); in CreateLines()
2486 pLine->SetEnd( nPortionStart+1 ); in CreateLines()
2597 pLine->SetEnd( nIndex ); in CreateLines()
H A Dtextdat2.hxx148 void SetEnd( sal_uInt16 n ) { mnEnd = n; } in SetEnd() function in TextLine
/AOO41X/main/sw/source/core/inc/
H A DUndoInsert.hxx132 void SetEnd( const SwPaM& rPam );
/AOO41X/main/sw/inc/
H A Dsplargs.hxx64 void SetEnd( SwTxtNode* pEnd, SwIndex& rEnd ) in SetEnd() function
H A Dredline.hxx206 void SetEnd( const SwPosition& rPos, SwPosition* pEndPtr = 0 ) in SetEnd() function in SwRedline
/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx1222 pLine->SetEnd( nPortionEnd ); in CreateLines()
1229 pLine->SetEnd( nPortionEnd ); in CreateLines()
1234 pLine->SetEnd( nPortionStart ); in CreateLines()
1239 pLine->SetEnd( nPortionStart+1 ); in CreateLines()
1569 pLine->SetEnd( nIndex ); in CreateLines()
1602 pTmpLine->SetEnd( pParaPortion->GetNode()->Len() ); in CreateAndInsertEmptyLine()
1955 pLine->SetEnd( nBreakPos ); in ImpBreakLine()
H A Deditdoc.hxx474 void SetEnd( sal_uInt16 n ) { nEnd = n; } in SetEnd() function in EditLine
/AOO41X/main/sw/source/filter/html/
H A Dhtmlatr.cxx1213 void SetEnd( xub_StrLen nE ) { nEnd = nE; } in SetEnd() function in HTMLSttEndPos
1610 pPos->SetEnd( nNewEnd ); in FixSplittedItem()
1641 pTest->SetEnd( nNewEnd ); in FixSplittedItem()
/AOO41X/main/vcl/source/gdi/
H A Doutdev4.cxx1350 aCurSegment.SetEnd( rPoly[ (sal_uInt16)( i % nCount ) ] ); in ImplDrawHatchLine()