Searched refs:SwPosSection (Results 1 – 8 of 8) sorted by relevance
53 typedef SwMoveFnCollection* SwPosSection; typedef54 typedef sal_Bool (*SwWhichSection)( SwPaM&, SwPosSection );56 extern SwPosSection fnSectionStart, fnSectionEnd;
186 sal_Bool MoveSection( SwWhichSection, SwPosSection );
390 sal_Bool MoveSection( SwWhichSection, SwPosSection );
63 sal_Bool GoPrevSection( SwPaM&, SwPosSection);64 sal_Bool GoCurrSection( SwPaM&, SwPosSection);65 sal_Bool GoNextSection( SwPaM&, SwPosSection);
70 SwPosSection fnSectionStart = &aFwrd;71 SwPosSection fnSectionEnd = &aBwrd;
680 SwPosSection fnPosSect) in MoveSection()1505 SwPosSection fnPosSect = *pPos < *pITmpCrsr->GetMark() in UpdateCrsr()
2120 SwPosSection fnPosSect) in MoveSection()
2297 SwPosSection fnPosSect = bUp ? fnSectionStart : fnSectionEnd; in lcl_GoTableRow()
Completed in 126 milliseconds