Lines Matching refs:pDevice
245 void FontList::ImplInsertFonts( OutputDevice* pDevice, sal_Bool bAll, in ImplInsertFonts() argument
251 if ( pDevice->GetOutDevType() != OUTDEV_PRINTER ) in ImplInsertFonts()
257 int n = pDevice->GetDevFontCount(); in ImplInsertFonts()
261 FontInfo aFontInfo = pDevice->GetDevFont( i ); in ImplInsertFonts()
278 ImplFontListFontInfo* pNewInfo = new ImplFontListFontInfo( aFontInfo, pDevice ); in ImplInsertFonts()
293 ImplFontListFontInfo* pNewInfo = new ImplFontListFontInfo( aFontInfo, pDevice ); in ImplInsertFonts()
343 FontList::FontList( OutputDevice* pDevice, OutputDevice* pDevice2, sal_Bool bAll ) : in FontList() argument
344 List( 4096, sal::static_int_cast< sal_uInt16 >(pDevice->GetDevFontCount()), 32 ) in FontList()
347 mpDev = pDevice; in FontList()
361 ImplInsertFonts( pDevice, bAll, sal_True ); in FontList()
366 if ( !pDevice2 && (pDevice->GetOutDevType() == OUTDEV_PRINTER) ) in FontList()
373 (pDevice2->GetOutDevType() != pDevice->GetOutDevType()) ) in FontList()
814 OutputDevice* pDevice = mpDev; in GetSizeAry() local
817 pDevice = pData->mpFirst->GetDevice(); in GetSizeAry()
819 int nDevSizeCount = pDevice->GetDevFontSizeCount( rInfo ); in GetSizeAry()
821 (pDevice->GetDevFontSize( rInfo, 0 ).Height() == 0) ) in GetSizeAry()
824 MapMode aOldMapMode = pDevice->GetMapMode(); in GetSizeAry()
826 pDevice->SetMapMode( aMap ); in GetSizeAry()
834 Size aSize = pDevice->GetDevFontSize( rInfo, i ); in GetSizeAry()
844 pDevice->SetMapMode( aOldMapMode ); in GetSizeAry()