Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx117 ASSERT(pSwCrsr, "no SwCursor"); in ParkCursorInTab()
144 while (pTmpCrsr != pSwCrsr); in ParkCursorInTab()
154 *pSwCrsr = aTmpCrsr; in ParkCursorInTab()
168 *pSwCrsr = aTmpCrsr; in ParkCursorInTab()
171 if (! pSwCrsr->GoPrevCell()) in ParkCursorInTab()
174 *pSwCrsr = aTmpCrsr; in ParkCursorInTab()
175 pSwCrsr->GoNextCell(); in ParkCursorInTab()
186 *pSwCrsr = aTmpCrsr; in ParkCursorInTab()
189 if (! pSwCrsr->GoNextCell()) in ParkCursorInTab()
192 *pSwCrsr = aTmpCrsr; in ParkCursorInTab()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx764 SwCursor* pSwCrsr = GetSwCrsr(); in SpellStart() local
766 SwPosition *pTmp = new SwPosition( *pSwCrsr->GetPoint() ); in SpellStart()
767 pSwCrsr->FillFindPos( eCurr, *pTmp ); in SpellStart()

Completed in 37 milliseconds