Searched refs:aParentSize (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | hyperdlg.cxx | 76 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 D | svxruler.cxx | 181 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 D | docrecovery.cxx | 634 Size aParentSize = pParent->GetSizePixel(); in PluginProgressWindow() local 636 SetPosSizePixel( -9, 0, aParentSize.Width() + 15, aParentSize.Height() - 4 ); in PluginProgressWindow()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 334 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()
|
/aoo41x/main/framework/source/helper/ |
H A D | vclstatusindicator.cxx | 220 Size aParentSize = pParentWindow->GetSizePixel(); in impl_recalcLayout() local 223 aParentSize.Width(), in impl_recalcLayout() 224 aParentSize.Height()); in impl_recalcLayout()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldtdlg.cxx | 176 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()
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessiblePageShape.cxx | 165 awt::Size aParentSize (xParentComponent->getSize()); in getBounds() local 166 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
|
/aoo41x/main/svx/source/table/ |
H A D | accessiblecell.cxx | 367 awt::Size aParentSize (xParentComponent->getSize()); in getBounds() local 368 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationCreateDialog.cxx | 690 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()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 249 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 665 Size aParentSize = GetParent()->GetOutputSizePixel(); in LaunchPageFieldMenu() local 668 if ( aSize.Height() > aParentSize.Height() ) in LaunchPageFieldMenu() 669 aSize.Height() = aParentSize.Height(); in LaunchPageFieldMenu() 670 if ( aPos.Y() + aSize.Height() > aParentSize.Height() ) in LaunchPageFieldMenu() 671 aPos.Y() = aParentSize.Height() - aSize.Height(); in LaunchPageFieldMenu() 1025 Size aParentSize = GetParent()->GetOutputSizePixel(); in DoAutoFilterMenue() local 1028 if ( aSize.Height() > aParentSize.Height() ) in DoAutoFilterMenue() 1029 aSize.Height() = aParentSize.Height(); in DoAutoFilterMenue() 1030 if ( aPos.Y() + aSize.Height() > aParentSize.Height() ) in DoAutoFilterMenue() 1031 aPos.Y() = aParentSize.Height() - aSize.Height(); in DoAutoFilterMenue()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 719 awt::Size aParentSize (xParentComponent->getSize()); in getBounds() local 720 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
|
Completed in 159 milliseconds