Lines Matching refs:pValue
778 static bool writeFeature( osl::File* pFile, const PPDKey* pKey, const PPDValue* pValue, bool bUseIn… in writeFeature() argument
780 if( ! pKey || ! pValue ) in writeFeature()
792 aFeature.append( OUStringToOString( pValue->m_aOption, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature()
796 aFeature.append( OUStringToOString( pValue->m_aValue, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature()
839 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in writeFeatureList() local
840 if( pValue in writeFeatureList()
841 && pValue->m_eType == eInvocation in writeFeatureList()
843 || m_aLastJobData.m_aContext.getValue( pKey ) != pValue in writeFeatureList()
852 ( pValue->m_aValue.SearchAscii( "<<" ) != STRING_NOTFOUND ) in writeFeatureList()
854 ( pValue->m_aValue.SearchAscii( ">>" ) != STRING_NOTFOUND ); in writeFeatureList()
858 … bSuccess = writeFeature( pFile, pKey, pValue, PrinterInfoManager::get().getUseIncludeFeature() ); in writeFeatureList()