Searched refs:rGraphicSize (Results 1 – 2 of 2) sorted by relevance
161 sal_uInt16 PPTExBulletProvider::GetId( const ByteString& rUniqueId, Size& rGraphicSize ) in GetId() argument174 if ( rGraphicSize.Width() && rGraphicSize.Height() ) in GetId()177 double fQ2 = ( (double)rGraphicSize.Width() / (double)rGraphicSize.Height() ); in GetId()189 Size aNewSize( (sal_Int32)((double)rGraphicSize.Width() / fXScale + 0.5 ), in GetId()190 (sal_Int32)((double)rGraphicSize.Height() / fYScale + 0.5 ) ); in GetId()192 rGraphicSize = aNewSize; in GetId()
207 sal_uInt16 GetId( const ByteString& rUniqueId, Size& rGraphicSize );
Completed in 60 milliseconds