Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dhyperdlg.cxx76 Size aParentSize( pTopWindow->GetSizePixel() ); in SvxHlinkDlgWrapper() local
79 if( aParentSize.Width() < pInfo->aPos.X() ) in SvxHlinkDlgWrapper()
80 pInfo->aPos.setX( aParentSize.Width()-aDlgSize.Width() < long(0.1*aParentSize.Width()) ? in SvxHlinkDlgWrapper()
81 long(0.1*aParentSize.Width()) : aParentSize.Width()-aDlgSize.Width() ); in SvxHlinkDlgWrapper()
82 if( aParentSize.Height() < pInfo->aPos. Y() ) in SvxHlinkDlgWrapper()
83 pInfo->aPos.setY( aParentSize.Height()-aDlgSize.Height() < long(0.1*aParentSize.Height()) ? in SvxHlinkDlgWrapper()
84 long(0.1*aParentSize.Height()) : aParentSize.Height()-aDlgSize.Height() ); in SvxHlinkDlgWrapper()
H A Dsvxruler.cxx181 Size aParentSize(pParent->GetOutputSizePixel()); in RulerDebugWindow() local
183 aParentSize.Width() -= aOwnSize.Width(); in RulerDebugWindow()
184 aParentSize.Height() -= aOwnSize.Height(); in RulerDebugWindow()
185 SetPosPixel(Point(aParentSize.Width(), aParentSize.Height())); in RulerDebugWindow()
H A Ddocrecovery.cxx634 Size aParentSize = pParent->GetSizePixel(); in PluginProgressWindow() local
636 SetPosSizePixel( -9, 0, aParentSize.Width() + 15, aParentSize.Height() - 4 ); in PluginProgressWindow()
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx334 const Size aParentSize (mrParent.GetSizePixel()); in Layout() local
347 DistributeWidth(aParentSize.Width()); in Layout()
525 const Size aParentSize (mrParent.GetSizePixel()); in Paint() local
541 nX+iColumn->GetLeftPadding(),aParentSize.Height())); in Paint()
557 nRight,aParentSize.Height())); in Paint()
568 mrParent.DrawLine(Point(nX,0), Point(nX,aParentSize.Height())); in Paint()
/trunk/main/framework/source/helper/
H A Dvclstatusindicator.cxx220 Size aParentSize = pParentWindow->GetSizePixel(); in impl_recalcLayout() local
223 aParentSize.Width(), in impl_recalcLayout()
224 aParentSize.Height()); in impl_recalcLayout()
/trunk/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx176 Size aParentSize = GetParent()->GetOutputSizePixel(); in Initialize() local
177 aPos.X() += ( aParentSize.Width() - aSize.Width() ) / 2; in Initialize()
178 aPos.Y() += ( aParentSize.Height() - aSize.Height() ) / 2; in Initialize()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx165 awt::Size aParentSize (xParentComponent->getSize()); in getBounds() local
166 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx367 awt::Size aParentSize (xParentComponent->getSize()); in getBounds() local
368 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx690 Size aParentSize( pParent->GetSizePixel()); in setPosition() local
693 aPos.setX( aParentSize.getWidth() - aSize.getWidth() ); in setPosition()
694 aPos.setY( (aParentSize.getHeight() - aSize.getHeight()) / 2 ); in setPosition()
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx249 Size aParentSize = GetParent()->GetOutputSizePixel(); in StateChanged() local
251 aPos.X() += ( aParentSize.Width() - aDlgSize.Width() ) / 2; in StateChanged()
252 aPos.Y() += ( aParentSize.Height() - aDlgSize.Height() ) / 2; in StateChanged()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx667 Size aParentSize = GetParent()->GetOutputSizePixel(); in LaunchPageFieldMenu() local
670 if ( aSize.Height() > aParentSize.Height() ) in LaunchPageFieldMenu()
671 aSize.Height() = aParentSize.Height(); in LaunchPageFieldMenu()
672 if ( aPos.Y() + aSize.Height() > aParentSize.Height() ) in LaunchPageFieldMenu()
673 aPos.Y() = aParentSize.Height() - aSize.Height(); in LaunchPageFieldMenu()
1027 Size aParentSize = GetParent()->GetOutputSizePixel(); in DoAutoFilterMenue() local
1030 if ( aSize.Height() > aParentSize.Height() ) in DoAutoFilterMenue()
1031 aSize.Height() = aParentSize.Height(); in DoAutoFilterMenue()
1032 if ( aPos.Y() + aSize.Height() > aParentSize.Height() ) in DoAutoFilterMenue()
1033 aPos.Y() = aParentSize.Height() - aSize.Height(); in DoAutoFilterMenue()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx719 awt::Size aParentSize (xParentComponent->getSize()); in getBounds() local
720 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()

Completed in 93 milliseconds