Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx161 sal_uInt16 PPTExBulletProvider::GetId( const ByteString& rUniqueId, Size& rGraphicSize ) in GetId() argument
174 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()
H A Deppt.hxx207 sal_uInt16 GetId( const ByteString& rUniqueId, Size& rGraphicSize );

Completed in 60 milliseconds