Lines Matching refs:second

160 …MapPropertySet2String::const_iterator aReferring = m_aCurrentPageReferring->second.find(_rxControl…  in exportControl()
161 if (aReferring != m_aCurrentPageReferring->second.end()) in exportControl()
162 sReferringControls = aReferring->second; in exportControl()
256 aObjectStyle = aObjectStylePos->second; in getObjectStyleName()
357 if (_bClear && !m_aCurrentPageIds->second.empty() ) in implMoveIterators()
358 m_aCurrentPageIds->second.clear(); in implMoveIterators()
371 if (_bClear && !m_aCurrentPageReferring->second.empty() ) in implMoveIterators()
372 m_aCurrentPageReferring->second.clear(); in implMoveIterators()
405 OSL_ENSURE(m_aCurrentPageIds->second.end() != m_aCurrentPageIds->second.find(_rxControl), in getControlId()
407 return m_aCurrentPageIds->second[_rxControl]; in getControlId()
431 sNumberStyle = getControlNumberStyleExport()->GetStyleName(aControlFormatPos->second); in getControlNumberStyle()
510 return _size + _map.second.size(); in operator ()()
530 for ( MapPropertySet2String::const_iterator inner = outer->second.begin(); in lcl_findFreeControlId()
531 inner != outer->second.end(); in lcl_findFreeControlId()
535 OSL_ENSURE( inner->second != sControlId, in lcl_findFreeControlId()
558 m_aCurrentPageIds->second[_rxObject] = sCurrentId; in checkExamineControl()
567 ::rtl::OUString& sReferencedBy = m_aCurrentPageReferring->second[xCurrentReference]; in checkExamineControl()
631 m_aCurrentPageIds->second[ xColumnProperties ] = sCurrentId; in collectGridColumnStylesAndIds()
822 …OSL_ENSURE( aPos.second, "OFormLayerXMLExport_Impl::excludeFromExport: element already exists in t… in excludeFromExport()