Home
last modified time | relevance | path

Searched refs:countValues (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx752 pKey->countValues(), in PPDParser()
755 for( int j = 0; j < pKey->countValues(); j++ ) in PPDParser()
1415 else if( m_pInputSlots->countValues() > 0 ) in getSlot()
1428 else if( m_pInputSlots->countValues() > 0 ) in getSlotCommand()
1439 for( int i=0; i < m_pInputSlots->countValues(); i++ ) in getSlotCommand()
1455 else if( m_pPaperDimensions->countValues() > 0 ) in getPaperDimension()
1468 else if( m_pPaperDimensions->countValues() > 0 ) in getPaperDimensionCommand()
1576 else if( m_pDuplexTypes->countValues() > 0 ) in getDuplex()
1589 else if( m_pDuplexTypes->countValues() > 0 ) in getDuplexCommand()
1641 if( nFont >=0 && nFont < m_pFontList->countValues() ) in getFont()
[all …]
H A Dprinterinfomanager.cxx1156 int nValues = pPageSizeKey->countValues(); in setDefaultPaper()
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx89 int countValues() const in countValues() function in psp::PPDKey
230 { return m_pPaperDimensions ? m_pPaperDimensions->countValues() : 0; } in getPaperDimensions()
248 { return m_pInputSlots ? m_pInputSlots->countValues() : 0; } in getInputSlots()
263 { return m_pDuplexTypes ? m_pDuplexTypes->countValues() : 0; } in getDuplexTypes()
269 { return m_pFontList ? m_pFontList->countValues() : 0; } in getFonts()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx168 pJobSetup->mnPaperBin < pKey->countValues(); in copyJobDataToJobSetup()
171 if( pJobSetup->mnPaperBin >= pKey->countValues() ) in copyJobDataToJobSetup()
534 int nValues = pKey->countValues(); in InitPaperFormats()
719 if( nPaperBin >= pKey->countValues() ) in SetData()
830 return pKey ? pKey->countValues() : 0; in GetPaperBinCount()
844 if( ! pKey || nPaperBin >= (sal_uLong)pKey->countValues() ) in GetPaperBinName()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx116 pJobSetup->mnPaperBin < pKey->countValues(); in copyJobDataToJobSetup()
119 if( pJobSetup->mnPaperBin >= pKey->countValues() || pValue == pKey->getDefaultValue() ) in copyJobDataToJobSetup()
466 int nValues = pKey->countValues(); in InitPaperFormats()
716 return pKey ? pKey->countValues() : 0; in GetPaperBinCount()
/trunk/main/extensions/source/scanner/
H A Dgrid.hxx135 int countValues() { return m_nValues; } in countValues() function in GridWindow
/trunk/main/padmin/source/
H A Dprtsetup.cxx49 for( int i = 0; i < pKey->countValues(); i++ ) in insertAllPPDValues()
482 for( int i = 0; i < pKey->countValues(); i++ ) in FillValueBox()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx931 int nValueCount = pKey->countValues(); in writeJobPatch()

Completed in 65 milliseconds