Searched refs:aMaxSize (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdomedia.cxx | 151 Size aMaxSize( rMaxRect.GetSize() ); in AdjustToMaxRect() local 160 ( aSize.Height() > aMaxSize.Height() ) || in AdjustToMaxRect() 161 ( aSize.Width() > aMaxSize.Width() ) )&& in AdjustToMaxRect() 162 aSize.Height() && aMaxSize.Height() ) in AdjustToMaxRect() 166 float fWinWH = (float)aMaxSize.Width() / in AdjustToMaxRect() 167 (float)aMaxSize.Height(); in AdjustToMaxRect() 172 aSize.Width() = (long)(aMaxSize.Height() * fGrfWH); in AdjustToMaxRect() 173 aSize.Height()= aMaxSize.Height(); in AdjustToMaxRect() 177 aSize.Width() = aMaxSize.Width(); in AdjustToMaxRect() 178 aSize.Height()= (long)(aMaxSize.Width() / fGrfWH); in AdjustToMaxRect()
|
H A D | svdograf.cxx | 1431 Size aMaxSize( rMaxRect.GetSize() ); in AdjustToMaxRect() local 1446 ( aSize.Height() > aMaxSize.Height() ) || in AdjustToMaxRect() 1447 ( aSize.Width() > aMaxSize.Width() ) )&& in AdjustToMaxRect() 1448 aSize.Height() && aMaxSize.Height() ) in AdjustToMaxRect() 1452 float fWinWH = (float)aMaxSize.Width() / in AdjustToMaxRect() 1453 (float)aMaxSize.Height(); in AdjustToMaxRect() 1458 aSize.Width() = (long)(aMaxSize.Height() * fGrfWH); in AdjustToMaxRect() 1459 aSize.Height()= aMaxSize.Height(); in AdjustToMaxRect() 1463 aSize.Width() = aMaxSize.Width(); in AdjustToMaxRect() 1464 aSize.Height()= (long)(aMaxSize.Width() / fGrfWH); in AdjustToMaxRect()
|
H A D | svdoutl.cxx | 82 Size aMaxSize( 100000,100000 ); in SetTextObj() local 84 SetMaxAutoPaperSize( aMaxSize ); in SetTextObj() 85 SetPaperSize( aMaxSize ); in SetTextObj()
|
H A D | svdotext.cxx | 1380 Size aMaxSize(100000,100000); in ImpInitDrawOutliner() local 1382 rOutl.SetMaxAutoPaperSize(aMaxSize); in ImpInitDrawOutliner() 1383 rOutl.SetPaperSize(aMaxSize); in ImpInitDrawOutliner()
|
/aoo4110/main/vcl/source/window/ |
H A D | printdlg.cxx | 1724 Size aMaxSize = maJobPage.getLayout()->getOptimalSize( WINDOWSIZE_PREFERRED ); in setupOptionalUI() local 1726 updateMaxSize( maNUpPage.getLayout()->getOptimalSize( WINDOWSIZE_PREFERRED ), aMaxSize ); in setupOptionalUI() 1728 updateMaxSize( maOptionsPage.getLayout()->getOptimalSize( WINDOWSIZE_PREFERRED ), aMaxSize ); in setupOptionalUI() 1734 updateMaxSize( aPageSize, aMaxSize ); in setupOptionalUI() 1740 if( aMaxSize.Height() > aTabSize.Height() || aMaxSize.Width() > aTabSize.Width() ) in setupOptionalUI() 1743 if( aMaxSize.Height() > aTabSize.Height() ) in setupOptionalUI() 1745 aCurSize.Height() += aMaxSize.Height() - aTabSize.Height(); in setupOptionalUI() 1746 aTabSize.Height() = aMaxSize.Height(); in setupOptionalUI() 1748 if( aMaxSize.Width() > aTabSize.Width() ) in setupOptionalUI() 1750 aCurSize.Width() += aMaxSize.Width() - aTabSize.Width(); in setupOptionalUI() [all …]
|
H A D | toolbox.cxx | 1004 Size aMinSize, aMaxSize; in ImplSetMinMaxFloatSize() local 1005 ImplCalcMinMaxFloatSize( pThis, aMinSize, aMaxSize ); in ImplSetMinMaxFloatSize() 1009 pWrapper->SetMaxOutputSizePixel( aMaxSize ); in ImplSetMinMaxFloatSize() 1016 pThis->SetMaxOutputSizePixel( aMaxSize ); in ImplSetMinMaxFloatSize()
|
H A D | window.cxx | 7374 Size aMaxSize = pSystemWindow->GetMaxOutputSizePixel(); in SetPosSizePixel() local 7380 if( nWidth > aMaxSize.Width() ) in SetPosSizePixel() 7381 nWidth = aMaxSize.Width(); in SetPosSizePixel() 7382 if( nHeight > aMaxSize.Height() ) in SetPosSizePixel() 7383 nHeight = aMaxSize.Height(); in SetPosSizePixel()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 1001 Size aMaxSize( mpDoc->GetMaxObjSize() ); in InsertData() local 1003 maDropPos.X() -= Min( aSize.Width(), aMaxSize.Width() ) >> 1; in InsertData() 1004 maDropPos.Y() -= Min( aSize.Height(), aMaxSize.Height() ) >> 1; in InsertData() 1172 Size aMaxSize( mpDoc->GetMaxObjSize() ); in InsertData() local 1174 maDropPos.X() -= Min( aSize.Width(), aMaxSize.Width() ) >> 1; in InsertData() 1175 maDropPos.Y() -= Min( aSize.Height(), aMaxSize.Height() ) >> 1; in InsertData()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 590 Size aMaxSize = mpDoc->GetMaxObjSize(); in InsTextOrRTFinDrMode() local 591 aSize.Height() = Min(aSize.Height(), aMaxSize.Height()); in InsTextOrRTFinDrMode() 592 aSize.Width() = Min(aSize.Width(), aMaxSize.Width()); in InsTextOrRTFinDrMode()
|
/aoo4110/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 738 awt::Size aMaxSize( m_aAvailableSizeIncludingAxes ); in reduceToMimimumSize() local 741 sal_Int32 nNewWidth = aMaxSize.Width/3; in reduceToMimimumSize() 742 sal_Int32 nNewHeight = aMaxSize.Height/3; in reduceToMimimumSize()
|
/aoo4110/main/cui/source/inc/ |
H A D | page.hxx | 163 Size aMaxSize; member in SvxPageDescPage
|
Completed in 183 milliseconds