Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1321 Size aLocalSize( rSize.Width, rSize.Height ); in setSize() local
1322 ForceMetricToItemPoolMetric(aLocalSize); in setSize()
1326 Fraction aWdt(aLocalSize.Width(),aRect.Right()-aRect.Left()); in setSize()
1327 Fraction aHgt(aLocalSize.Height(),aRect.Bottom()-aRect.Top()); in setSize()
1334 if ( !aLocalSize.Width() ) in setSize()
1339 aRect.setWidth(aLocalSize.Width()); in setSize()
1340 if ( !aLocalSize.Height() ) in setSize()
1345 aRect.setHeight(aLocalSize.Height()); in setSize()