Searched refs:SwMoveFn (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sw/inc/ |
H A D | pam.hxx | 104 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 D | cshtyp.hxx | 36 typedef SwMoveFnCollection* SwMoveFn; typedef
|
H A D | swcrsr.hxx | 48 virtual int Find( SwPaM*, SwMoveFn, const SwPaM*, sal_Bool ) = 0;
|
/aoo4110/main/sw/source/core/inc/ |
H A D | pamtyp.hxx | 43 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 );
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | pam.cxx | 563 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 D | findtxt.cxx | 221 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 D | findcoll.cxx | 48 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 D | paminit.cxx | 97 SwMoveFn fnMoveBackward = &aBwrd; 98 SwMoveFn fnMoveForward = &aFwrd;
|
H A D | findattr.cxx | 144 SwMoveFn fnMove, sal_Bool bValue ) in lcl_Search() 901 sal_Bool SwPaM::Find( const SfxPoolItem& rAttr, sal_Bool bValue, SwMoveFn fnMove, in Find() 988 sal_Bool SwPaM::Find( const SfxItemSet& rSet, sal_Bool bNoColls, SwMoveFn fnMove, in Find() 1101 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly ); 1106 int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion, in Find()
|
H A D | findfmt.cxx | 32 sal_Bool SwPaM::Find( const SwFmt& rFmt, SwMoveFn fnMove, in Find()
|
H A D | swcrsr.cxx | 782 SwMoveFn fnMove, SwCursor*& pFndRing, in lcl_FindSelection() 984 SwMoveFn fnMove = MakeFindRange( nStart, nEnde, &aRegion ); in FindAll() 1652 SwMoveFn fnMove = bLeft ? fnMoveBackward : fnMoveForward; in LeftRight() 1949 SwMoveFn fnMove = bStt ? fnMoveBackward : fnMoveForward; in SttEndDoc()
|
Completed in 73 milliseconds