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()
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() argument
419 set(aPropId, aAny); in set()
427 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()

Completed in 24 milliseconds