Home
last modified time | relevance | path

Searched refs:PPDKey (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx59 class VCL_DLLPUBLIC PPDKey class
85 PPDKey( const String& rKey );
86 ~PPDKey();
108 size_t operator()( const PPDKey * pKey) const in operator ()()
127 typedef ::std::vector< PPDKey* > value_type;
133 const PPDKey* m_pKey1;
135 const PPDKey* m_pKey2;
206 const PPDKey* getKey( int n ) const;
209 bool hasKey( const PPDKey* ) const;
316 const PPDValue* getValue( const PPDKey* ) const;
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx737 const PPDKey* pKey = it->second; in PPDParser()
792 const PPDKey* pKey; in PPDParser()
1084 PPDKey* pKey = NULL; in parse()
1088 pKey = new PPDKey( aUniKey ); in parse()
1143 PPDKey* pKey = new PPDKey( aKey ); in parse()
1176 PPDKey* pKey; in parseOpenUI()
1179 pKey = new PPDKey( aUniKey ); in parseOpenUI()
1211 PPDKey* pKey; in parseOrderDependency()
1215 pKey = new PPDKey( aKey ); in parseOrderDependency()
1680 PPDKey::PPDKey( const String& rKey ) : in PPDKey() function in PPDKey
[all …]
H A Dprinterinfomanager.cxx322 …const PPDKey* pKey = m_aGlobalDefaults.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING… in initialize()
427 … const PPDKey* pDefKey = m_aGlobalDefaults.m_aContext.getModifiedKey( nPPDValueModified ); in initialize()
429 …const PPDKey* pPrinterKey = pDefKey ? aPrinter.m_aInfo.m_pParser->getKey( pDefKey->getKey() ) : NU… in initialize()
527 …const PPDKey* pKey = aPrinter.m_aInfo.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING_… in initialize()
588 …const PPDKey* pDefKey = aDefaultInfo.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPA… in initialize()
589 …const PPDKey* pMergeKey = aMergeInfo.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in initialize()
793 const PPDKey* pKey = it->second.m_aInfo.m_aContext.getModifiedKey( i ); in writePrinterConfig()
843 … const PPDKey* pDefKey = m_aGlobalDefaults.m_aContext.getModifiedKey( nPPDValueModified ); in addPrinter()
845 …const PPDKey* pPrinterKey = pDefKey ? aPrinter.m_aInfo.m_pParser->getKey( pDefKey->getKey() ) : NU… in addPrinter()
1136 …const PPDKey* pPageSizeKey = rContext.getParser()->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "P… in setDefaultPaper()
H A Dcupsmgr.cxx635 …const PPDKey* pKey = rContext.getParser()->getKey( OStringToOUString( pOption->keyword, aEncoding … in updatePrinterContextInfo()
853 bool operator()(const PPDKey* left, const PPDKey* right) in operator ()()
870 ::std::vector< const PPDKey* > aKeys( nKeys ); in getOptionsFromDocumentSetup()
877 const PPDKey* pKey = aKeys[i]; in getOptionsFromDocumentSetup()
1096 const PPDKey* pKey = rInfo.m_aContext.getModifiedKey( i ); in writePrinterConfig()
H A Djobdata.cxx66 const PPDKey* pKey = pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Collate" ) ) ); in setCollate()
90 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) ); in setPaper()
103 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "InputSlot" ) ) ); in setPaperBin()
/trunk/main/padmin/source/
H A Dprtsetup.cxx40 void RTSDialog::insertAllPPDValues( ListBox& rBox, const PPDParser* pParser, const PPDKey* pKey ) in insertAllPPDValues()
268 const PPDKey* pKey = NULL; in update()
316 const PPDKey* pKey = NULL; in IMPL_LINK()
406 const PPDKey* pKey = m_pParent->m_aJobData.m_pParser->getKey( i ); in RTSDevicePage()
456 const PPDKey* pKey = (PPDKey*)m_aPPDKeyBox.GetEntryData( m_aPPDKeyBox.GetSelectEntryPos() ); in IMPL_LINK()
461 const PPDKey* pKey = (PPDKey*)m_aPPDKeyBox.GetEntryData( m_aPPDKeyBox.GetSelectEntryPos() ); in IMPL_LINK()
474 void RTSDevicePage::FillValueBox( const PPDKey* pKey ) in FillValueBox()
H A Dprtsetup.hxx81 void insertAllPPDValues( ListBox&, const psp::PPDParser*, const psp::PPDKey* );
137 void FillValueBox( const ::psp::PPDKey* );
H A Dadddlg.cxx562 …const PPDKey* pKey = aInfo.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) … in APOldPrinterPage()
609 const PPDKey* pKey = aInfo.m_pParser->getKey( String( aPPDKey, RTL_TEXTENCODING_ISO_8859_1 ) ); in APOldPrinterPage()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx774 bool operator()(const PPDKey* left, const PPDKey* right) in operator ()()
778 static bool writeFeature( osl::File* pFile, const PPDKey* pKey, const PPDValue* pValue, bool bUseIn… in writeFeature()
820 ::std::vector< const PPDKey* > aKeys( nKeys ); in writeFeatureList()
827 const PPDKey* pKey = aKeys[i]; in writeFeatureList()
831 if( pKey->getSetupType() == PPDKey::DocumentSetup ) in writeFeatureList()
834 if( pKey->getSetupType() == PPDKey::PageSetup || in writeFeatureList()
835 pKey->getSetupType() == PPDKey::AnySetup ) in writeFeatureList()
920 const PPDKey* pKey = NULL; in writeJobPatch()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx104 const PPDKey* pKey = NULL; in copyJobDataToJobSetup()
463 …const PPDKey* pKey = m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize"… in InitPaperFormats()
566 const PPDKey* pKey; in SetData()
715 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetPaperBinCount()
729 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetPaperBinName()
759 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetCapabilities()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx156 const PPDKey* pKey = NULL; in copyJobDataToJobSetup()
531 …const PPDKey* pKey = m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize"… in InitPaperFormats()
668 const PPDKey* pKey; in SetData()
829 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetPaperBinCount()
843 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetPaperBinName()
873 …const PPDKey* pKey = aData.m_pParser ? aData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in GetCapabilities()

Completed in 86 milliseconds