Home
last modified time | relevance | path

Searched refs:PPDContext (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx118 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 Djobdata.hxx53 PPDContext m_aContext;
H A Dprinterinfomanager.hxx149 void setDefaultPaper( PPDContext& rInfo ) const;
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1767 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()
1883 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pValue ) in checkConstraints()
1907 bool PPDContext::resetValue( const PPDKey* pKey, bool bDefaultable ) in resetValue()
2032 void* PPDContext::getStreamableBuffer( sal_uLong& rBytes ) const in getStreamableBuffer()
2078 void PPDContext::rebuildFromStreamBuffer( void* pBuffer, sal_uLong nBytes ) in rebuildFromStreamBuffer()
[all …]
H A Dcupsmgr.cxx538 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 Dprinterinfomanager.cxx1131 void PrinterInfoManager::setDefaultPaper( PPDContext& rContext ) const in setDefaultPaper()
/trunk/main/vcl/inc/
H A Dcupsmgr.hxx53 std::hash_map< rtl::OUString, PPDContext, rtl::OUStringHash > m_aDefaultContexts;

Completed in 52 milliseconds