Searched refs:aColorNames (Results 1 – 2 of 2) sorted by relevance
243 uno::Sequence < ::rtl::OUString > aColorNames = GetPropertyNames(sScheme); in Load() local244 uno::Sequence< uno::Any > aColors = GetProperties( aColorNames ); in Load()246 const ::rtl::OUString* pColorNames = aColorNames.getConstArray(); in Load()276 uno::Sequence < ::rtl::OUString > aColorNames = GetPropertyNames(m_sLoadedScheme); in Commit() local277 uno::Sequence < beans::PropertyValue > aPropValues(aColorNames.getLength()); in Commit()279 const ::rtl::OUString* pColorNames = aColorNames.getConstArray(); in Commit()282 for(int i = 0; i < 2 * ColorConfigEntryCount && aColorNames.getLength() > nIndex; i+= 2) in Commit()290 if(nIndex >= aColorNames.getLength()) in Commit()
372 uno::Sequence < ::rtl::OUString > aColorNames = GetPropertyNames(sEntry); in FillComponentColors() local373 uno::Sequence < ::rtl::OUString > aDefaultColorNames = aColorNames; in FillComponentColors()377 lcl_addString(aColorNames,sColor); in FillComponentColors()379 uno::Sequence< uno::Any > aColors = GetProperties( aColorNames ); in FillComponentColors()386 ::rtl::OUString* pColorIter = aColorNames.getArray(); in FillComponentColors()387 ::rtl::OUString* pColorEnd = pColorIter + aColorNames.getLength(); in FillComponentColors()
Completed in 14 milliseconds