Searched refs:aCurSize (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 523 Size aCurSize( 21000, 29700 ); in StartJob() local 527 aCurSize = getPageSize( i_rController, mnCurPageRangeStart ); in StartJob() 528 Size aNextSize( aCurSize ); in StartJob() 534 if( aCurSize == aNextSize // same page size in StartJob() 536 …(aCurSize.Width() == aNextSize.Height() && aCurSize.Height() == aNextSize.Width()) // same size, b… in StartJob() 558 pPrinter->SetPaperSizeUser( aCurSize, true ); in StartJob()
|
/trunk/main/avmedia/source/viewer/ |
H A D | mediawindow_impl.cxx | 343 const Size aCurSize( GetOutputSizePixel() ); in Resize() local 345 Size aPlayerWindowSize( aCurSize.Width() - ( nOffset << 1 ), in Resize() 346 aCurSize.Height() - ( nOffset << 1 ) ); in Resize() 351 const sal_Int32 nControlY = ::std::max( aCurSize.Height() - nControlHeight - nOffset, 0L ); in Resize() 354 …mpMediaWindowControl->SetPosSizePixel( Point( nOffset, nControlY ), Size( aCurSize.Width() - ( nOf… in Resize()
|
/trunk/main/sw/source/ui/envelp/ |
H A D | mailmrge.cxx | 536 Size aCurSize( GetSizePixel() ); in Resize() local 538 Size aDiffSize( aCurSize.Width() - m_aDialogSize.Width(), in Resize() 539 aCurSize.Height() - m_aDialogSize.Height() ); in Resize() 540 m_aDialogSize = aCurSize; in Resize()
|
/trunk/main/vcl/source/window/ |
H A D | printdlg.cxx | 1742 Size aCurSize( GetOutputSizePixel() ); in setupOptionalUI() local 1745 aCurSize.Height() += aMaxSize.Height() - aTabSize.Height(); in setupOptionalUI() 1750 aCurSize.Width() += aMaxSize.Width() - aTabSize.Width(); in setupOptionalUI() 2066 Size aCurSize( maNUpPage.getLayout()->getOptimalSize( WINDOWSIZE_PREFERRED ) ); in updateNupFromPages() local 2068 if( aTabSize.Height() < aCurSize.Height() ) in updateNupFromPages() 2071 aDlgSize.Height() += aCurSize.Height() - aTabSize.Height(); in updateNupFromPages() 2229 Size aCurSize( maJobPage.GetSizePixel() ); in IMPL_LINK() local 2230 if( aCurSize.Height() < aMinSize.Height() ) in IMPL_LINK() 2233 aDlgSize.Height() += aMinSize.Height() - aCurSize.Height(); in IMPL_LINK()
|
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 3164 Size aCurSize( GetSizePixel() ); in ImplSetMinimumNWFSize() local 3165 Rectangle aCtrlRegion( Point( 0, 0 ), aCurSize ); in ImplSetMinimumNWFSize() 3175 if( aSize.Height() > aCurSize.Height() ) in ImplSetMinimumNWFSize() 3177 aCurSize.Height() = aSize.Height(); in ImplSetMinimumNWFSize() 3178 SetSizePixel( aCurSize ); in ImplSetMinimumNWFSize() 4073 Size aCurSize( GetSizePixel() ); in ImplSetMinimumNWFSize() local 4074 Rectangle aCtrlRegion( Point( 0, 0 ), aCurSize ); in ImplSetMinimumNWFSize() 4084 if( aSize.Height() > aCurSize.Height() ) in ImplSetMinimumNWFSize() 4086 aCurSize.Height() = aSize.Height(); in ImplSetMinimumNWFSize() 4087 SetSizePixel( aCurSize ); in ImplSetMinimumNWFSize()
|
H A D | ilstbox.cxx | 676 Size aCurSize( PixelToLogic( GetSizePixel() ) ); in ImplUpdateEntryMetrics() local 679 aCurSize.Height() = 0x7fffff; in ImplUpdateEntryMetrics() 680 Rectangle aTextRect( Point( 0, 0 ), aCurSize ); in ImplUpdateEntryMetrics()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxmenu.cxx | 661 const ::Size aCurSize = aImage.GetSizePixel(); in lcl_XGraphic2VCLImage() local 662 const sal_Int32 nCurWidth = aCurSize.Width(); in lcl_XGraphic2VCLImage() 663 const sal_Int32 nCurHeight = aCurSize.Height(); in lcl_XGraphic2VCLImage()
|
/trunk/main/vcl/source/gdi/ |
H A D | print3.cxx | 846 Size aCurSize( mpPrinter->GetPaperSize() ); in modifyJobSetup() local 851 if( aRealPaperSize != aCurSize ) in modifyJobSetup() 861 if( aRealPaperSize != aCurSize ) in modifyJobSetup()
|
Completed in 104 milliseconds