Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1062 SwPaM aCurPaM( *this, 0 ); in Convert() local
1064 SetLanguageAndFont( aCurPaM, in Convert()
1095 SwPaM aCurPaM( *this, nBegin ); in Convert() local
1096 aCurPaM.SetMark(); in Convert()
1097 aCurPaM.GetPoint()->nContent = nBegin + nLen; in Convert()
1102 pEditShell->SetSelection( aCurPaM ); in Convert()
1108 SetLanguageAndFont( aCurPaM, in Convert()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit2.cxx1280 EditPaM aCurPaM( rPaM ); in CursorLeft() local
1281 EditPaM aNewPaM( aCurPaM ); in CursorLeft()
1283 if ( aCurPaM.GetIndex() ) in CursorLeft()
1291 ContentNode* pNode = aCurPaM.GetNode(); in CursorLeft()
1305 EditPaM aCurPaM( rPaM ); in CursorRight() local
1306 EditPaM aNewPaM( aCurPaM ); in CursorRight()
1308 if ( aCurPaM.GetIndex() < aCurPaM.GetNode()->Len() ) in CursorRight()
1316 ContentNode* pNode = aCurPaM.GetNode(); in CursorRight()
2777 EditPaM aCurPaM( aPaM ); // fuers Invalidieren in ImpInsertText() local
2850 WrongList *pWrongs = aCurPaM.GetNode()->GetWrongList(); in ImpInsertText()
[all …]

Completed in 90 milliseconds