Searched refs:CRSR_SKIP_CELLS (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/ui/shells/ |
H A D | txtcrsr.cxx | 101 case FN_CHAR_LEFT: rSh.Left( CRSR_SKIP_CELLS, bSelect, 1, sal_False, sal_True ); break; in ExecBasicMove() 102 case FN_CHAR_RIGHT: rSh.Right( CRSR_SKIP_CELLS, bSelect, 1, sal_False, sal_True ); break; in ExecBasicMove()
|
/aoo4110/main/sw/inc/ |
H A D | crsskip.hxx | 35 const sal_uInt16 CRSR_SKIP_CELLS = 1; variable
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | delete.cxx | 367 SwCrsrShell::Right(1,CRSR_SKIP_CELLS); in DelRight()
|
H A D | select.cxx | 79 Left(CRSR_SKIP_CELLS, sal_False, 1, sal_False ); in SelNearestWrd()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | pam.cxx | 1024 &rPam.GetPoint()->nContent, CRSR_SKIP_CELLS )) in GoInCntntCells() 1040 &rPam.GetPoint()->nContent, CRSR_SKIP_CELLS | CRSR_SKIP_HIDDEN ) ) in GoInCntntCellsSkipHidden()
|
H A D | swcrsr.cxx | 1656 fnGo = CRSR_SKIP_CELLS == nMode ? fnGoCntntCellsSkipHidden : fnGoCntntSkipHidden; in LeftRight() 1658 fnGo = CRSR_SKIP_CELLS == nMode ? fnGoCntntCells : fnGoCntnt; in LeftRight()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | node.cxx | 1236 sal_uInt16 nItrMode = ( CRSR_SKIP_CELLS & nMode ) ? in GoNext() 1284 sal_uInt16 nItrMode = ( CRSR_SKIP_CELLS & nMode ) ? in GoPrevious()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1865 if(!GetSh()->Right(1, CRSR_SKIP_CELLS)) in AddPortion() 1914 GetSh()->Right(1, CRSR_SKIP_CELLS); in AddPortion()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 553 pWrtShell->Left(CRSR_SKIP_CELLS, sal_False, 1, sal_False ); in InsertThesaurusSynonym()
|
Completed in 69 milliseconds