Home
last modified time | relevance | path

Searched refs:PPDValue (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/vcl/inc/vcl/ !
H A Dppdparser.hxx46 struct VCL_DLLPUBLIC PPDValue struct
63 typedef ::std::hash_map< ::rtl::OUString, PPDValue, ::rtl::OUStringHash > hash_type;
64 typedef ::std::vector< PPDValue* > value_type;
69 const PPDValue* m_pDefaultValue;
71 PPDValue m_aQueryValue;
88 PPDValue* insertValue( const String& rOption );
92 const PPDValue* getValue( int n ) const;
93 const PPDValue* getValue( const String& rOption ) const;
94 const PPDValue* getValueCaseInsensitive( const String& rOption ) const;
95 const PPDValue* getDefaultValue() const { return m_pDefaultValue; } in getDefaultValue()
[all …]
/AOO41X/main/vcl/unx/generic/printer/ !
H A Dppdparser.cxx758 const PPDValue* pValue = pKey->getValue( j ); in PPDParser()
1097 PPDValue* pValue = pKey->insertValue( aOption ); in parse()
1133 const PPDValue* pDefValue = pKey->getValue( aOption ); in parse()
1144 PPDValue* pNewValue = pKey->insertValue( aOption ); in parse()
1441 const PPDValue* pValue = m_pInputSlots->getValue( i ); in getSlotCommand()
1481 const PPDValue* pValue = m_pPaperDimensions->getValue( i ); in getPaperDimensionCommand()
1602 const PPDValue* pValue = m_pDuplexTypes->getValue( i ); in getDuplexCommand()
1699 const PPDValue* PPDKey::getValue( int n ) const in getValue()
1706 const PPDValue* PPDKey::getValue( const String& rOption ) const in getValue()
1714 const PPDValue* PPDKey::getValueCaseInsensitive( const String& rOption ) const in getValueCaseInsensitive()
[all …]
H A Dprinterinfomanager.cxx428 … const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in initialize()
435 … const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in initialize()
590 const PPDValue* pDefValue = aDefaultInfo.m_aContext.getValue( pDefKey ); in initialize()
591 … const PPDValue* pMergeValue = pMergeKey ? pMergeKey->getValue( pDefValue->m_aOption ) : NULL; in initialize()
797 const PPDValue* pValue = it->second.m_aInfo.m_aContext.getValue( pKey ); in writePrinterConfig()
844 const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in addPrinter()
851 const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in addPrinter()
1155 const PPDValue* pPaperVal = NULL; in setDefaultPaper()
1159 const PPDValue* pVal = pPageSizeKey->getValue( i ); in setDefaultPaper()
H A Djobdata.cxx69 const PPDValue* pVal = NULL; in setCollate()
91 const PPDValue* pValue = pKey ? pKey->getValueCaseInsensitive( aPaper ) : NULL; in setPaper()
104 const PPDValue* pValue = pKey ? pKey->getValue( i_nPaperBin ) : NULL; in setPaperBin()
H A Dcupsmgr.cxx638 … const PPDValue* pValue = pKey->getValue( OStringToOUString( pChoice->choice, aEncoding ) ); in updatePrinterContextInfo()
878 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in getOptionsFromDocumentSetup()
1097 const PPDValue* pValue = rInfo.m_aContext.getValue( pKey ); in writePrinterConfig()
/AOO41X/main/padmin/source/ !
H A Dprtsetup.cxx45 const PPDValue* pValue = NULL; in insertAllPPDValues()
338 PPDValue* pValue = in IMPL_LINK()
339 (PPDValue*)pBox->GetEntryData( pBox->GetSelectEntryPos() ); in IMPL_LINK()
462 …const PPDValue* pValue = (PPDValue*)m_aPPDValueBox.GetEntryData( m_aPPDValueBox.GetSelectEntryPos(… in IMPL_LINK()
481 const PPDValue* pValue = NULL; in FillValueBox()
H A Dadddlg.cxx563 const PPDValue* pValue = pKey ? pKey->getValue( String( aValue, aEncoding ) ) : NULL; in APOldPrinterPage()
610 …const PPDValue* pValue = pKey ? ( aValue.Equals( "*nil" ) ? NULL : pKey->getValue( String( aValue,… in APOldPrinterPage()
/AOO41X/main/vcl/unx/headless/ !
H A Dsvpprn.cxx105 const PPDValue* pValue = NULL; in copyJobDataToJobSetup()
469 const PPDValue* pValue = pKey->getValue( i ); in InitPaperFormats()
567 const PPDValue* pValue; in SetData()
734 const PPDValue* pValue = pKey->getValue( nPaperBin ); in GetPaperBinName()
760 …const PPDValue* pVal = pKey ? pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "True" ) ) ) : … in GetCapabilities()
/AOO41X/main/vcl/unx/generic/gdi/ !
H A Dsalprnpsp.cxx157 const PPDValue* pValue = NULL; in copyJobDataToJobSetup()
537 const PPDValue* pValue = pKey->getValue( i ); in InitPaperFormats()
669 const PPDValue* pValue; in SetData()
848 const PPDValue* pValue = pKey->getValue( nPaperBin ); in GetPaperBinName()
874 …const PPDValue* pVal = pKey ? pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "True" ) ) ) : … in GetCapabilities()
/AOO41X/main/vcl/unx/generic/printergfx/ !
H A Dprinterjob.cxx778 static bool writeFeature( osl::File* pFile, const PPDKey* pKey, const PPDValue* pValue, bool bUseIn… in writeFeature()
839 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in writeFeatureList()
934 const PPDValue* pVal = pKey->getValue( i ); in writeJobPatch()