Searched refs:rMaxSize (Results 1 – 5 of 5) sorted by relevance
269 const Size& rMaxSize = rMtf.GetPrefSize(); in AddTile() local273 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()
584 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;
972 void ToolBox::ImplCalcMinMaxFloatSize( ToolBox* pThis, Size& rMinSize, Size& rMaxSize ) in ImplCalcMinMaxFloatSize() argument978 …rMaxSize = 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()
324 …atic SAL_DLLPRIVATE void ImplCalcMinMaxFloatSize( ToolBox* pThis, Size& rMinSize, Size& rMaxSize );
2995 …ize VCLXFixedText::calcAdjustedSize( const ::com::sun::star::awt::Size& rMaxSize ) throw(::com::su… in calcAdjustedSize() argument2999 Size aAdjustedSize( VCLUnoHelper::ConvertToVCLSize( rMaxSize ) ); in calcAdjustedSize()3002 aAdjustedSize = pFixedText->CalcMinimumSize( rMaxSize.Width ); in calcAdjustedSize()
Completed in 83 milliseconds