Searched refs:aPropId (Results 1 – 2 of 2) sorted by relevance
366 uno::Any PropertySequence::get(PropertyIds aPropId) in get() argument368 Map_t::const_iterator aIt = m_indexMap.find(aPropId); in get()378 int PropertySequence::getOrCreateIndex(PropertyIds aPropId) in getOrCreateIndex() argument380 Map_t::const_iterator aIt = m_indexMap.find(aPropId); in getOrCreateIndex()388 m_indexMap[aPropId] = nIndex; in getOrCreateIndex()398 void PropertySequence::set(PropertyIds aPropId, const uno::Any & rValue) in set() argument400 sal_Int32 nIndex = getOrCreateIndex(aPropId); in set()402 m_sequence[nIndex].Name = m_rPropNameSupplier.GetName(aPropId); in set()406 void PropertySequence::set(PropertyIds aPropId, sal_uInt32 nValue) in set() argument411 set(aPropId, aAny); in set()[all …]
713 PropertyIds aPropId = aProperties[i]; in CopyLastHeaderFooter() local714 rtl::OUString sName = rPropNameSupplier.GetName( aPropId ); in CopyLastHeaderFooter()