Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx379 m_pDocumentPrinterCopy(0) in SwMailMergeOutputPage()
434 delete m_pDocumentPrinterCopy; in ~SwMailMergeOutputPage()
462m_pDocumentPrinterCopy = pTargetView->GetWrtShell().getIDocumentDeviceAccess()->getPrinter( true )… in ActivatePage()
925 if( m_pDocumentPrinterCopy && pBox->GetSelectEntryPos() != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
933 if( (m_pDocumentPrinterCopy->GetName() == pInfo->GetPrinterName()) && in IMPL_LINK()
934 (m_pDocumentPrinterCopy->GetDriverName() == pInfo->GetDriver()) ) in IMPL_LINK()
935 m_pTempPrinter = new Printer( m_pDocumentPrinterCopy->GetJobSetup() ); in IMPL_LINK()
999 m_pDocumentPrinterCopy->SetPrinterProps(m_pTempPrinter); in IMPL_LINK()
1000 pTargetView->SetPrinter(m_pDocumentPrinterCopy->Clone()); in IMPL_LINK()
H A Dmmoutputpage.hxx120 SfxPrinter* m_pDocumentPrinterCopy; member in SwMailMergeOutputPage

Completed in 27 milliseconds