Home
last modified time | relevance | path

Searched refs:m_aCurrentValues (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1777 m_aCurrentValues = rCopy.m_aCurrentValues; in operator =()
1792 for( it = m_aCurrentValues.begin(); it != m_aCurrentValues.end() && n--; ++it ) in getModifiedKey()
1794 return it != m_aCurrentValues.end() ? it->first : NULL; in getModifiedKey()
1803 m_aCurrentValues.clear(); in setParser()
1816 it = m_aCurrentValues.find( pKey ); in getValue()
1817 if( it != m_aCurrentValues.end() ) in getValue()
1847 m_aCurrentValues[ pKey ] = pValue; in setValue()
1851 m_aCurrentValues[ pKey ] = pValue; in setValue()
1854 hash_type::iterator it = m_aCurrentValues.begin(); in setValue()
1855 while( it != m_aCurrentValues.end() ) in setValue()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx300 hash_type m_aCurrentValues; member in psp::PPDContext
319 int countValuesModified() const { return m_aCurrentValues.size(); } in countValuesModified()