Lines Matching refs:rPosPixel
469 sal_uLong OutlinerView::ImpGetInsertionPara( const Point& rPosPixel ) in ImpGetInsertionPara() argument
472 sal_uLong nCurPara = pEditView->GetParagraph( rPosPixel ); in ImpGetInsertionPara()
479 Point aPosWin = pEditView->GetWindow()->PixelToLogic( rPosPixel ); in ImpGetInsertionPara()
772 Point OutlinerView::ImpGetDocPos( const Point& rPosPixel ) in ImpGetDocPos() argument
777 Point aCurPosDoc( rPosPixel ); in ImpGetDocPos()
1080 Pointer OutlinerView::GetPointer( const Point& rPosPixel ) in GetPointer() argument
1085 ImpCheckMousePos( rPosPixel, eTarget ); in GetPointer()
1820 sal_Bool OutlinerView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos() argument
1823 return pEditView->IsWrongSpelledWordAtPos( rPosPixel, bMarkIfWrong ); in IsWrongSpelledWordAtPos()
1833 void OutlinerView::ExecuteSpellPopup( const Point& rPosPixel, Link* pStartDlg ) in ExecuteSpellPopup() argument
1836 pEditView->ExecuteSpellPopup( rPosPixel, pStartDlg ); in ExecuteSpellPopup()