Lines Matching refs:countValues

752                  pKey->countValues(),  in PPDParser()
755 for( int j = 0; j < pKey->countValues(); j++ ) in PPDParser()
1301 for( i = 0; i < m_pImageableAreas->countValues(); i++ ) in getMargins()
1304 for( i = 0; i < m_pPaperDimensions->countValues(); i++ ) in getMargins()
1340 for( int i = 0; i < m_pPaperDimensions->countValues(); i++ ) in getPaperDimension()
1365 for( int i = 0; i < m_pPaperDimensions->countValues(); i++ ) in matchPaper()
1413 if( nSlot > 0 && nSlot < m_pInputSlots->countValues() ) in getSlot()
1415 else if( m_pInputSlots->countValues() > 0 ) in getSlot()
1426 if( nSlot > 0 && nSlot < m_pInputSlots->countValues() ) in getSlotCommand()
1428 else if( m_pInputSlots->countValues() > 0 ) in getSlotCommand()
1439 for( int i=0; i < m_pInputSlots->countValues(); i++ ) in getSlotCommand()
1453 if( nPaperDimension > 0 && nPaperDimension < m_pPaperDimensions->countValues() ) in getPaperDimension()
1455 else if( m_pPaperDimensions->countValues() > 0 ) in getPaperDimension()
1466 if( nPaperDimension > 0 && nPaperDimension < m_pPaperDimensions->countValues() ) in getPaperDimensionCommand()
1468 else if( m_pPaperDimensions->countValues() > 0 ) in getPaperDimensionCommand()
1479 for( int i=0; i < m_pPaperDimensions->countValues(); i++ ) in getPaperDimensionCommand()
1523 if( ( ! m_pResolutions || m_pResolutions->countValues() == 0 ) && in getResolutions()
1526 return m_pResolutions ? m_pResolutions->countValues() : 0; in getResolutions()
1531 …if( ( ! m_pResolutions || m_pResolutions->countValues() == 0 ) && m_pDefaultResolution && nNr == 0… in getResolution()
1545 if( ( ! m_pResolutions || m_pResolutions->countValues() == 0 ) && m_pDefaultResolution ) in getResolutionCommand()
1552 for( int i = 0; i < m_pResolutions->countValues(); i++ ) in getResolutionCommand()
1574 if( nDuplex > 0 && nDuplex < m_pDuplexTypes->countValues() ) in getDuplex()
1576 else if( m_pDuplexTypes->countValues() > 0 ) in getDuplex()
1587 if( nDuplex > 0 && nDuplex < m_pDuplexTypes->countValues() ) in getDuplexCommand()
1589 else if( m_pDuplexTypes->countValues() > 0 ) in getDuplexCommand()
1600 for( int i=0; i < m_pDuplexTypes->countValues(); i++ ) in getDuplexCommand()
1614 if( m_pFontList && nFont >= 0 && nFont < m_pFontList->countValues() ) in getFontAttributes()
1630 for( int i = 0; i < m_pFontList->countValues(); i++ ) in getFontAttributes()
1641 if( nFont >=0 && nFont < m_pFontList->countValues() ) in getFont()
2020 int nValues = pKey->countValues(); in getUnconstrainedValues()