Searched refs:SwPosTable (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/crsr/ |
H A D | paminit.cxx | 74 sal_Bool GotoPrevTable( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); 75 sal_Bool GotoCurrTable( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); 76 sal_Bool GotoNextTable( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); 81 SwPosTable fnTableStart = &aFwrd; 82 SwPosTable fnTableEnd = &aBwrd; 116 SwPosTable GetfnTableStart() in GetfnTableStart() 124 SwPosTable GetfnTableEnd() in GetfnTableEnd()
|
H A D | trvltbl.cxx | 492 sal_Bool GotoPrevTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoPrevTable() 557 sal_Bool GotoNextTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoNextTable() 610 sal_Bool GotoCurrTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoCurrTable() 645 sal_Bool SwCursor::MoveTable( SwWhichTable fnWhichTbl, SwPosTable fnPosTbl ) in MoveTable() 660 sal_Bool SwCrsrShell::MoveTable( SwWhichTable fnWhichTbl, SwPosTable fnPosTbl ) in MoveTable()
|
/aoo42x/main/sw/inc/ |
H A D | cshtyp.hxx | 59 typedef SwMoveFnCollection* SwPosTable; typedef 60 typedef sal_Bool (*SwWhichTable)( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); 62 extern SwPosTable fnTableStart, fnTableEnd; 112 SW_DLLPUBLIC SwPosTable GetfnTableStart(); 113 SW_DLLPUBLIC SwPosTable GetfnTableEnd();
|
H A D | swcrsr.hxx | 187 sal_Bool MoveTable( SwWhichTable, SwPosTable );
|
H A D | crsrsh.hxx | 391 sal_Bool MoveTable( SwWhichTable, SwPosTable );
|
Completed in 26 milliseconds