Searched refs:aFrameSize (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/vcl/unx/headless/ |
H A D | svpframe.cxx | 235 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()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 775 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 …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | grviewsh.cxx | 100 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()
|
/aoo41x/main/sd/source/ui/tools/ |
H A D | PreviewRenderer.cxx | 508 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()
|
/aoo41x/main/vcl/source/window/ |
H A D | dockwin.cxx | 522 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 D | dockmgr.cxx | 976 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview.cxx | 526 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 D | tabview3.cxx | 1790 DoResize( aBorderPos, aFrameSize ); in SetTabNo()
|
/aoo41x/main/cui/source/inc/ |
H A D | grfpage.hxx | 48 Size aFrameSize; member in SvxGrfCropPage::SvxCropExample
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 107 Size aFrameSize; // wie bei DoResize uebergeben member in ScTabView
|
Completed in 302 milliseconds