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()
797 if (pOLV->IsWrongSpelledWordAtPos( aPos )) in ExecDrwTxtSpellPopup()
1822 sal_Bool OutlinerView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() function in OutlinerView1825 return pEditView->IsWrongSpelledWordAtPos( rPosPixel, bMarkIfWrong ); in IsWrongSpelledWordAtPos()
671 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()
2894 if( pEditView->IsWrongSpelledWordAtPos( aMenuPos ) ) in Command()5088 bRet = aTempView.IsWrongSpelledWordAtPos( rPos ); in GetEditUrlOrError()
Completed in 98 milliseconds