Searched refs:aBoundSize (Results 1 – 5 of 5) sorted by relevance
299 Size* CalcSize( sal_Int32 nWidth, sal_Int32 nHeight, const Size& aBoundSize, Size& aOutSize ) in CalcSize() argument304 if( (nWidth == 0) && (nHeight != 0) && (aBoundSize.Height() != 0) ) in CalcSize()306 nWidth = ( nHeight * aBoundSize.Width() ) / aBoundSize.Height(); in CalcSize()308 else if( (nWidth != 0) && (nHeight == 0) && (aBoundSize.Width() != 0) ) in CalcSize()310 nHeight = ( nWidth * aBoundSize.Height() ) / aBoundSize.Width(); in CalcSize()1027 Size aBoundSize( aBound.GetWidth() + ( aExtSize.Width() ), in GetGraphic() local1031 aMtf.SetPrefSize( aBoundSize ); in GetGraphic()1036 …rSettings.mbTranslucent, CalcSize( rSettings.mnWidth, rSettings.mnHeight, aBoundSize, aOutSize ) ); in GetGraphic()
622 Size aBoundSize( aBound.GetWidth(), aBound.GetHeight() ); in GetMarkedObjMetaFile() local668 aMtf.SetPrefSize(aBoundSize); in GetMarkedObjMetaFile()
2426 Size aBoundSize( pEntry->aRect.GetSize() ); in RecalcAllBoundingRectsSmart() local2427 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()2428 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()2444 Size aBoundSize( pEntry->aRect.GetSize() ); in RecalcAllBoundingRectsSmart() local2445 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()2446 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
2516 Size aBoundSize( pViewData->aRect.GetSize() ); in RecalcAllBoundingRectsSmart() local2517 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()2518 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
1198 ::com::sun::star::awt::Size aBoundSize( in ConvertTitlePosition()
Completed in 203 milliseconds