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 ()()
126 typedef ::std::hash_map< ::rtl::OUString, PPDKey*, ::rtl::OUStringHash > hash_type;
127 typedef ::std::vector< PPDKey* > value_type;
129 void insertKey( const String& rKey, PPDKey* pKey );
133 const PPDKey* m_pKey1;
135 const PPDKey* m_pKey2;
165 const PPDKey* m_pImageableAreas;
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx737 const PPDKey* pKey = it->second; in PPDParser()
741 case PPDKey::ExitServer: pSetupType = "ExitServer";break; in PPDParser()
742 case PPDKey::Prolog: pSetupType = "Prolog";break; in PPDParser()
743 case PPDKey::DocumentSetup: pSetupType = "DocumentSetup";break; in PPDParser()
744 case PPDKey::PageSetup: pSetupType = "PageSetup";break; in PPDParser()
745 case PPDKey::JCLSetup: pSetupType = "JCLSetup";break; in PPDParser()
746 case PPDKey::AnySetup: pSetupType = "AnySetup";break; in PPDParser()
792 const PPDKey* pKey; in PPDParser()
846 void PPDParser::insertKey( const String& rKey, PPDKey* pKey ) in insertKey()
852 const PPDKey* PPDParser::getKey( int n ) const in getKey()
[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()