Home
last modified time | relevance | path

Searched refs:IsWrongSpelledWordAtPos (Results 1 – 11 of 11) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dunoedsrc.hxx549 virtual sal_Bool IsWrongSpelledWordAtPos( sal_Int32, sal_Int32 ) { return sal_False; }; in IsWrongSpelledWordAtPos() function in SvxEditViewForwarder
H A Deditview.hxx221 sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False );
H A Doutliner.hxx415 …sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False…
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx328 GetTextView()->IsWrongSpelledWordAtPos( rCEvt.GetMousePosPixel(),sal_True )) in Command()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1820 sal_Bool OutlinerView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() function in OutlinerView
1823 return pEditView->IsWrongSpelledWordAtPos( rPosPixel, bMarkIfWrong ); in IsWrongSpelledWordAtPos()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx797 if (pOLV->IsWrongSpelledWordAtPos( aPos )) in ExecDrwTxtSpellPopup()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx677 if( ( rCEvt.IsMouseEvent() && pOutlinerView->IsWrongSpelledWordAtPos(aPos) ) || in Command()
H A Doutlnvsh.cxx1502 if (pOLV && pOLV->IsWrongSpelledWordAtPos(aPos)) in Command()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx998 sal_Bool EditView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() function in EditView
/trunk/main/svx/workben/
H A Dedittest.cxx1751 if( pEditView->IsWrongSpelledWordAtPos( rCEvt.GetMousePosPixel() ) ) in Command()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2909 if( pEditView->IsWrongSpelledWordAtPos( aMenuPos ) ) in Command()
5103 bRet = aTempView.IsWrongSpelledWordAtPos( rPos ); in GetEditUrlOrError()

Completed in 108 milliseconds