Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx332 awt::Rectangle aParentBox = mxParentWindow->getPosSize(); in SetPanePosSizeAbsolute() local
333 if (aParentBox.Width > 0 && aParentBox.Height > 0) in SetPanePosSizeAbsolute()
335 pDescriptor->mnLeft = nX / aParentBox.Width; in SetPanePosSizeAbsolute()
336 pDescriptor->mnTop = nY / aParentBox.Height; in SetPanePosSizeAbsolute()
337 pDescriptor->mnRight = (nX + nWidth) / aParentBox.Width; in SetPanePosSizeAbsolute()
338 pDescriptor->mnBottom = (nY + nHeight) / aParentBox.Height; in SetPanePosSizeAbsolute()
1222 awt::Rectangle aParentBox = mxParentWindow->getPosSize(); in UpdateWindowSize() local
1227 const double nWidth (aParentBox.Width); in UpdateWindowSize()
1228 const double nHeight (aParentBox.Height); in UpdateWindowSize()

Completed in 22 milliseconds