Home
last modified time | relevance | path

Searched refs:aCurPaM (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1068 SwPaM aCurPaM( *this, 0 ); in Convert() local
1070 SetLanguageAndFont( aCurPaM, in Convert()
1101 SwPaM aCurPaM( *this, nBegin ); in Convert() local
1102 aCurPaM.SetMark(); in Convert()
1103 aCurPaM.GetPoint()->nContent = nBegin + nLen; in Convert()
1108 pEditShell->SetSelection( aCurPaM ); in Convert()
1114 SetLanguageAndFont( aCurPaM, in Convert()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1285 EditPaM aCurPaM( rPaM ); in CursorLeft() local
1286 EditPaM aNewPaM( aCurPaM ); in CursorLeft()
1288 if ( aCurPaM.GetIndex() ) in CursorLeft()
1296 ContentNode* pNode = aCurPaM.GetNode(); in CursorLeft()
1310 EditPaM aCurPaM( rPaM ); in CursorRight() local
1311 EditPaM aNewPaM( aCurPaM ); in CursorRight()
1313 if ( aCurPaM.GetIndex() < aCurPaM.GetNode()->Len() ) in CursorRight()
1321 ContentNode* pNode = aCurPaM.GetNode(); in CursorRight()
2780 EditPaM aCurPaM( aPaM ); // fuers Invalidieren in ImpInsertText() local
2853 WrongList *pWrongs = aCurPaM.GetNode()->GetWrongList(); in ImpInsertText()
[all …]

Completed in 55 milliseconds