Lines Matching refs:aPos

813 	Point aPos( rPosPixel );  in EntryReallyHit()  local
814 aPos -= pView->GetMapMode().GetOrigin(); in EntryReallyHit()
815 if( aRect.IsInside( aPos ) ) in EntryReallyHit()
1462 Point aPos( pView->GetMapMode().GetOrigin() ); in ShowVerSBar() local
1463 aPos.X() *= -1; // Umrechnung Dokumentkoord. in ShowVerSBar()
1464 nMaxRight = nMaxRight + aPos.X() - 1; in ShowVerSBar()
2120 Point aPos( rMEvt.GetPosPixel()); in MouseButtonDown() local
2122 if( aPos.X() > aOutputSize.Width() || aPos.Y() > aOutputSize.Height() ) in MouseButtonDown()
2125 SvLBoxEntry* pEntry = GetEntry( aPos ); in MouseButtonDown()
2140 if( !EntryReallyHit(pEntry,aPos,nY)) in MouseButtonDown()
2143 SvLBoxItem* pXItem = pView->GetItem( pEntry, aPos.X() ); in MouseButtonDown()
2163 pEntry = GetClickedEntry( aPos ); in MouseButtonDown()
2197 SvLBoxItem* pItem = pView->GetItem( pEntry, aPos.X() ); in MouseButtonDown()
2199 pView->EditingRequest( pEntry, pItem, aPos ); in MouseButtonDown()
3271 Point aPos( pView->GetMapMode().GetOrigin() ); in GetVisibleArea() local
3272 aPos.X() *= -1; in GetVisibleArea()
3273 Rectangle aRect( aPos, aOutputSize ); in GetVisibleArea()
3326 Point aPos( pView->ScreenToOutputPixel( rHEvt.GetMousePosPixel() )); in RequestHelp() local
3327 if( !GetVisibleArea().IsInside( aPos )) in RequestHelp()
3330 SvLBoxEntry* pEntry = GetEntry( aPos ); in RequestHelp()
3335 SvLBoxString* pItem = (SvLBoxString*)(pView->GetItem( pEntry, aPos.X(), &pTab )); in RequestHelp()
3339 aPos = GetEntryPosition( pEntry ); in RequestHelp()
3340 aPos.X() = pView->GetTabPos( pEntry, pTab ); //pTab->GetPos(); in RequestHelp()
3345 if( pNextTab && pView->GetTabPos(pEntry,pNextTab) < aPos.X()+aSize.Width() ) in RequestHelp()
3350 Rectangle aItemRect( aPos, aSize ); in RequestHelp()
3442 Point aPos( pView->GetMapMode().GetOrigin() ); in SetMostRight() local
3443 aPos.X() *= -1; // Umrechnung Dokumentkoord. in SetMostRight()
3444 nMaxRight = nMaxRight + aPos.X() - 1; in SetMostRight()