Searched refs:SwPosRegion (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/crsr/ |
H A D | paminit.cxx | 85 sal_Bool GotoPrevRegion( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); 86 sal_Bool GotoCurrRegion( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); 87 sal_Bool GotoCurrRegionAndSkip( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); 88 sal_Bool GotoNextRegion( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); 94 SwPosRegion fnRegionStart = &aFwrd; 95 SwPosRegion fnRegionEnd = &aBwrd;
|
H A D | trvlreg.cxx | 40 sal_Bool GotoPrevRegion( SwPaM& rCurCrsr, SwPosRegion fnPosRegion, in GotoPrevRegion() 95 sal_Bool GotoNextRegion( SwPaM& rCurCrsr, SwPosRegion fnPosRegion, in GotoNextRegion() 151 sal_Bool GotoCurrRegion( SwPaM& rCurCrsr, SwPosRegion fnPosRegion, in GotoCurrRegion() 183 sal_Bool GotoCurrRegionAndSkip( SwPaM& rCurCrsr, SwPosRegion fnPosRegion, in GotoCurrRegionAndSkip() 231 sal_Bool SwCursor::MoveRegion( SwWhichRegion fnWhichRegion, SwPosRegion fnPosRegion ) in MoveRegion() 241 sal_Bool SwCrsrShell::MoveRegion( SwWhichRegion fnWhichRegion, SwPosRegion fnPosRegion ) in MoveRegion()
|
/aoo42x/main/sw/inc/ |
H A D | cshtyp.hxx | 71 typedef SwMoveFnCollection* SwPosRegion; typedef 72 typedef sal_Bool (*SwWhichRegion)( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); 74 extern SwPosRegion fnRegionStart, fnRegionEnd;
|
H A D | swcrsr.hxx | 188 sal_Bool MoveRegion( SwWhichRegion, SwPosRegion );
|
H A D | crsrsh.hxx | 393 sal_Bool MoveRegion( SwWhichRegion, SwPosRegion );
|
Completed in 30 milliseconds