Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewprt.cxx96 const IDocumentDeviceAccess* pIDDA = GetWrtShell().getIDocumentDeviceAccess(); in GetPrinter() local
97 SfxPrinter *pOld = pIDDA->getPrinter( false ); in GetPrinter()
98 SfxPrinter *pPrt = pIDDA->getPrinter( bCreate ); in GetPrinter()
111 void SetPrinter( IDocumentDeviceAccess* pIDDA, SfxPrinter* pNew, sal_Bool bWeb ) in SetPrinter() argument
124 if( pIDDA ) in SetPrinter()
125 pIDDA->setPrintData( *pAddPrinterAttr ); in SetPrinter()
298 const IDocumentDeviceAccess* pIDDA = pSh->getIDocumentDeviceAccess(); in SetAppPrintOptions() local
299 SwPrintData aPrtData = pIDDA->getPrintData(); in SetAppPrintOptions()
301 if( pIDDA->getPrinter( false ) ) in SetAppPrintOptions()
324 pIDDA->getPrinter( true )->SetOptions( aSet ); in SetAppPrintOptions()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx223 IDocumentDeviceAccess* pIDDA = pSh->getIDocumentDeviceAccess(); in InsertEnv() local
224 pIDDA->setJobsetup( *pIDDA_old->getJobsetup() ); in InsertEnv()
226 pTempPrinter = pIDDA->getPrinter( true ); in InsertEnv()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx803 IDocumentDeviceAccess* pIDDA = rSh.getIDocumentDeviceAccess(); in ExecQryShell() local
804 SwPrintData aPrtData( pIDDA->getPrintData() ); in ExecQryShell()
806 pIDDA->setPrintData(aPrtData); in ExecQryShell()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx711 IDocumentDeviceAccess* pIDDA = rSh.getIDocumentDeviceAccess(); in execute() local
712 SwPrintData aPrtData( pIDDA->getPrintData() ); in execute()
714 pIDDA->setPrintData( aPrtData ); in execute()
H A Dunotxvw.cxx916 IDocumentDeviceAccess* pIDDA = pSh->getIDocumentDeviceAccess(); in BuildTmpSelectionDoc() local
917 SfxPrinter* pTempPrinter = pIDDA->getPrinter( true ); in BuildTmpSelectionDoc()
925 pIDDA->setJobsetup( *pIDDA_old->getJobsetup() ); in BuildTmpSelectionDoc()
927 pTempPrinter = pIDDA->getPrinter( true ); in BuildTmpSelectionDoc()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx865 IDocumentDeviceAccess* pIDDA = getIDocumentDeviceAccess(); in SetUseVirDev() local
866 pIDDA->setReferenceDeviceType( bNewVirtual, true ); in SetUseVirDev()

Completed in 50 milliseconds