Searched refs:pDevice2 (Results 1 – 2 of 2) sorted by relevance
343 FontList::FontList( OutputDevice* pDevice, OutputDevice* pDevice2, sal_Bool bAll ) : in FontList() argument348 mpDev2 = pDevice2; in FontList()366 if ( !pDevice2 && (pDevice->GetOutDevType() == OUTDEV_PRINTER) ) in FontList()369 pDevice2 = Application::GetDefaultDevice(); in FontList()372 if ( pDevice2 && in FontList()373 (pDevice2->GetOutDevType() != pDevice->GetOutDevType()) ) in FontList()374 ImplInsertFonts( pDevice2, bAll, !bCompareWindow ); in FontList()
182 OutputDevice* pDevice2 = NULL,
Completed in 12 milliseconds