Searched refs:ImpConnectParagraphs (Results 1 – 6 of 6) sorted by relevance
/trunk/main/editeng/source/editeng/ |
H A D | eertfpar.cxx | 150 aCurSel.Min() = pImpEditEngine->ImpConnectParagraphs( in CallParser() 156 aCurSel.Max() = pImpEditEngine->ImpConnectParagraphs( in CallParser()
|
H A D | impedit2.cxx | 2299 EditPaM ImpEditEngine::ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pRight, sal_Bool bBac… in ImpConnectParagraphs() function in ImpEditEngine 2496 return ImpConnectParagraphs( aDelStart.GetNode(), aDelEnd.GetNode(), bSpecialBackward ); in DeleteLeftOrRight() 2545 aStartPaM = ImpConnectParagraphs( aStartPaM.GetNode(), aEndPaM.GetNode() ); in ImpDeleteSelection()
|
H A D | impedit.hxx | 571 …EditPaM ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pRight, sal_Bool bBackward = sal…
|
H A D | impedit3.cxx | 3928 return ImpConnectParagraphs( pLeftNode, pRightNode, bBackward ); in ConnectContents()
|
/trunk/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 157 TextPaM ImpConnectParagraphs( sal_uLong nLeft, sal_uLong nRight );
|
/trunk/main/svtools/source/edit/ |
H A D | texteng.cxx | 589 TextPaM TextEngine::ImpConnectParagraphs( sal_uLong nLeft, sal_uLong nRight ) in ImpConnectParagraphs() function in TextEngine 670 aStartPaM = ImpConnectParagraphs( nStartNode, nEndNode ); in ImpDeleteText() 1489 return ImpConnectParagraphs( nLeftNode, nLeftNode+1 ); in ConnectContents()
|
Completed in 87 milliseconds