Home
last modified time | relevance | path

Searched refs:aMaxSize (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx996 Size aMinSize, aMaxSize; in ImplSetMinMaxFloatSize() local
997 ImplCalcMinMaxFloatSize( pThis, aMinSize, aMaxSize ); in ImplSetMinMaxFloatSize()
1001 pWrapper->SetMaxOutputSizePixel( aMaxSize ); in ImplSetMinMaxFloatSize()
1008 pThis->SetMaxOutputSizePixel( aMaxSize ); in ImplSetMinMaxFloatSize()
H A Dwindow.cxx7374 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()
H A Dprintdlg.cxx1724 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 …]
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1380 Size aMaxSize(100000,100000); in ImpInitDrawOutliner() local
1382 rOutl.SetMaxAutoPaperSize(aMaxSize); in ImpInitDrawOutliner()
1383 rOutl.SetPaperSize(aMaxSize); in ImpInitDrawOutliner()
H A Dsvdograf.cxx1434 Size aMaxSize( rMaxRect.GetSize() ); in AdjustToMaxRect() local
1449 ( aSize.Height() > aMaxSize.Height() ) || in AdjustToMaxRect()
1450 ( aSize.Width() > aMaxSize.Width() ) )&& in AdjustToMaxRect()
1451 aSize.Height() && aMaxSize.Height() ) in AdjustToMaxRect()
1455 float fWinWH = (float)aMaxSize.Width() / in AdjustToMaxRect()
1456 (float)aMaxSize.Height(); in AdjustToMaxRect()
1461 aSize.Width() = (long)(aMaxSize.Height() * fGrfWH); in AdjustToMaxRect()
1462 aSize.Height()= aMaxSize.Height(); in AdjustToMaxRect()
1466 aSize.Width() = aMaxSize.Width(); in AdjustToMaxRect()
1467 aSize.Height()= (long)(aMaxSize.Width() / fGrfWH); in AdjustToMaxRect()
H A Dsvdoutl.cxx82 Size aMaxSize( 100000,100000 ); in SetTextObj() local
84 SetMaxAutoPaperSize( aMaxSize ); in SetTextObj()
85 SetPaperSize( aMaxSize ); in SetTextObj()
H A Dsvdomedia.cxx151 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()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx590 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()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx1001 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()
/trunk/main/cui/source/inc/
H A Dpage.hxx164 Size aMaxSize; member in SvxPageDescPage
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx738 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()

Completed in 127 milliseconds