Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1987 VCLXDevice* pXDev = new VCLXDevice(); in getPropertyValue() local
1988 pXDev->SetOutputDevice( pDoc->GetRefDevice() ); in getPropertyValue()
1989 aRet <<= uno::Reference< awt::XDevice >( pXDev ); in getPropertyValue()