Searched refs:bMarkIfWrong (Results 1 – 6 of 6) sorted by relevance
220 sal_Bool IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong = sal_False );221 sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False );
414 sal_Bool IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong = sal_False );415 …sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False…
1813 sal_Bool OutlinerView::IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong ) in IsCursorAtWrongSpelledWord() argument1816 return pEditView->IsCursorAtWrongSpelledWord( bMarkIfWrong ); in IsCursorAtWrongSpelledWord()1820 sal_Bool OutlinerView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() argument1823 return pEditView->IsWrongSpelledWordAtPos( rPosPixel, bMarkIfWrong ); in IsWrongSpelledWordAtPos()
985 sal_Bool EditView::IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong ) in IsCursorAtWrongSpelledWord() argument993 bIsWrong = pImpEditView->IsWrongSpelledWord( aPaM, bMarkIfWrong ); in IsCursorAtWrongSpelledWord()998 sal_Bool EditView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() argument1005 return pImpEditView->IsWrongSpelledWord( aPaM , bMarkIfWrong ); in IsWrongSpelledWordAtPos()
1119 sal_Bool ImpEditView::IsWrongSpelledWord( const EditPaM& rPaM, sal_Bool bMarkIfWrong ) in IsWrongSpelledWord() argument1127 if ( bIsWrong && bMarkIfWrong ) in IsWrongSpelledWord()
366 sal_Bool IsWrongSpelledWord( const EditPaM& rPaM, sal_Bool bMarkIfWrong );
Completed in 120 milliseconds