Searched refs:aParentBox (Results 1 – 1 of 1) sorted by relevance
332 awt::Rectangle aParentBox = mxParentWindow->getPosSize(); in SetPanePosSizeAbsolute() local333 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() local1227 const double nWidth (aParentBox.Width); in UpdateWindowSize()1228 const double nHeight (aParentBox.Height); in UpdateWindowSize()
Completed in 18 milliseconds