Searched refs:SetCrsr (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 314 long SwWrtShell::SetCrsr(const Point *pPt, sal_Bool bTextOnly) in SetCrsr() function in SwWrtShell 324 return SwCrsrShell::SetCrsr(*pPt, bTextOnly); in SetCrsr() 332 return SwCrsrShell::SetCrsr(*pPt, bTextOnly); in SetCrsrKillSel() 372 fnSetCrsr = &SwWrtShell::SetCrsr; in ResetSelect() 413 fnSetCrsr = &SwWrtShell::SetCrsr; in SttSelect() 469 SwCrsrShell::SetCrsr( *pPt ); // and check the direction in ExtSelWrd() 511 SwCrsrShell::SetCrsr(*pPt); in ExtSelLn() 657 fnSetCrsr = &SwWrtShell::SetCrsr; in EnterAddMode()
|
H A D | delete.cxx | 159 SetCrsr(&aTmpPt); in DelLeft() 385 SetCrsr(&aTmpPt); in DelRight()
|
H A D | wrtsh1.cxx | 115 fnSetCrsr(&SwWrtShell::SetCrsr),\
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 2071 rSh.SwCrsrShell::SetCrsr( *pPt, sal_True ); in SetSelInShell() 3321 rShell.SwCrsrShell::SetCrsr( aPt, sal_True ); in PrivatePaste() 3462 rSh.SwCrsrShell::SetCrsr( rDragPt, sal_True ); in PrivateDrop() 3478 rSh.SwCrsrShell::SetCrsr( rDragPt, sal_True, false ); in PrivateDrop() 3497 rSh.SwCrsrShell::SetCrsr( aSttPt, sal_True ); in PrivateDrop() 3512 rSrcSh.SwCrsrShell::SetCrsr( aSttPt, sal_True ); in PrivateDrop() 3559 rSrcSh.SwCrsrShell::SetCrsr(rDragPt); in PrivateDrop()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 574 using SwCrsrShell::SetCrsr; 575 SW_DLLPRIVATE long SetCrsr(const Point *, sal_Bool bProp=sal_False );
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | view.cxx | 1211 pWrtShell->SwCrsrShell::SetCrsr( aCrsrPos, !bSelectObj ); in ReadUserData() 1244 pWrtShell->SwCrsrShell::SetCrsr( aCrsrPos2, sal_False ); in ReadUserData() 1401 pWrtShell->SwCrsrShell::SetCrsr( aCrsrPos, !bSelectObj ); in ReadUserDataSequence()
|
H A D | view2.cxx | 1156 pWrtShell->SwCrsrShell::SetCrsr( aCrsrPos, !bSelectObj ); in Execute()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 130 pSh->SetCrsr( pSh->Imp()->GetDrawView()->GetAllMarkedRect().TopLeft(), sal_True); in lcl_GrabCursor() 181 SetCrsr( aPt, sal_True ); in SelectObj() 243 SetCrsr( aOldPos, sal_True); in SelectObj()
|
/aoo42x/main/sw/inc/ |
H A D | crsrsh.hxx | 418 int SetCrsr( const Point &rPt, sal_Bool bOnlyText = sal_False, bool bBlock = true );
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 718 int SwCrsrShell::SetCrsr( const Point &rLPt, sal_Bool bOnlyText, bool bBlock ) in SetCrsr() function in SwCrsrShell
|
Completed in 160 milliseconds