Searched refs:m_aConfigValues (Results 1 – 2 of 2) sorted by relevance
77 TComponents m_aConfigValues; member in svtools::ExtendedColorConfig_Impl110 if ( aFind != m_aConfigValues.end() ) in GetColorConfigValue()168 return m_aConfigValues.size(); in GetComponentCount()175 if ( aFind != m_aConfigValues.end() ) in GetComponentColorCount()185 if ( aFind != m_aConfigValues.end() ) in GetComponentColorConfigValue()274 m_aConfigValues.clear(); in Load()367 if ( m_aConfigValues.find(sComponentName) == m_aConfigValues.end() ) in FillComponentColors()454 TComponents::iterator aIter = m_aConfigValues.begin(); in Commit()455 TComponents::iterator aEnd = m_aConfigValues.end(); in Commit()520 TComponents::iterator aFind = m_aConfigValues.find(_sName); in SetColorConfigValue()[all …]
74 ColorConfigValue m_aConfigValues[ColorConfigEntryCount]; member in svtools::ColorConfig_Impl92 {return m_aConfigValues[eValue];} in GetColorConfigValue()251 pColors[nIndex] >>= m_aConfigValues[i / 2].nColor; in Load()253 m_aConfigValues[i/2].nColor = COL_AUTO; in Load()259 m_aConfigValues[i / 2].bIsVisible = Any2Bool(pColors[nIndex++]); in Load()286 if(COL_AUTO != sal::static_int_cast<ColorData>(m_aConfigValues[i/2].nColor)) in Commit()287 pPropValues[nIndex].Value <<= m_aConfigValues[i/2].nColor; in Commit()296 pPropValues[nIndex].Value.setValue(&m_aConfigValues[i/2].bIsVisible, rBoolType); in Commit()322 if(rValue != m_aConfigValues[eValue]) in SetColorConfigValue()324 m_aConfigValues[eValue] = rValue; in SetColorConfigValue()
Completed in 24 milliseconds