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()400 sal_Int32 nIndex = getOrCreateIndex(aPropId); in set()411 set(aPropId, aAny); in set()414 void PropertySequence::set(PropertyIds aPropId, sal_Int32 nValue) in set() argument419 set(aPropId, aAny); in set()427 set(aPropId, aAny); in set()[all …]
713 PropertyIds aPropId = aProperties[i]; in CopyLastHeaderFooter() local714 rtl::OUString sName = rPropNameSupplier.GetName( aPropId ); in CopyLastHeaderFooter()
Completed in 14 milliseconds