Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.cxx366 uno::Any PropertySequence::get(PropertyIds aPropId) in get() argument
368 Map_t::const_iterator aIt = m_indexMap.find(aPropId); in get()
378 int PropertySequence::getOrCreateIndex(PropertyIds aPropId) in getOrCreateIndex() argument
380 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() argument
400 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() argument
411 set(aPropId, aAny); in set()
[all …]
H A DPropertyMap.cxx713 PropertyIds aPropId = aProperties[i]; in CopyLastHeaderFooter() local
714 rtl::OUString sName = rPropNameSupplier.GetName( aPropId ); in CopyLastHeaderFooter()