Searched refs:MoveSection (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | move.cxx | 234 if ( !bBoxSelection && (MoveSection( fnSectionCurr, fnSectionStart) in GoStart() 269 if( MoveSection( fnSectionCurr, fnSectionStart ) ) in GoStart() 276 if ( MoveSection( fnSectionCurr, fnSectionStart ) ) in GoStart() 295 if ( MoveSection( fnSectionCurr, fnSectionEnd ) || in GoEnd() 304 if ( MoveSection( fnSectionCurr, fnSectionEnd ) ) in GoEnd() 311 if ( MoveSection( fnSectionCurr, fnSectionEnd) ) in GoEnd()
|
H A D | select.cxx | 159 sal_Bool bIsFullSel = !MoveSection( fnSectionCurr, fnSectionStart); in SelAll() 161 bIsFullSel &= !MoveSection( fnSectionCurr, fnSectionEnd); in SelAll()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 269 pWrtShell->MoveSection( fnSectionCurr, fnSectionStart ); in ShowWin() 271 pWrtShell->MoveSection( fnSectionCurr, fnSectionEnd ); in ShowWin() 532 pWrtShell->MoveSection( fnSectionCurr, fnSectionStart ); in DelBoxCntnt() 534 pWrtShell->MoveSection( fnSectionCurr, fnSectionEnd ); in DelBoxCntnt()
|
/aoo42x/main/sw/inc/ |
H A D | swcrsr.hxx | 186 sal_Bool MoveSection( SwWhichSection, SwPosSection );
|
H A D | crsrsh.hxx | 390 sal_Bool MoveSection( SwWhichSection, SwPosSection );
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 1553 if( !rSh.MoveSection( fnSectionCurr, fnSectionStart) && in KeyInput() 1562 rSh.MoveSection( fnSectionCurr, fnSectionEnd ); in KeyInput() 2236 rSh.MoveSection( fnSectionCurr, fnSectionEnd ); in KeyInput() 2256 rSh.MoveSection( fnSectionCurr, fnSectionEnd ); in KeyInput()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 679 sal_Bool SwCrsrShell::MoveSection( SwWhichSection fnWhichSect, in MoveSection() function in SwCrsrShell 684 sal_Bool bRet = pTmpCrsr->MoveSection( fnWhichSect, fnPosSect ); in MoveSection()
|
H A D | swcrsr.cxx | 2119 sal_Bool SwCursor::MoveSection( SwWhichSection fnWhichSect, in MoveSection() function in SwCursor
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1237 rUnoCursor.MoveSection(fnSectionCurr, fnSectionStart); in gotoStart() 1266 rUnoCursor.MoveSection( fnSectionCurr, fnSectionEnd); in gotoEnd()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 2298 pShell->MoveSection( fnSectionCurr, fnPosSect ); in lcl_GoTableRow()
|
Completed in 112 milliseconds