Searched refs:nLeftNode (Results 1 – 4 of 4) sorted by relevance
223 TextPaM ConnectContents( sal_uLong nLeftNode );
1486 TextPaM TextEngine::ConnectContents( sal_uLong nLeftNode ) in ConnectContents() argument1489 return ImpConnectParagraphs( nLeftNode, nLeftNode+1 ); in ConnectContents()
3921 EditPaM ImpEditEngine::ConnectContents( sal_uInt32 nLeftNode, sal_Bool bBackward ) in ConnectContents() argument3923 ContentNode* pLeftNode = aEditDoc.SaveGetObject( nLeftNode ); in ConnectContents()3924 ContentNode* pRightNode = aEditDoc.SaveGetObject( nLeftNode+1 ); in ConnectContents()
592 EditPaM ConnectContents( sal_uInt32 nLeftNode, sal_Bool bBackward );
Completed in 56 milliseconds