Home
last modified time | relevance | path

Searched refs:rMaxSize (Results 1 – 5 of 5) sorted by path

/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx269 const Size& rMaxSize = rMtf.GetPrefSize(); in AddTile() local
273 if( aRect.Right() > ( rMaxSize.Width() - 1L ) ) in AddTile()
274 aRect.Right() = rMaxSize.Width() - 1L; in AddTile()
276 if( aRect.Bottom() > ( rMaxSize.Height() - 1L ) ) in AddTile()
277 aRect.Bottom() = rMaxSize.Height() - 1L; in AddTile()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2995 …ize VCLXFixedText::calcAdjustedSize( const ::com::sun::star::awt::Size& rMaxSize ) throw(::com::su… in calcAdjustedSize() argument
2999 Size aAdjustedSize( VCLUnoHelper::ConvertToVCLSize( rMaxSize ) ); in calcAdjustedSize()
3002 aAdjustedSize = pFixedText->CalcMinimumSize( rMaxSize.Width ); in calcAdjustedSize()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm584 static void adjustViewAndChildren( NSView* pNSView, NSSize& rMaxSize,
669 if( aUnion.size.width > rMaxSize.width )
670 rMaxSize.width = aUnion.size.width;
671 if( aUnion.size.height > rMaxSize.height )
672 rMaxSize.height = aUnion.size.height;
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx324 …atic SAL_DLLPRIVATE void ImplCalcMinMaxFloatSize( ToolBox* pThis, Size& rMinSize, Size& rMaxSize );
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx972 void ToolBox::ImplCalcMinMaxFloatSize( ToolBox* pThis, Size& rMinSize, Size& rMaxSize ) in ImplCalcMinMaxFloatSize() argument
978rMaxSize = Size( pThis->mpFloatSizeAry->mpSize[i].mnWidth, pThis->mpFloatSizeAry->mpSize[i].mnHeig… in ImplCalcMinMaxFloatSize()
986 if( pThis->mpFloatSizeAry->mpSize[i].mnWidth > rMaxSize.Width() ) in ImplCalcMinMaxFloatSize()
987 rMaxSize.Width() = pThis->mpFloatSizeAry->mpSize[i].mnWidth; in ImplCalcMinMaxFloatSize()
988 if( pThis->mpFloatSizeAry->mpSize[i].mnHeight > rMaxSize.Height() ) in ImplCalcMinMaxFloatSize()
989 rMaxSize.Height() = pThis->mpFloatSizeAry->mpSize[i].mnHeight; in ImplCalcMinMaxFloatSize()

Completed in 75 milliseconds