Lines Matching refs:nMapMode

176 			sal_Int16 nMapMode;  in ReadRecordParams()  local
177 *pWMF >> nMapMode; in ReadRecordParams()
178 pOut->SetMapMode( nMapMode ); in ReadRecordParams()
1191 …tic void GetWinExtMax( const Point& rSource, Rectangle& rPlaceableBound, const sal_Int16 nMapMode ) in GetWinExtMax() argument
1194 if ( nMapMode == MM_HIMETRIC ) in GetWinExtMax()
1206 …void GetWinExtMax( const Rectangle& rSource, Rectangle& rPlaceableBound, const sal_Int16 nMapMode ) in GetWinExtMax() argument
1208 GetWinExtMax( rSource.TopLeft(), rPlaceableBound, nMapMode ); in GetWinExtMax()
1209 GetWinExtMax( rSource.BottomRight(), rPlaceableBound, nMapMode ); in GetWinExtMax()
1221 sal_Int16 nMapMode = MM_ANISOTROPIC; in GetPlaceableBound() local
1265 *pStm >> nMapMode; in GetPlaceableBound()
1270 GetWinExtMax( ReadYX(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1277 GetWinExtMax( ReadRectangle(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1283 GetWinExtMax( ReadRectangle(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1293 GetWinExtMax( ReadRectangle(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1302 GetWinExtMax( ReadPoint(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1317 GetWinExtMax( ReadPoint(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1326 GetWinExtMax( ReadPoint(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1333 GetWinExtMax( ReadYX(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1345 GetWinExtMax( ReadYX(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1365 GetWinExtMax( aPosition, rPlaceableBound, nMapMode ); in GetPlaceableBound()
1400 GetWinExtMax( aDestRect, rPlaceableBound, nMapMode ); in GetPlaceableBound()
1411 GetWinExtMax( Rectangle( ReadYX(), aSize ), rPlaceableBound, nMapMode ); in GetPlaceableBound()