Searched refs:aPopupPos (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 148 Point aPopupPos; in DoAutoFilterButton() local 150 mpFilterButton->getPopupBoundingBox(aPopupPos, aPopupSize); in DoAutoFilterButton() 151 Rectangle aRec(aPopupPos, aPopupSize); in DoAutoFilterButton() 385 Point aPopupPos; in DPTestFieldPopupArrow() local 387 aBtn.getPopupBoundingBox(aPopupPos, aPopupSize); in DPTestFieldPopupArrow() 388 Rectangle aRec(aPopupPos, aPopupSize); in DPTestFieldPopupArrow()
|
/trunk/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 692 …Point aPopupPos( FloatingWindow::CalcFloatingPosition( mpAnnotationWindow.get(), aRect, FLOATWIN_P… in OpenPopup() local 695 mpAnnotationWindow->SetPosSizePixel( aPopupPos, aPopupSize ); in OpenPopup()
|
/trunk/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 3133 Point aPopupPos; in Command() local 3140 aPopupPos = rCEvt.GetMousePosPixel(); in Command() 3142 SvLBoxEntry* pClickedEntry = GetEntry( aPopupPos ); in Command() 3203 aPopupPos = pView->GetFocusRect( pSelected, pView->GetEntryPosition( pSelected ).Y() ).Center(); in Command() 3206 aPopupPos = Point( 0, 0 ); in Command() 3214 sal_uInt16 nMenuAction = pPopup->Execute( pView, aPopupPos ); in Command()
|
Completed in 33 milliseconds