Home
last modified time | relevance | path

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

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