Lines Matching refs:getKey

750                  BSTRING( pKey->getKey() ).GetBuffer(),  in PPDParser()
783 BSTRING( cit->m_pKey1->getKey() ).GetBuffer(), in PPDParser()
785 BSTRING( cit->m_pKey2->getKey() ).GetBuffer(), in PPDParser()
794 m_pImageableAreas = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "ImageableArea" ) ) ); in PPDParser()
800 m_pPaperDimensions = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PaperDimension" ) ) ); in PPDParser()
806 m_pResolutions = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ) ); in PPDParser()
812 m_pInputSlots = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "InputSlot" ) ) ); in PPDParser()
818 m_pDuplexTypes = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Duplex" ) ) ); in PPDParser()
822 m_pFontList = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Font" ) ) ); in PPDParser()
826 if( (pKey = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "ModelName" ) ) )) ) in PPDParser()
828 if( (pKey = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "NickName" ) ) )) ) in PPDParser()
830 if( (pKey = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "ColorDevice" ) ) )) ) in PPDParser()
833 if( (pKey = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "LanguageLevel" ) ) )) ) in PPDParser()
835 if( (pKey = getKey( String( RTL_CONSTASCII_USTRINGPARAM( "TTRasterizer" ) ) )) ) in PPDParser()
852 const PPDKey* PPDParser::getKey( int n ) const in getKey() function in PPDParser
857 const PPDKey* PPDParser::getKey( const String& rKey ) const in getKey() function in PPDParser
867 ( m_aKeys.find( pKey->getKey() ) != m_aKeys.end() ? true : false ) : in hasKey()
1186 m_pTranslator->insertKey( pKey->getKey(), aTranslation ); in parseOpenUI()
1251 aConstraint.m_pKey2 = getKey( aToken ); in parseConstraint()
1253 aConstraint.m_pKey1 = getKey( aToken ); in parseConstraint()
1862 it->first->getKey().GetStr(), in setValue()
1864 pKey->getKey().GetStr(), in setValue()
2040 ByteString aCopy( it->first->getKey(), RTL_TEXTENCODING_MS_1252 ); in getStreamableBuffer()
2058 ByteString aCopy( it->first->getKey(), RTL_TEXTENCODING_MS_1252 ); in getStreamableBuffer()
2092 …const PPDKey* pKey = m_pParser->getKey( String( aLine.Copy( 0, nPos ), RTL_TEXTENCODING_MS_1252 ) … in rebuildFromStreamBuffer()
2101 …t::rebuildFromStreamBuffer: read PPDKeyValue { %s, %s }\n", pKV->m_pKey->getKey().GetStr(), pKV->m… in rebuildFromStreamBuffer()
2119 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ) ); in getRenderResolution()
2146 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) ); in getPageSize()