Home
last modified time | relevance | path

Searched refs:bMarkIfWrong (Results 1 – 6 of 6) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Deditview.hxx220 sal_Bool IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong = sal_False );
221 sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False );
H A Doutliner.hxx414 sal_Bool IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong = sal_False );
415 …sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False…
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1813 sal_Bool OutlinerView::IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong ) in IsCursorAtWrongSpelledWord() argument
1816 return pEditView->IsCursorAtWrongSpelledWord( bMarkIfWrong ); in IsCursorAtWrongSpelledWord()
1820 sal_Bool OutlinerView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() argument
1823 return pEditView->IsWrongSpelledWordAtPos( rPosPixel, bMarkIfWrong ); in IsWrongSpelledWordAtPos()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx985 sal_Bool EditView::IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong ) in IsCursorAtWrongSpelledWord() argument
993 bIsWrong = pImpEditView->IsWrongSpelledWord( aPaM, bMarkIfWrong ); in IsCursorAtWrongSpelledWord()
998 sal_Bool EditView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() argument
1005 return pImpEditView->IsWrongSpelledWord( aPaM , bMarkIfWrong ); in IsWrongSpelledWordAtPos()
H A Dimpedit.cxx1119 sal_Bool ImpEditView::IsWrongSpelledWord( const EditPaM& rPaM, sal_Bool bMarkIfWrong ) in IsWrongSpelledWord() argument
1127 if ( bIsWrong && bMarkIfWrong ) in IsWrongSpelledWord()
H A Dimpedit.hxx366 sal_Bool IsWrongSpelledWord( const EditPaM& rPaM, sal_Bool bMarkIfWrong );

Completed in 59 milliseconds