Searched refs:m_macPageFormat (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintmac.cpp51 m_macPageFormat = kPMNoPageFormat;
59 if (m_macPageFormat != kPMNoPageFormat)
61 (void)PMRelease(m_macPageFormat);
62 m_macPageFormat = kPMNoPageFormat;
86 if ( m_macPageFormat == kPMNoPageFormat)
88 err = PMCreatePageFormat((PMPageFormat *) &m_macPageFormat);
94 ( m_macPageFormat != kPMNoPageFormat))
97 (PMPageFormat) m_macPageFormat);
103 (PMPageFormat) m_macPageFormat,
134 PMSetOrientation( (PMPageFormat) m_macPageFormat , ( dat
[all...]
H A Ddcprint.cpp78 m_err = PMGetAdjustedPageRect(native->m_macPageFormat, &rPage);
106 native->m_macPageFormat);
111 m_err = PMGetAdjustedPageRect(native->m_macPageFormat, &rPage);
138 native->m_macPageFormat,
157 m_err = PMGetAdjustedPageRect(native->m_macPageFormat, &rPage);
406 err = PMGetAdjustedPaperRect(native->m_macPageFormat, &rPaper);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Dprint.h50 PMPageFormat m_macPageFormat ; member in class:wxMacCarbonPrintData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddcprint.cpp84 m_err = PMGetAdjustedPageRect(native->m_macPageFormat, &rPage);
92 m_err = PMGetResolution((PMPageFormat) (native->m_macPageFormat), &res);
128 native->m_macPageFormat);
132 native->m_macPageFormat);
140 m_err = PMGetAdjustedPageRect(native->m_macPageFormat, &rPage);
148 m_err = PMGetResolution((PMPageFormat) (native->m_macPageFormat), &res);
172 native->m_macPageFormat,
206 m_err = PMGetAdjustedPageRect(native->m_macPageFormat, &rPage);
211 PMGetAdjustedPaperRect( native->m_macPageFormat , &paperRect ) ;
352 err = PMGetAdjustedPaperRect(native->m_macPageFormat,
[all...]
H A Dprintmac.cpp47 return (m_macPageFormat != kPMNoPageFormat) && (m_macPrintSettings != kPMNoPrintSettings) && (m_macPrintSession != kPMNoReference);
51 m_macPageFormat = kPMNoPageFormat;
58 if ( PMCreatePageFormat(&m_macPageFormat) == noErr )
61 m_macPageFormat);
62 PMGetPageFormatPaper(m_macPageFormat, &m_macPaper);
75 (void)PMRelease(m_macPageFormat);
136 PMCopyPageFormat( pageFormat, m_macPageFormat );
138 PMGetPageFormatPaper(m_macPageFormat, &m_macPaper);
147 PMSetOrientation( m_macPageFormat , ( data.GetOrientation() == wxLANDSCAPE ) ?
150 PMSetOrientation( m_macPageFormat , ( dat
[all...]
H A Dprintdlg.cpp91 ((wxMacCarbonPrintData*)m_printDialogData.GetPrintData().GetNativeData())->m_macPageFormat,
166 ((wxMacCarbonPrintData*)m_pageSetupData.GetPrintData().GetNativeData())->m_macPageFormat,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/private/
H A Dprint.h79 PMPageFormat m_macPageFormat ; member in class:wxMacCarbonPrintData

Completed in 110 milliseconds