Home
last modified time | relevance | path

Searched refs:GetWindowPosTopLeft (Results 1 – 5 of 5) sorted by relevance

/trunk/main/editeng/inc/editeng/ !
H A Deditview.hxx169 Point GetWindowPosTopLeft( sal_uInt32 nParagraph );
/trunk/main/editeng/source/outliner/ !
H A Doutlvw.cxx451 aStartPointWin = pEditView->GetWindowPosTopLeft( nPara ); in ImpPaintDDCursor()
480 Point aParaPosWin = pEditView->GetWindowPosTopLeft(nCurPara); in ImpGetInsertionPara()
H A Doutliner.cxx1195 Point aPos( pView->pEditView->GetWindowPosTopLeft( nPara ) ); in InvalidateBullet()
/trunk/main/editeng/source/editeng/ !
H A Deditview.cxx661 Point EditView::GetWindowPosTopLeft( sal_uInt32 nParagraph ) in GetWindowPosTopLeft() function in EditView
/trunk/main/sc/source/ui/view/ !
H A Dviewdata.cxx1118 Point aDocPos = pEditView[eWhich]->GetWindowPosTopLeft(0); in SetEditEngine()