Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Djobset.cxx369 pJobData->meDuplexMode = DUPLEX_LONGEDGE; in operator >>()
444 case DUPLEX_LONGEDGE: rOStream.WriteByteString( "DUPLEX_LONGEDGE" );break; in operator <<()
H A Dprint3.cxx1661 … case view::DuplexMode::LONGEDGE: mpImplData->mpPrinter->SetDuplexMode( DUPLEX_LONGEDGE ); break; in pushPropertiesToPrinter()
/trunk/main/vcl/inc/vcl/
H A Dprntypes.hxx35 enum DuplexMode { DUPLEX_UNKNOWN, DUPLEX_OFF, DUPLEX_LONGEDGE, DUPLEX_SHORTEDGE }; enumerator
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx142 pJobSetup->meDuplexMode = DUPLEX_LONGEDGE; in copyJobDataToJobSetup()
639 case DUPLEX_LONGEDGE: in SetData()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx194 pJobSetup->meDuplexMode = DUPLEX_LONGEDGE; in copyJobDataToJobSetup()
753 case DUPLEX_LONGEDGE: in SetData()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx1061 eDuplex = DUPLEX_LONGEDGE; in ImplDevModeToJobSetup()
1346 case DUPLEX_LONGEDGE: in ImplJobSetupToDevMode()