Home
last modified time | relevance | path

Searched refs:CRSR_SKIP_CELLS (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sw/source/ui/shells/
H A Dtxtcrsr.cxx101 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()
/aoo41x/main/sw/inc/
H A Dcrsskip.hxx35 const sal_uInt16 CRSR_SKIP_CELLS = 1; variable
/aoo41x/main/sw/source/ui/wrtsh/
H A Ddelete.cxx367 SwCrsrShell::Right(1,CRSR_SKIP_CELLS); in DelRight()
H A Dselect.cxx79 Left(CRSR_SKIP_CELLS, sal_False, 1, sal_False ); in SelNearestWrd()
/aoo41x/main/sw/source/core/crsr/
H A Dpam.cxx1024 &rPam.GetPoint()->nContent, CRSR_SKIP_CELLS )) in GoInCntntCells()
1040 &rPam.GetPoint()->nContent, CRSR_SKIP_CELLS | CRSR_SKIP_HIDDEN ) ) in GoInCntntCellsSkipHidden()
H A Dswcrsr.cxx1656 fnGo = CRSR_SKIP_CELLS == nMode ? fnGoCntntCellsSkipHidden : fnGoCntntSkipHidden; in LeftRight()
1658 fnGo = CRSR_SKIP_CELLS == nMode ? fnGoCntntCells : fnGoCntnt; in LeftRight()
/aoo41x/main/sw/source/core/docnode/
H A Dnode.cxx1236 sal_uInt16 nItrMode = ( CRSR_SKIP_CELLS & nMode ) ? in GoNext()
1284 sal_uInt16 nItrMode = ( CRSR_SKIP_CELLS & nMode ) ? in GoPrevious()
/aoo41x/main/sw/source/core/edit/
H A Dedlingu.cxx1865 if(!GetSh()->Right(1, CRSR_SKIP_CELLS)) in AddPortion()
1914 GetSh()->Right(1, CRSR_SKIP_CELLS); in AddPortion()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewling.cxx553 pWrtShell->Left(CRSR_SKIP_CELLS, sal_False, 1, sal_False ); in InsertThesaurusSynonym()

Completed in 71 milliseconds