Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/headless/
H A Dsvpprn.cxx439 m_pGraphics = NULL; in PspSalInfoPrinter()
447 if( m_pGraphics ) in ~PspSalInfoPrinter()
449 delete m_pGraphics; in ~PspSalInfoPrinter()
450 m_pGraphics = NULL; in ~PspSalInfoPrinter()
495 if( ! m_pGraphics ) in GetGraphics()
497 m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, NULL, false, this ); in GetGraphics()
498 m_pGraphics->SetLayout( 0 ); in GetGraphics()
499 pRet = m_pGraphics; in GetGraphics()
508 if( pGraphics == m_pGraphics ) in ReleaseGraphics()
511 m_pGraphics = NULL; in ReleaseGraphics()
[all …]
H A Dsvpprn.hxx40 PspGraphics* m_pGraphics; member in PspSalInfoPrinter
73 PspGraphics* m_pGraphics; member in PspSalPrinter
/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx507 m_pGraphics = NULL; in PspSalInfoPrinter()
515 if( m_pGraphics ) in ~PspSalInfoPrinter()
517 delete m_pGraphics; in ~PspSalInfoPrinter()
518 m_pGraphics = NULL; in ~PspSalInfoPrinter()
563 if( ! m_pGraphics ) in GetGraphics()
565 m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, NULL, false, this ); in GetGraphics()
566 m_pGraphics->SetLayout( 0 ); in GetGraphics()
567 pRet = m_pGraphics; in GetGraphics()
576 if( pGraphics == m_pGraphics ) in ReleaseGraphics()
579 m_pGraphics = NULL; in ReleaseGraphics()
[all …]
/AOO41X/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx386 m_pGraphics = pGraphics; in StartJob()
503 m_pGraphics->OnEndJob(); in EndJob()
626 m_pGraphics->OnEndJob(); in AbortJob()
740 m_pGraphics->OnEndPage(); in EndPage()
1140 …WritePS (pFile, m_pGraphics && m_pGraphics->getStrictSO52Compatibility() ? pSO52CompatProlog : pPr… in writeProlog()
1151 m_pGraphics->writeResources( pFile, aFonts[0], aFonts[1] ); in writeSetup()
/AOO41X/main/vcl/inc/unx/
H A Dsalprn.h38 PspGraphics* m_pGraphics;
72 PspGraphics* m_pGraphics; variable
/AOO41X/main/vcl/inc/
H A Dprinterjob.hxx56 PrinterGfx* m_pGraphics; member in psp::PrinterJob
/AOO41X/main/xmloff/source/text/
H A Dtxtparae.cxx249 { return m_pGraphics.get(); }; in GetGraphics()
256 auto_ptr<BoundFrames> m_pGraphics; member in xmloff::BoundFrameSets
367 , m_pGraphics(new BoundFrames()) in BoundFrameSets()
380 m_pGraphics = auto_ptr<BoundFrames>(new BoundFrames( in BoundFrameSets()