Lines Matching refs:getValue

758             const PPDValue* pValue = pKey->getValue( j );  in PPDParser()
827 m_aPrinterName = pKey->getValue( 0 )->m_aValue; in PPDParser()
829 m_aNickName = pKey->getValue( 0 )->m_aValue; in PPDParser()
831 …m_bColorDevice = pKey->getValue( 0 )->m_aValue.CompareIgnoreCaseToAscii( "true", 4 ) == COMPARE_EQ… in PPDParser()
834 m_nLanguageLevel = pKey->getValue( 0 )->m_aValue.ToInt32(); in PPDParser()
836 … m_bType42Capable = pKey->getValue( 0 )->m_aValue.EqualsIgnoreCaseAscii( "Type42" ) ? true : false; in PPDParser()
1133 const PPDValue* pDefValue = pKey->getValue( aOption ); in parse()
1259 if( ! ( aConstraint.m_pOption2 = aConstraint.m_pKey2->getValue( aToken ) ) ) in parseConstraint()
1264 if( ! ( aConstraint.m_pOption1 = aConstraint.m_pKey1->getValue( aToken ) ) ) in parseConstraint()
1302 if( rPaperName == m_pImageableAreas->getValue( i )->m_aOption ) in getMargins()
1305 if( rPaperName == m_pPaperDimensions->getValue( i )->m_aOption ) in getMargins()
1312 String aArea = m_pImageableAreas->getValue( nImArea )->m_aValue; in getMargins()
1319 aArea = m_pPaperDimensions->getValue( nPDim )->m_aValue; in getMargins()
1341 if( rPaperName == m_pPaperDimensions->getValue( i )->m_aOption ) in getPaperDimension()
1347 String aArea = m_pPaperDimensions->getValue( nPDim )->m_aValue; in getPaperDimension()
1367 String aArea = m_pPaperDimensions->getValue( i )->m_aValue; in matchPaper()
1378 return m_pPaperDimensions->getValue( i )->m_aOption; in matchPaper()
1398 return nPDim != -1 ? m_pPaperDimensions->getValue( nPDim )->m_aOption : String(); in matchPaper()
1414 return m_pInputSlots->getValue( nSlot )->m_aOption; in getSlot()
1416 return m_pInputSlots->getValue( (sal_uLong)0 )->m_aOption; in getSlot()
1427 return m_pInputSlots->getValue( nSlot )->m_aValue; in getSlotCommand()
1429 return m_pInputSlots->getValue( (sal_uLong)0 )->m_aValue; in getSlotCommand()
1441 const PPDValue* pValue = m_pInputSlots->getValue( i ); in getSlotCommand()
1454 return m_pPaperDimensions->getValue( nPaperDimension )->m_aOption; in getPaperDimension()
1456 return m_pPaperDimensions->getValue( (sal_uLong)0 )->m_aOption; in getPaperDimension()
1467 return m_pPaperDimensions->getValue( nPaperDimension )->m_aValue; in getPaperDimensionCommand()
1469 return m_pPaperDimensions->getValue( (sal_uLong)0 )->m_aValue; in getPaperDimensionCommand()
1481 const PPDValue* pValue = m_pPaperDimensions->getValue( i ); in getPaperDimensionCommand()
1539 getResolutionFromString( m_pResolutions->getValue( nNr )->m_aOption, in getResolution()
1554 getResolutionFromString( m_pResolutions->getValue( i )->m_aOption, in getResolutionCommand()
1557 return m_pResolutions->getValue( i )->m_aValue; in getResolutionCommand()
1575 return m_pDuplexTypes->getValue( nDuplex )->m_aOption; in getDuplex()
1577 return m_pDuplexTypes->getValue( (sal_uLong)0 )->m_aOption; in getDuplex()
1588 return m_pDuplexTypes->getValue( nDuplex )->m_aValue; in getDuplexCommand()
1590 return m_pDuplexTypes->getValue( (sal_uLong)0 )->m_aValue; in getDuplexCommand()
1602 const PPDValue* pValue = m_pDuplexTypes->getValue( i ); in getDuplexCommand()
1617 WhitespaceToSpace( m_pFontList->getValue( nFont )->m_aValue ); in getFontAttributes()
1631 if( m_pFontList->getValue( i )->m_aOption == rFont ) in getFontAttributes()
1642 return m_pFontList->getValue( nFont )->m_aOption; in getFont()
1699 const PPDValue* PPDKey::getValue( int n ) const in getValue() function in PPDKey
1706 const PPDValue* PPDKey::getValue( const String& rOption ) const in getValue() function in PPDKey
1716 const PPDValue* pValue = getValue( rOption ); in getValueCaseInsensitive()
1810 const PPDValue* PPDContext::getValue( const PPDKey* pKey ) const in getValue() function in PPDContext
1825 pValue = pKey->getValue( 0 ); in getValue()
1912 const PPDValue* pResetValue = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in resetValue()
1914 pResetValue = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "False" ) ) ); in resetValue()
1934 if( pKey->getValue( pNewValue->m_aOption ) != pNewValue ) in checkConstraints()
1960 if( pOtherKeyOption == getValue( pOtherKey ) ) in checkConstraints()
1970 if( ! ( pOtherKeyOption = getValue( pOtherKey ) ) ) in checkConstraints()
1987 if( getValue( pOtherKey ) == pOtherKeyOption && in checkConstraints()
2000 const PPDValue* pOtherValue = getValue( pOtherKey ); in checkConstraints()
2023 const PPDValue* pValue = pKey->getValue( i ); in getUnconstrainedValues()
2098 pValue = pKey->getValue( aOption ); in rebuildFromStreamBuffer()
2122 const PPDValue* pValue = getValue( pKey ); in getRenderResolution()
2149 const PPDValue* pValue = getValue( pKey ); in getPageSize()