Home
last modified time | relevance | path

Searched refs:SwGoInDoc (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/inc/
H A Dpam.hxx108 typedef sal_Bool (*SwGoInDoc)( SwPaM& rPam, SwMoveFn fnMove ); typedef
109 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 );
/aoo4110/main/sw/source/core/crsr/
H A Dpaminit.cxx53 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;
H A Dpam.cxx563 sal_Bool SwPaM::Move( SwMoveFn fnMove, SwGoInDoc fnGo ) in Move()
H A Dswcrsr.cxx1654 SwGoInDoc fnGo; in LeftRight()

Completed in 50 milliseconds