Searched refs:SwGoInDoc (Results 1 – 4 of 4) sorted by relevance
108 typedef sal_Bool (*SwGoInDoc)( SwPaM& rPam, SwMoveFn fnMove ); typedef109 SW_DLLPUBLIC extern SwGoInDoc fnGoDoc;110 extern SwGoInDoc fnGoSection;111 SW_DLLPUBLIC extern SwGoInDoc fnGoNode;112 SW_DLLPUBLIC extern SwGoInDoc fnGoCntnt; // SwPam::Move() default argument.113 extern SwGoInDoc fnGoCntntCells;114 extern SwGoInDoc fnGoCntntSkipHidden;115 extern SwGoInDoc fnGoCntntCellsSkipHidden;151 SwGoInDoc fnGo = fnGoCntnt );
53 SwGoInDoc fnGoDoc = &GoInDoc;54 SwGoInDoc fnGoSection = &GoInSection;55 SwGoInDoc fnGoNode = &GoInNode;56 SwGoInDoc fnGoCntnt = &GoInCntnt;57 SwGoInDoc fnGoCntntCells = &GoInCntntCells;58 SwGoInDoc fnGoCntntSkipHidden = &GoInCntntSkipHidden;59 SwGoInDoc fnGoCntntCellsSkipHidden = &GoInCntntCellsSkipHidden;
563 sal_Bool SwPaM::Move( SwMoveFn fnMove, SwGoInDoc fnGo ) in Move()
1654 SwGoInDoc fnGo; in LeftRight()
Completed in 28 milliseconds