Home
last modified time | relevance | path

Searched refs:checkConstraints (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1849 else if( checkConstraints( pKey, pValue, true ) ) in setValue()
1858 ! checkConstraints( it->first, it->second, false ) ) in setValue()
1883 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pValue ) in checkConstraints() function in PPDContext
1890 return checkConstraints( pKey, pValue, false ); in checkConstraints()
1898 bRet = checkConstraints( pKey, pValue, false ); in checkConstraints()
1925 bool PPDContext::checkConstraints( const PPDKey* pKey, const PPDValue* pNewValue, bool bDoReset ) in checkConstraints() function in PPDContext
2024 if( checkConstraints( pKey, pValue ) ) in getUnconstrainedValues()
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx305 bool checkConstraints( const PPDKey*, const PPDValue*, bool bDoReset );
323 bool checkConstraints( const PPDKey*, const PPDValue* );
/trunk/main/padmin/source/
H A Dprtsetup.cxx54 if( m_aJobData.m_aContext.checkConstraints( pKey, pValue ) ) in insertAllPPDValues()
485 if( m_pParent->m_aJobData.m_aContext.checkConstraints( pKey, pValue ) && in FillValueBox()

Completed in 29 milliseconds