Home
last modified time | relevance | path

Searched refs:SwMoveFn (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/inc/
H A Dpam.hxx104 typedef SwMoveFnCollection* SwMoveFn; typedef
105 SW_DLLPUBLIC extern SwMoveFn fnMoveForward; // SwPam::Move()/Find() default argument.
106 SW_DLLPUBLIC extern SwMoveFn fnMoveBackward;
108 typedef sal_Bool (*SwGoInDoc)( SwPaM& rPam, SwMoveFn fnMove );
127 SwPaM* MakeRegion( SwMoveFn fnMove, const SwPaM * pOrigRg = 0 );
150 sal_Bool Move( SwMoveFn fnMove = fnMoveForward,
157 SwMoveFn fnMove = fnMoveForward,
160 SwMoveFn fnMove = fnMoveForward,
163 SwMoveFn fnMove = fnMoveForward,
166 SwMoveFn fnMove,
[all …]
H A Dcshtyp.hxx36 typedef SwMoveFnCollection* SwMoveFn; typedef
H A Dswcrsr.hxx48 virtual int Find( SwPaM*, SwMoveFn, const SwPaM*, sal_Bool ) = 0;
/trunk/main/sw/source/core/inc/
H A Dpamtyp.hxx43 sal_Bool GoInDoc( SwPaM&, SwMoveFn);
44 sal_Bool GoInSection( SwPaM&, SwMoveFn);
45 sal_Bool GoInNode( SwPaM&, SwMoveFn);
46 sal_Bool GoInCntnt( SwPaM&, SwMoveFn);
47 sal_Bool GoInCntntCells( SwPaM&, SwMoveFn);
48 sal_Bool GoInCntntSkipHidden( SwPaM&, SwMoveFn);
49 sal_Bool GoInCntntCellsSkipHidden( SwPaM&, SwMoveFn);
94 SwCntntNode* GetNode( SwPaM&, sal_Bool&, SwMoveFn, sal_Bool bInReadOnly = sal_False );
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx563 sal_Bool SwPaM::Move( SwMoveFn fnMove, SwGoInDoc fnGo ) in Move()
593 SwPaM* SwPaM::MakeRegion( SwMoveFn fnMove, const SwPaM * pOrigRg ) in MakeRegion()
989 sal_Bool GoInDoc( SwPaM & rPam, SwMoveFn fnMove ) in GoInDoc()
996 sal_Bool GoInSection( SwPaM & rPam, SwMoveFn fnMove ) in GoInSection()
1003 sal_Bool GoInNode( SwPaM & rPam, SwMoveFn fnMove ) in GoInNode()
1013 sal_Bool GoInCntnt( SwPaM & rPam, SwMoveFn fnMove ) in GoInCntnt()
1021 sal_Bool GoInCntntCells( SwPaM & rPam, SwMoveFn fnMove ) in GoInCntntCells()
1029 sal_Bool GoInCntntSkipHidden( SwPaM & rPam, SwMoveFn fnMove ) in GoInCntntSkipHidden()
1110 sal_Bool GoCurrSection( SwPaM & rPam, SwMoveFn fnMove ) in GoCurrSection()
1130 sal_Bool GoNextSection( SwPaM & rPam, SwMoveFn fnMove ) in GoNextSection()
[all …]
H A Dfindtxt.cxx221 SwMoveFn fnMove, const SwPaM * pRegion, in Find()
414 SwMoveFn fnMove, in DoSearch()
563 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly );
572 int SwFindParaText::Find( SwPaM* pCrsr, SwMoveFn fnMove, in Find()
H A Dfindattr.cxx144 SwMoveFn fnMove, sal_Bool bValue ) in lcl_Search()
903 sal_Bool SwPaM::Find( const SfxPoolItem& rAttr, sal_Bool bValue, SwMoveFn fnMove, in Find()
990 sal_Bool SwPaM::Find( const SfxItemSet& rSet, sal_Bool bNoColls, SwMoveFn fnMove, in Find()
1103 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly );
1108 int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion, in Find()
H A Dfindcoll.cxx48 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly );
53 int SwFindParaFmtColl::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion, in Find()
H A Dpaminit.cxx97 SwMoveFn fnMoveBackward = &aBwrd;
98 SwMoveFn fnMoveForward = &aFwrd;
H A Dfindfmt.cxx32 sal_Bool SwPaM::Find( const SwFmt& rFmt, SwMoveFn fnMove, in Find()
H A Dswcrsr.cxx794 SwMoveFn fnMove, SwCursor*& pFndRing, in lcl_FindSelection()
996 SwMoveFn fnMove = MakeFindRange( nStart, nEnde, &aRegion ); in FindAll()
1664 SwMoveFn fnMove = bLeft ? fnMoveBackward : fnMoveForward; in LeftRight()
1961 SwMoveFn fnMove = bStt ? fnMoveBackward : fnMoveForward; in SttEndDoc()

Completed in 72 milliseconds