Searched refs:PPDContext (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | ppdparser.hxx | 118 class PPDContext; 123 friend class PPDContext; 297 class VCL_DLLPUBLIC PPDContext class 308 PPDContext( const PPDParser* pParser = NULL ); 309 PPDContext( const PPDContext& rContext ) { operator=( rContext ); } in PPDContext() function in psp::PPDContext 310 PPDContext& operator=( const PPDContext& rContext ); 311 ~PPDContext();
|
| H A D | jobdata.hxx | 53 PPDContext m_aContext;
|
| H A D | printerinfomanager.hxx | 149 void setDefaultPaper( PPDContext& rInfo ) const;
|
| /AOO41X/main/vcl/unx/generic/printer/ |
| H A D | ppdparser.cxx | 1767 PPDContext::PPDContext( const PPDParser* pParser ) : in PPDContext() function in PPDContext 1774 PPDContext& PPDContext::operator=( const PPDContext& rCopy ) in operator =() 1783 PPDContext::~PPDContext() in ~PPDContext() 1789 const PPDKey* PPDContext::getModifiedKey( int n ) const in getModifiedKey() 1799 void PPDContext::setParser( const PPDParser* pParser ) in setParser() 1810 const PPDValue* PPDContext::getValue( const PPDKey* pKey ) const in getValue() 1832 const PPDValue* PPDContext::setValue( const PPDKey* pKey, const PPDValue* pValue, bool bDontCareFor… in setValue() 1883 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pValue ) in checkConstraints() 1907 bool PPDContext::resetValue( const PPDKey* pKey, bool bDefaultable ) in resetValue() 1925 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pNewValue, bool bDoReset ) in checkConstraints() [all …]
|
| H A D | cupsmgr.cxx | 538 m_aGlobalDefaults.m_aContext = PPDContext(); in initialize() 585 …std::hash_map< OUString, PPDContext, OUStringHash >::const_iterator c_it = m_aDefaultContexts.find… in initialize() 624 static void updatePrinterContextInfo( ppd_group_t* pPPDGroup, PPDContext& rContext ) in updatePrinterContextInfo() 724 PPDContext& rContext = m_aDefaultContexts[ aPrinter ]; in createCUPSParser()
|
| H A D | printerinfomanager.cxx | 1131 void PrinterInfoManager::setDefaultPaper( PPDContext& rContext ) const in setDefaultPaper()
|
| /AOO41X/main/vcl/inc/ |
| H A D | cupsmgr.hxx | 53 std::hash_map< rtl::OUString, PPDContext, rtl::OUStringHash > m_aDefaultContexts;
|