Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A DBlockCursor.cxx42 SwBlockCursor( const SwCrsrShell& rCrsrSh, const SwPosition &rPos ) : in SwBlockCursor() argument
43 aCursor( rCrsrSh, rPos ), pStartPt(0), pEndPt(0) {} in SwBlockCursor()
98 IBlockCursor *createBlockCursor( const SwCrsrShell& rCrsrSh, const SwPosition &rPos ) in createBlockCursor() argument
100 return new SwBlockCursor( rCrsrSh, rPos ); in createBlockCursor()
H A Dviscrs.cxx962 SwShellTableCrsr::SwShellTableCrsr( const SwCrsrShell& rCrsrSh, in SwShellTableCrsr() argument
964 : SwCursor(rPos,0,false), SwShellCrsr(rCrsrSh, rPos), SwTableCursor(rPos) in SwShellTableCrsr()
968 SwShellTableCrsr::SwShellTableCrsr( const SwCrsrShell& rCrsrSh, in SwShellTableCrsr() argument
971 : SwCursor(rPtPos,0,false), SwShellCrsr(rCrsrSh, rPtPos), SwTableCursor(rPtPos) in SwShellTableCrsr()
H A DBlockCursor.hxx30 IBlockCursor *createBlockCursor(const SwCrsrShell& rCrsrSh, const SwPosition &rPos);
/trunk/main/sw/inc/
H A Dviscrs.hxx143 SwShellCrsr( const SwCrsrShell& rCrsrSh, const SwPosition &rPos );
144 SwShellCrsr( const SwCrsrShell& rCrsrSh, const SwPosition &rPos,
199 SwShellTableCrsr( const SwCrsrShell& rCrsrSh, const SwPosition& rPos );
200 SwShellTableCrsr( const SwCrsrShell& rCrsrSh,

Completed in 16 milliseconds