Searched refs:fnSectionCurr (Results 1 – 9 of 9) sorted by relevance
/trunk/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()
|
/trunk/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()
|
/trunk/main/sw/inc/ |
H A D | cshtyp.hxx | 55 extern SwWhichSection fnSectionPrev, fnSectionCurr, fnSectionNext;
|
/trunk/main/sw/source/core/crsr/ |
H A D | paminit.cxx | 68 SwWhichSection fnSectionCurr = &GoCurrSection; variable
|
H A D | crsrsh.cxx | 1520 (*fnSectionCurr)( *pCurCrsr, fnPosSect ); in UpdateCrsr()
|
/trunk/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()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1237 rUnoCursor.MoveSection(fnSectionCurr, fnSectionStart); in gotoStart() 1266 rUnoCursor.MoveSection( fnSectionCurr, fnSectionEnd); in gotoEnd()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 2298 pShell->MoveSection( fnSectionCurr, fnPosSect ); in lcl_GoTableRow()
|
Completed in 81 milliseconds