Home
last modified time | relevance | path

Searched refs:aAwtPoint (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DSidebarPanel.cxx127 awt::Point aAwtPoint; in getPositionOnScreen() local
136 aAwtPoint.X = aLocationOnScreen.X(); in getPositionOnScreen()
137 aAwtPoint.Y = aLocationOnScreen.Y(); in getPositionOnScreen()
140 return aAwtPoint; in getPositionOnScreen()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx633 awt::Point aAwtPoint = xSourceReportComponent->getPosition(); in setPropertyValue() local
636 aAwtPoint.X = nNewValue; in setPropertyValue()
638 aAwtPoint.Y = nNewValue; in setPropertyValue()
644 checkPosAndSize(aAwtPoint,aAwtSize); in setPropertyValue()

Completed in 36 milliseconds