Home
last modified time | relevance | path

Searched refs:pUnoCursor (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx127 SwUnoCrsr *const pUnoCursor = pXCursor->GetCursor(); in createTextCursor() local
128 pUnoCursor->Move(fnMoveForward, fnGoNode); in createTextCursor()
135 SwTableNode* pTableNode = pUnoCursor->GetNode()->FindTableNode(); in createTextCursor()
140 pUnoCursor->GetPoint()->nNode = *(pTableNode->EndOfSectionNode()); in createTextCursor()
141 pContentNode = GetDoc()->GetNodes().GoNext(&pUnoCursor->GetPoint()->nNode); in createTextCursor()
145 pUnoCursor->GetPoint()->nContent.Assign( pContentNode, 0 ); in createTextCursor()
146 if( bTable && pUnoCursor->GetNode()->FindSttNodeByType( SwNormalStartNode ) in createTextCursor()
178 ::std::auto_ptr<SwUnoCrsr> pUnoCursor( in createEnumeration()
180 return new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_REDLINE); in createEnumeration()
620 ::std::auto_ptr<SwUnoCrsr> pUnoCursor( in createEnumeration()
[all …]
H A Dunoftn.cxx572 ::std::auto_ptr<SwUnoCrsr> pUnoCursor( in createEnumeration()
574 pUnoCursor->Move(fnMoveForward, fnGoNode); in createEnumeration()
576 new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_FOOTNOTE); in createEnumeration()
H A Dunoport.cxx64 SwUnoCrsr* pUnoCursor = in init() local
68 pUnoCursor->SetMark(); in init()
69 *pUnoCursor->GetMark() = *pPortionCursor->GetMark(); in init()
71 pUnoCursor->Add(this); in init()
H A Dunotext.cxx2630 ::std::auto_ptr<SwUnoCrsr> pUnoCursor( in createEnumeration()
2632 pUnoCursor->Move(fnMoveBackward, fnGoDoc); in createEnumeration()
2634 = new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_BODY); in createEnumeration()
2949 ::std::auto_ptr<SwUnoCrsr> pUnoCursor( in createEnumeration()
2951 pUnoCursor->Move(fnMoveForward, fnGoNode); in createEnumeration()
2952 aRef = new SwXParagraphEnumeration(this, pUnoCursor, in createEnumeration()
H A Dunoobj.cxx815 SwUnoCrsr *const pUnoCursor( GetCursor() ); in GetCursorOrThrow() local
816 if (!pUnoCursor) { in GetCursorOrThrow()
820 return *pUnoCursor; in GetCursorOrThrow()
H A Dunoframe.cxx3279 ::std::auto_ptr<SwUnoCrsr> pUnoCursor( in createEnumeration()
3281 pUnoCursor->Move(fnMoveForward, fnGoNode); in createEnumeration()
3287 aRef = new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_FRAME); in createEnumeration()
H A Dunotbl.cxx1151 ::std::auto_ptr<SwUnoCrsr> pUnoCursor( in createEnumeration()
1153 pUnoCursor->Move(fnMoveForward, fnGoNode); in createEnumeration()
1159 new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_TBLTEXT, in createEnumeration()
/trunk/main/sw/source/core/doc/
H A Ddoccorr.cxx157 SwUnoCrsr *const pUnoCursor = rTbl[ n ]; in PaMCorrAbs() local
164 pUnoCursor->IsRemainInSection() && in PaMCorrAbs()
167 pUnoCursor->GetPoint()->nNode.GetNode() ) ); in PaMCorrAbs()
169 FOREACHPAM_START( pUnoCursor ) in PaMCorrAbs()
189 pUnoCursor->ModifyNotification( &aHint, NULL ); in PaMCorrAbs()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx682 SwUnoCrsr* pUnoCursor = pTxtNode->GetDoc()->CreateUnoCrsr( aStartPos ); in CreateUnoPortion() local
683 pUnoCursor->SetMark(); in CreateUnoPortion()
684 pUnoCursor->GetMark()->nContent = nEnd; in CreateUnoPortion()
689 new SwXTextPortion ( pUnoCursor, aEmpty, PORTION_TEXT); in CreateUnoPortion()
690 delete pUnoCursor; in CreateUnoPortion()

Completed in 188 milliseconds