Home
last modified time | relevance | path

Searched refs:m_eOrientation (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/padmin/source/
H A Dadddlg.cxx593 …aInfo.m_eOrientation = aValue.CompareIgnoreCaseToAscii( "landscape" ) == COMPARE_EQUAL ? orientati… in APOldPrinterPage()
H A Dprtsetup.cxx190 …m_aJobData.m_eOrientation = m_pPaperPage->getOrientation().Equals( LSCAPE_STRING ) ? orientation::… in IMPL_LINK()
272 m_pParent->m_aJobData.m_eOrientation == orientation::Landscape in update()
334 …m_pParent->m_aJobData.m_eOrientation = m_aOrientBox.GetSelectEntry().Equals( LSCAPE_STRING ) ? ori… in IMPL_LINK()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1125 m_eOrientation( eOrientation ), in PDFPage()
1228 switch( m_eOrientation ) in emit()
H A Dpdfwriter_impl.hxx120 PDFWriter::Orientation m_eOrientation; member
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx75 …pJobSetup->meOrientation = (Orientation)(rData.m_eOrientation == orientation::Landscape ? ORIENTAT… in copyJobDataToJobSetup()
91 if( rData.m_eOrientation == psp::orientation::Portrait ) in copyJobDataToJobSetup()
620 …aData.m_eOrientation = pJobSetup->meOrientation == ORIENTATION_LANDSCAPE ? orientation::Landscape … in SetData()
685 if( aData.m_eOrientation == psp::orientation::Portrait ) in GetPageInfo()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx690 if( rJobSetup.m_eOrientation == orientation::Landscape ) in StartPage()
881 if( rJob.m_eOrientation == orientation::Portrait ) in writePageSetup()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx45 m_eOrientation = rRight.m_eOrientation; in operator =()
131 aLine += m_eOrientation == orientation::Landscape ? "Landscape" : "Portrait"; in getStreamBuffer()
204 …rJobData.m_eOrientation = aLine.Copy( 12 ).EqualsIgnoreCaseAscii( "landscape" ) ? orientation::Lan… in constructFromStreamBuffer()
H A Dprinterinfomanager.cxx270 …m_aGlobalDefaults.m_eOrientation = aValue.EqualsIgnoreCaseAscii( "Landscape" ) ? orientation::Land… in initialize()
485 …aPrinter.m_aInfo.m_eOrientation = aValue.EqualsIgnoreCaseAscii( "Landscape" ) ? orientation::Lands… in initialize()
774 …pConfig->WriteKey( "Orientation", it->second.m_aInfo.m_eOrientation == orientation::Landscape ? "L… in writePrinterConfig()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx126 …pJobSetup->meOrientation = (Orientation)(rData.m_eOrientation == orientation::Landscape ? ORIENTAT… in copyJobDataToJobSetup()
143 if( rData.m_eOrientation == psp::orientation::Portrait ) in copyJobDataToJobSetup()
734 …aData.m_eOrientation = pJobSetup->meOrientation == ORIENTATION_LANDSCAPE ? orientation::Landscape … in SetData()
799 if( aData.m_eOrientation == psp::orientation::Portrait ) in GetPageInfo()
/trunk/main/vcl/inc/vcl/
H A Djobdata.hxx50 orientation::type m_eOrientation; member
65 m_eOrientation( orientation::Portrait ), in JobData()

Completed in 105 milliseconds