Home
last modified time | relevance | path

Searched refs:m_nColorDepth (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/vcl/unx/generic/printer/
H A Djobdata.cxx44 m_nColorDepth = rRight.m_nColorDepth; in operator =()
149 aLine += ByteString::CreateFromInt32( m_nColorDepth ); in getStreamBuffer()
223 rJobData.m_nColorDepth = aLine.Copy( 11 ).ToInt32(); in constructFromStreamBuffer()
H A Dprinterinfomanager.cxx283 m_aGlobalDefaults.m_nColorDepth = aValue.ToInt32(); in initialize()
498 aPrinter.m_aInfo.m_nColorDepth = aValue.ToInt32(); in initialize()
778 …pConfig->WriteKey( "ColorDepth", ByteString::CreateFromInt32( it->second.m_aInfo.m_nColorDepth ) ); in writePrinterConfig()
869 m_aPrinters[rPrinterName].m_aInfo.m_nColorDepth ); in addPrinter()
/AOO41X/main/vcl/inc/vcl/
H A Djobdata.hxx46 int m_nColorDepth; member
61 m_nColorDepth( 24 ), in JobData()
/AOO41X/main/padmin/source/
H A Dprtsetup.cxx194 m_aJobData.m_nColorDepth = m_pDevicePage->getDepth(); in IMPL_LINK()
399 …m_aDepthBox.SelectEntry( String::CreateFromInt32( m_pParent->m_aJobData.m_nColorDepth ).AppendAsci… in RTSDevicePage()
/AOO41X/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx85 mnDepth = rData.m_nColorDepth; in Init()