Searched refs:IsWrongSpelledWordAtPos (Results 1 – 11 of 11) sorted by relevance
549 virtual sal_Bool IsWrongSpelledWordAtPos( sal_Int32, sal_Int32 ) { return sal_False; }; in IsWrongSpelledWordAtPos() function in SvxEditViewForwarder
221 sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False );
415 …sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False…
328 GetTextView()->IsWrongSpelledWordAtPos( rCEvt.GetMousePosPixel(),sal_True )) in Command()
1820 sal_Bool OutlinerView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() function in OutlinerView1823 return pEditView->IsWrongSpelledWordAtPos( rPosPixel, bMarkIfWrong ); in IsWrongSpelledWordAtPos()
797 if (pOLV->IsWrongSpelledWordAtPos( aPos )) in ExecDrwTxtSpellPopup()
677 if( ( rCEvt.IsMouseEvent() && pOutlinerView->IsWrongSpelledWordAtPos(aPos) ) || in Command()
1502 if (pOLV && pOLV->IsWrongSpelledWordAtPos(aPos)) in Command()
998 sal_Bool EditView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() function in EditView
1751 if( pEditView->IsWrongSpelledWordAtPos( rCEvt.GetMousePosPixel() ) ) in Command()
2909 if( pEditView->IsWrongSpelledWordAtPos( aMenuPos ) ) in Command()5103 bRet = aTempView.IsWrongSpelledWordAtPos( rPos ); in GetEditUrlOrError()
Completed in 108 milliseconds