Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dctrltool.cxx343 FontList::FontList( OutputDevice* pDevice, OutputDevice* pDevice2, sal_Bool bAll ) : in FontList() argument
348 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()
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx182 OutputDevice* pDevice2 = NULL,

Completed in 24 milliseconds