Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx235 B2IVector aFrameSize( maGeometry.nWidth, maGeometry.nHeight ); in SetPosSize() local
236 if( ! m_aFrame.get() || m_aFrame->getSize() != aFrameSize ) in SetPosSize()
238 if( aFrameSize.getX() == 0 ) in SetPosSize()
239 aFrameSize.setX( 1 ); in SetPosSize()
240 if( aFrameSize.getY() == 0 ) in SetPosSize()
241 aFrameSize.setY( 1 ); in SetPosSize()
242 m_aFrame = createBitmapDevice( aFrameSize, false, SVP_DEFAULT_BITMAP_FORMAT ); in SetPosSize()
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx775 aFrameSize( OutputDevice::LogicToLogic( in SvxCropExample()
792 Rectangle aRect(Point((aWinSize.Width() - aFrameSize.Width())/2, in Paint()
793 (aWinSize.Height() - aFrameSize.Height())/2), in Paint()
794 aFrameSize ); in Paint()
810 aFrameSize = rSz; in SetFrameSize()
811 if(!aFrameSize.Width()) in SetFrameSize()
812 aFrameSize.Width() = 1; in SetFrameSize()
813 if(!aFrameSize.Height()) in SetFrameSize()
814 aFrameSize.Height() = 1; in SetFrameSize()
816 Fraction aXScale( aWinSize.Width() * 4, aFrameSize.Width() * 5 ); in SetFrameSize()
[all …]
/trunk/main/sd/source/ui/view/
H A Dgrviewsh.cxx100 const Size aFrameSize ( in ArrangeGUIElements() local
108 aSize.Width() = FRound(aFrameSize.Width() in ArrangeGUIElements()
118 if (aFrameSize.Width() > 0) in ArrangeGUIElements()
121 / aFrameSize.Width()); in ArrangeGUIElements()
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx508 Size aFrameSize ( in ScaleBitmap() local
511 Size aPreviewSize (aFrameSize.Width()-2,aFrameSize.Height()-2); in ScaleBitmap()
518 mpPreviewDevice->SetOutputSize (aFrameSize); in ScaleBitmap()
523 mpPreviewDevice->DrawRect (Rectangle(Point(0,0), aFrameSize)); in ScaleBitmap()
534 aPreview = mpPreviewDevice->GetBitmap (Point(0,0), aFrameSize); in ScaleBitmap()
/trunk/main/vcl/source/window/
H A Ddockwin.cxx522 Size aFrameSize = mpWindowImpl->mpFrameWindow->GetOutputSizePixel(); in Tracking() local
527 if ( aFrameMousePos.X() > aFrameSize.Width()-1 ) in Tracking()
528 aFrameMousePos.X() = aFrameSize.Width()-1; in Tracking()
529 if ( aFrameMousePos.Y() > aFrameSize.Height()-1 ) in Tracking()
530 aFrameMousePos.Y() = aFrameSize.Height()-1; in Tracking()
H A Ddockmgr.cxx976 Size aFrameSize = GetWindow()->ImplGetFrameWindow()->GetOutputSizePixel(); in Tracking() local
981 if ( aFrameMousePos.X() > aFrameSize.Width()-1 ) in Tracking()
982 aFrameMousePos.X() = aFrameSize.Width()-1; in Tracking()
983 if ( aFrameMousePos.Y() > aFrameSize.Height()-1 ) in Tracking()
984 aFrameMousePos.Y() = aFrameSize.Height()-1; in Tracking()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx526 aFrameSize = rSize; in DoResize()
946 DoResize( aBorderPos, aFrameSize ); in RepeatResize()
1792 DoResize( aBorderPos, aFrameSize ); in IMPL_LINK()
1814 nMaxPos = aFrameSize.Width() - SPLIT_MARGIN; in DoHSplit()
1879 nMaxPos = aFrameSize.Height() - SPLIT_MARGIN; in DoVSplit()
H A Dtabview3.cxx1790 DoResize( aBorderPos, aFrameSize ); in SetTabNo()
/trunk/main/cui/source/inc/
H A Dgrfpage.hxx48 Size aFrameSize; member in SvxGrfCropPage::SvxCropExample
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx107 Size aFrameSize; // wie bei DoResize uebergeben member in ScTabView

Completed in 89 milliseconds