Home
last modified time | relevance | path

Searched refs:aBoundSize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx299 Size* CalcSize( sal_Int32 nWidth, sal_Int32 nHeight, const Size& aBoundSize, Size& aOutSize ) in CalcSize() argument
304 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() local
1031 aMtf.SetPrefSize( aBoundSize ); in GetGraphic()
1036 …rSettings.mbTranslucent, CalcSize( rSettings.mnWidth, rSettings.mnHeight, aBoundSize, aOutSize ) ); in GetGraphic()
/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx622 Size aBoundSize( aBound.GetWidth(), aBound.GetHeight() ); in GetMarkedObjMetaFile() local
668 aMtf.SetPrefSize(aBoundSize); in GetMarkedObjMetaFile()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2426 Size aBoundSize( pEntry->aRect.GetSize() ); in RecalcAllBoundingRectsSmart() local
2427 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2428 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
2444 Size aBoundSize( pEntry->aRect.GetSize() ); in RecalcAllBoundingRectsSmart() local
2445 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2446 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
H A Dsvimpicn.cxx2516 Size aBoundSize( pViewData->aRect.GetSize() ); in RecalcAllBoundingRectsSmart() local
2517 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2518 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1198 ::com::sun::star::awt::Size aBoundSize( in ConvertTitlePosition()

Completed in 90 milliseconds