Searched refs:checkConstraints (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1849 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()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 305 bool checkConstraints( const PPDKey*, const PPDValue*, bool bDoReset ); 323 bool checkConstraints( const PPDKey*, const PPDValue* );
|
/aoo42x/main/padmin/source/ |
H A D | prtsetup.cxx | 54 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 33 milliseconds