Searched refs:PPDKey (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 59 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 …]
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 737 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 D | printerinfomanager.cxx | 322 …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 D | cupsmgr.cxx | 635 …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 D | jobdata.cxx | 66 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()
|
/aoo42x/main/padmin/source/ |
H A D | prtsetup.cxx | 40 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 D | prtsetup.hxx | 81 void insertAllPPDValues( ListBox&, const psp::PPDParser*, const psp::PPDKey* ); 137 void FillValueBox( const ::psp::PPDKey* );
|
H A D | adddlg.cxx | 562 …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()
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 774 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()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 104 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()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 156 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 94 milliseconds