Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx6552 Size aMtfSize100; in GetBLIPDirect() local
6567 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()
6570 aMtfSize100.Width() /= 360, aMtfSize100.Height() /= 360; in GetBLIPDirect()
6573 *pVisArea = Rectangle( Point(), aMtfSize100 ); in GetBLIPDirect()
6683 if ( ( aMtfSize100.Width() >= 1000 ) && ( aMtfSize100.Height() >= 1000 ) ) in GetBLIPDirect()
6688 if( aOldSize.Width() && ( aOldSize.Width() != aMtfSize100.Width() ) && in GetBLIPDirect()
6689 aOldSize.Height() && ( aOldSize.Height() != aMtfSize100.Height() ) ) in GetBLIPDirect()
6691 aMtf.Scale( (double) aMtfSize100.Width() / aOldSize.Width(), in GetBLIPDirect()
6692 (double) aMtfSize100.Height() / aOldSize.Height() ); in GetBLIPDirect()
6693 aMtf.SetPrefSize( aMtfSize100 ); in GetBLIPDirect()

Completed in 56 milliseconds