Lines Matching refs:mpOutputDevice

53 	mpOutputDevice = NULL;  in VCLXDevice()
69 delete mpOutputDevice; in DestroyOutputDevice()
70 mpOutputDevice = NULL; in DestroyOutputDevice()
114 if ( mpOutputDevice ) in IMPL_XTYPEPROVIDER_START()
115 xRef = mpOutputDevice->CreateUnoGraphics(); in IMPL_XTYPEPROVIDER_START()
142 if( mpOutputDevice ) in getInfo()
145 OutDevType eDevType = mpOutputDevice->GetOutDevType(); in getInfo()
148 aDevSz = ((Window*)mpOutputDevice)->GetSizePixel(); in getInfo()
149 …((Window*)mpOutputDevice)->GetBorder( aInfo.LeftInset, aInfo.TopInset, aInfo.RightInset, aInfo.Bot… in getInfo()
153 aDevSz = ((Printer*)mpOutputDevice)->GetPaperSizePixel(); in getInfo()
154 Size aOutSz = mpOutputDevice->GetOutputSizePixel(); in getInfo()
155 Point aOffset = ((Printer*)mpOutputDevice)->GetPageOffset(); in getInfo()
163 aDevSz = mpOutputDevice->GetOutputSizePixel(); in getInfo()
173 Size aTmpSz = mpOutputDevice->LogicToPixel( Size( 1000, 1000 ), MapMode( MAP_CM ) ); in getInfo()
177 aInfo.BitsPerPixel = mpOutputDevice->GetBitCount(); in getInfo()
180 if ( mpOutputDevice->GetOutDevType() != OUTDEV_PRINTER ) in getInfo()
192 if( mpOutputDevice ) in getFontDescriptors()
194 int nFonts = mpOutputDevice->GetDevFontCount(); in getFontDescriptors()
200 pFonts[n] = VCLUnoHelper::CreateFontDescriptor( mpOutputDevice->GetDevFont( n ) ); in getFontDescriptors()
211 if( mpOutputDevice ) in getFont()
214 pMetric->Init( *this, VCLUnoHelper::CreateFont( rDescriptor, mpOutputDevice->GetFont() ) ); in getFont()
225 if( mpOutputDevice ) in createBitmap()
227 Bitmap aBmp = mpOutputDevice->GetBitmap( Point( nX, nY ), Size( nWidth, nHeight ) ); in createBitmap()
294 if( mpOutputDevice ) in convertPointToLogic()
298 ::Point aDevPoint = mpOutputDevice->PixelToLogic(aVCLPoint, aMode ); in convertPointToLogic()
319 if( mpOutputDevice ) in convertPointToPixel()
323 ::Point aDevPoint = mpOutputDevice->LogicToPixel(aVCLPoint, aMode ); in convertPointToPixel()
344 if( mpOutputDevice ) in convertSizeToLogic()
348 ::Size aDevSz = mpOutputDevice->PixelToLogic(aVCLSize, aMode ); in convertSizeToLogic()
368 if( mpOutputDevice ) in convertSizeToPixel()
372 ::Size aDevSz = mpOutputDevice->LogicToPixel(aVCLSize, aMode ); in convertSizeToPixel()