Lines Matching refs:pKey
778 static bool writeFeature( osl::File* pFile, const PPDKey* pKey, const PPDValue* pValue, bool bUseIn… in writeFeature() argument
780 if( ! pKey || ! pValue ) in writeFeature()
790 aFeature.append( OUStringToOString( pKey->getKey(), RTL_TEXTENCODING_ASCII_US ) ); in writeFeature()
827 const PPDKey* pKey = aKeys[i]; in writeFeatureList() local
831 if( pKey->getSetupType() == PPDKey::DocumentSetup ) in writeFeatureList()
834 if( pKey->getSetupType() == PPDKey::PageSetup || in writeFeatureList()
835 pKey->getSetupType() == PPDKey::AnySetup ) in writeFeatureList()
839 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in writeFeatureList()
843 || m_aLastJobData.m_aContext.getValue( pKey ) != pValue in writeFeatureList()
858 … bSuccess = writeFeature( pFile, pKey, pValue, PrinterInfoManager::get().getUseIncludeFeature() ); in writeFeatureList()
920 const PPDKey* pKey = NULL; in writeJobPatch() local
923 … pKey = rJobData.m_pParser->getKey( OUString( RTL_CONSTASCII_USTRINGPARAM( "JobPatchFile" ) ) ); in writeJobPatch()
924 if( ! pKey ) in writeJobPatch()
931 int nValueCount = pKey->countValues(); in writeJobPatch()
934 const PPDValue* pVal = pKey->getValue( i ); in writeJobPatch()
954 … writeFeature( pFile, pKey, pKey->getValue( OUString::valueOf( patch_order.front() ) ), false ); in writeJobPatch()