Home
last modified time | relevance | path

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

/trunk/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()
499 pRet = m_pGraphics; in GetGraphics()
508 if( pGraphics == m_pGraphics ) in ReleaseGraphics()
511 m_pGraphics = NULL; in ReleaseGraphics()
817 m_pGraphics( NULL ), in PspSalPrinter()
964 m_pGraphics->SetLayout( 0 ); in StartPage()
[all …]
H A Dsvpprn.hxx40 PspGraphics* m_pGraphics; member in PspSalInfoPrinter
73 PspGraphics* m_pGraphics; member in PspSalPrinter
/trunk/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()
567 pRet = m_pGraphics; in GetGraphics()
576 if( pGraphics == m_pGraphics ) in ReleaseGraphics()
579 m_pGraphics = NULL; in ReleaseGraphics()
929 m_pGraphics( NULL ), in PspSalPrinter()
1083 m_pGraphics->SetLayout( 0 ); in StartPage()
[all …]
/trunk/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()
/trunk/main/vcl/inc/unx/
H A Dsalprn.h38 PspGraphics* m_pGraphics; member in PspSalInfoPrinter
72 PspGraphics* m_pGraphics; member in PspSalPrinter
/trunk/main/vcl/inc/
H A Dprinterjob.hxx56 PrinterGfx* m_pGraphics; member in psp::PrinterJob
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx251 { return m_pGraphics.get(); }; in GetGraphics()
258 auto_ptr<BoundFrames> m_pGraphics; member in xmloff::BoundFrameSets
369 , m_pGraphics(new BoundFrames()) in BoundFrameSets()
382 m_pGraphics = auto_ptr<BoundFrames>(new BoundFrames( in BoundFrameSets()

Completed in 53 milliseconds