Home
last modified time | relevance | path

Searched refs:GetPosPixel (Results 176 – 200 of 436) sorted by relevance

12345678910>>...18

/aoo42x/main/sw/source/ui/frmdlg/
H A Dcption.cxx617 Point aPos( rWin.GetPosPixel() ); in lcl_MoveH()
627 sal_Int32 nDiff = aPosBox.GetPosPixel().Y() - aSepEdit.GetPosPixel().Y(); in ApplyCaptionOrder()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx574 Rectangle aPrimaryRect( m_aTitle.GetPosPixel(), m_aTitle.GetSizePixel() ); in impl_positionControls()
582 Rectangle aSecondaryRect( m_aMessage.GetPosPixel(), m_aMessage.GetSizePixel() ); in impl_positionControls()
605 Rectangle aInfoRect( m_aInfoImage.GetPosPixel(), m_aInfoImage.GetSizePixel() ); in impl_positionControls()
H A Dadminpages.cxx319 Point aReference = _rReference.GetPosPixel(); in positionBelow()
332 const Point aOldPos = io_button.GetPosPixel(); in fitSizeRightAligned()
/aoo42x/main/sw/source/ui/envelp/
H A Dlabel1.cxx343 Point aTempPos(rWin.GetPosPixel()); in lcl_ChgYPos()
369 Point aFLPos(aWritingFL.GetPosPixel()); in SetToBusinessCard()
370 long nDiffPos = aFormatFL.GetPosPixel().Y() - aFLPos.Y(); in SetToBusinessCard()
387 Point aLBPos(aMakeBox.GetPosPixel()); in SetToBusinessCard()
/aoo42x/main/cui/source/customize/
H A Dcfg.cxx2004 x = aTopLevelListBox.GetPosPixel().X(); in PositionContentsListBox()
2008 y = aAddCommandsButton.GetPosPixel().Y(); in PositionContentsListBox()
2011 p = aContentsSeparator.GetPosPixel(); in PositionContentsListBox()
2015 height = aSaveInListBox.GetPosPixel().Y() - y - gap; in PositionContentsListBox()
2800 pSelectorDlg->SetPosPixel( aAddCommandsButton.GetPosPixel() ); in IMPL_LINK()
2894 p = aMenuNameEdit.GetPosPixel(); in SvxMainMenuOrganizerDialog()
2899 aMenuListText.SetPosPixel( aMenuNameText.GetPosPixel() ); in SvxMainMenuOrganizerDialog()
2900 aMenuListBox.SetPosPixel( aMenuNameEdit.GetPosPixel() ); in SvxMainMenuOrganizerDialog()
2903 p = aMoveUpButton.GetPosPixel(); in SvxMainMenuOrganizerDialog()
2907 p = aMoveDownButton.GetPosPixel(); in SvxMainMenuOrganizerDialog()
[all …]
/aoo42x/main/svtools/source/contnr/
H A Dsvimpbox.cxx1980 SvLBoxItem* pItem = pView->GetItem(pEntry,rMEvt.GetPosPixel().X(),&pActiveTab); in ButtonDownCheckCtrl()
2004 long nMouseX = rMEvt.GetPosPixel().X(); in MouseMoveCheckCtrl()
2036 SvLBoxEntry* pEntry = GetClickedEntry( rMEvt.GetPosPixel() ); in ButtonUpCheckCtrl()
2039 long nMouseX = rMEvt.GetPosPixel().X(); in ButtonUpCheckCtrl()
2091 else if ( IsNodeButton( rMEvt.GetPosPixel(), pEntry ) ) in ButtonDownCheckExpand()
2120 Point aPos( rMEvt.GetPosPixel()); in MouseButtonDown()
2219 aEditClickPos = rMEvt.GetPosPixel(); in MouseButtonUp()
2235 SvLBoxEntry* pEntry = GetClickedEntry( rMEvt.GetPosPixel() ); in MouseMove()
/aoo42x/main/basctl/source/basicide/
H A Dobjdlg.cxx159 IDE_DLL()->GetExtraData()->SetObjectCatalogPos( GetPosPixel() ); in Move()
173 Point aTreePos = aMacroTreeList.GetPosPixel(); in Resize()
/aoo42x/main/vcl/source/window/
H A Dtaskpanelist.cxx43 pos = ((DockingWindow*)w)->GetPosPixel(); in ImplTaskPaneListGetPos()
51 pos = w->OutputToAbsoluteScreenPixel( w->GetPosPixel() ); in ImplTaskPaneListGetPos()
/aoo42x/main/toolkit/source/controls/
H A Daccessiblecontrolcontext.cxx280 aWindowRelativePos = pVCLWindow->GetPosPixel(); in implGetBounds()
285 aVCLParentScreenPos = pVCLParent->GetPosPixel(); in implGetBounds()
/aoo42x/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx343 long nTemp = _pWindow->GetSizePixel().Width() + _pWindow->GetPosPixel().X(); in getMaxXPosition()
448 pText->SetPosPixel(pText->GetPosPixel() + Point(nDeltaX, nDeltaY)); in ScrollAggregate()
449 pInput->SetPosPixel(pInput->GetPosPixel() + Point(nDeltaX, nDeltaY)); in ScrollAggregate()
451 pButton->SetPosPixel(pButton->GetPosPixel() + Point(nDeltaX, nDeltaY)); in ScrollAggregate()
872 Point ptSamplePos(pFormatSample->GetPosPixel()); in ArrangeAggregates()
/aoo42x/main/sd/source/ui/func/
H A Dfusel.cxx624 Point aPix(rMEvt.GetPosPixel()); in MouseMove()
676 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp()
900 Point aPos = mpWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonUp()
1049 MouseEvent aMEvt(pMEvt->GetPosPixel(), pMEvt->GetClicks(), in ForcePointer()
/aoo42x/main/svtools/source/dialogs/
H A Dfiledlg2.cxx547 aPos = pLoadBtn->GetPosPixel(); in PreExecute()
553 aPos = pCancelBtn->GetPosPixel(); in PreExecute()
555 nDY = pCancelBtn->GetPosPixel().Y() - pOkBtn->GetPosPixel().Y(); in PreExecute()
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationpages.cxx335 … Rectangle aOriginalLabelSize( m_aChangesLabel.GetPosPixel(), m_aChangesLabel.GetSizePixel() ); in displayMigrationLog()
350 Point aChangesPos( m_aChanges.GetPosPixel() ); in displayMigrationLog()
/aoo42x/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx96 m_aChildren.push_back(::std::pair<Window*,Point>(pChild,pChild->GetPosPixel())); in OWindowPositionCorrector()
105 const Point aPos = aIter->first->GetPosPixel(); in ~OWindowPositionCorrector()
/aoo42x/main/vcl/source/control/
H A Dslider.cxx260 const Point aPos( GetPosPixel() ); in ImplUpdateRects()
697 const Point& rMousePos = rMEvt.GetPosPixel(); in MouseButtonDown()
817 const Point rMousePos = rTEvt.GetMouseEvent().GetPosPixel(); in Tracking()
H A Dbutton.cxx1273 Point aPos( GetPosPixel() ); in ImplSetDefButton()
1378 ImplHitTestPushButton( this, rMEvt.GetPosPixel() ) ) in MouseButtonDown()
1436 if ( ImplHitTestPushButton( this, rTEvt.GetMouseEvent().GetPosPixel() ) ) in Tracking()
2625 if ( rMEvt.IsLeft() && maMouseRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
2658 if ( maMouseRect.IsInside( rTEvt.GetMouseEvent().GetPosPixel() ) ) in Tracking()
3571 if ( rMEvt.IsLeft() && maMouseRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
3604 if ( maMouseRect.IsInside( rTEvt.GetMouseEvent().GetPosPixel() ) ) in Tracking()
3793 Point aPos( GetPosPixel() ); in GetFocus()
3825 Point aPos( GetPosPixel() ); in LoseFocus()
/aoo42x/main/framework/source/uielement/
H A Dstatusbarmanager.cxx707 sal_uInt16 nId = m_pStatusBar->GetItemId( rMEvt.GetPosPixel() ); in MouseButton()
716 aMouseEvent.X = rMEvt.GetPosPixel().X(); in MouseButton()
717 aMouseEvent.Y = rMEvt.GetPosPixel().Y(); in MouseButton()
/aoo42x/main/svx/source/form/
H A Ddatanavi.cxx342 Point aPos = m_aItemList.GetPosPixel(); in XFormsPage()
2283 Point aPos = m_aModelBtn.GetPosPixel(); in Resize()
2284 aPos.X() = m_aModelsBox.GetPosPixel().X() + aSz.Width() + m_a3Size.Width(); in Resize()
2292 aPos = m_aInstanceBtn.GetPosPixel(); in Resize()
2296 aPos.Y() = m_aTabCtrl.GetPosPixel().Y() + aSz.Height() + m_a3Size.Height(); in Resize()
2876 Point aNewPnt = m_aDefaultED.GetPosPixel(); in InitFromNode()
2913 long nDelta = m_aButtonsFL.GetPosPixel().Y() - m_aSettingsFL.GetPosPixel().Y(); in InitFromNode()
2933 Point aNewPos = (*pCurrent)->GetPosPixel(); in InitFromNode()
/aoo42x/main/sfx2/inc/sfx2/
H A Dchildwin.hxx199 Point GetPosPixel() in GetPosPixel() function in SfxChildWindow
200 { return pWindow->GetPosPixel(); } in GetPosPixel()
/aoo42x/main/reportdesign/source/ui/report/
H A DStartMarker.cxx172 Point aPos( rMEvt.GetPosPixel()); in MouseButtonUp()
177 Rectangle aRect(m_aImage.GetPosPixel(),m_aImage.GetSizePixel()); in MouseButtonUp()
/aoo42x/main/svx/source/dialog/
H A Ddocrecovery.cxx1858 Point aNewPos = (*pCurrent)->GetPosPixel(); in initControls()
1927 long nDelta = maDirectBtn.GetPosPixel().Y() - maSystemBtn.GetPosPixel().Y(); in ErrorRepOptionsDialog()
1937 Point aPos = (*pCurrent)->GetPosPixel(); in ErrorRepOptionsDialog()
2164 Point aEditPnt = maContentML.GetPosPixel(); in Resize()
/aoo42x/main/chart2/source/controller/main/
H A DChartController_Window.cxx619 Point aMPos = m_pChartWindow->PixelToLogic(rMEvt.GetPosPixel()); in execute_MouseButtonDown()
761 pDrawViewWrapper->MovAction( m_pChartWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in execute_MouseMove()
787 Point aMPos = m_pChartWindow->PixelToLogic(rMEvt.GetPosPixel()); in execute_MouseButtonUp()
922 Point aMousePixel = rMEvt.GetPosPixel(); in execute_MouseButtonUp()
1903 Point aMousePos( m_pChartWindow->PixelToLogic( rEvent.GetPosPixel())); in impl_SetMousePointer()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx181 long nYPos = m_pSplitter->GetPosPixel().Y();
245 aSplitPos = m_pSplitter->GetPosPixel(); in resizeDocumentView()
/aoo42x/main/extensions/source/preload/
H A Doemwiz.cxx348 Point aPos( 0, aInfo3_1FT.GetPosPixel().Y() ); in EnableControls()
354 Point aPos( 0, aInfo2_1FT.GetPosPixel().Y() ); in EnableControls()
/aoo42x/main/cui/source/tabpages/
H A Dnumfmt.cxx313 nCurFormatY =aLbFormat.GetPosPixel().Y(); in Init_Impl()
315 nStdFormatY =aLbCurrency.GetPosPixel().Y(); in Init_Impl()
1164 Point aPos=aLbFormat.GetPosPixel(); in UpdateFormatListBox_Impl()
1898 Point aPos=aLbFormat.GetPosPixel(); in SetCategory()

Completed in 216 milliseconds

12345678910>>...18