Lines Matching refs:PPDContext
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()
2013 void PPDContext::getUnconstrainedValues( const PPDKey* pKey, ::std::list< const PPDValue* >& rValue… in getUnconstrainedValues()
2032 void* PPDContext::getStreamableBuffer( sal_uLong& rBytes ) const in getStreamableBuffer()
2078 void PPDContext::rebuildFromStreamBuffer( void* pBuffer, sal_uLong nBytes ) in rebuildFromStreamBuffer()
2112 int PPDContext::getRenderResolution() const in getRenderResolution()
2138 void PPDContext::getPageSize( String& rPaper, int& rWidth, int& rHeight ) const in getPageSize()