Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/forms/
H A Dlayerimport.cxx443 … for ( ::std::vector< ModelStringPair >::const_iterator aReferences = m_aControlReferences.begin(); in endPage()
444 aReferences != aEnd; in endPage()
445 ++aReferences in endPage()
452 sReferring = aReferences->second; in endPage()
462 xCurrentReferring->setPropertyValue( PROPERTY_CONTROLLABEL, makeAny( aReferences->first ) ); in endPage()
/aoo41x/main/sc/source/core/data/
H A Dcell2.cxx689 std::deque<ScToken*> aReferences; in HasRefListExpressibleAsOneReference() local
690 aReferences.push_back(pFirstReference); in HasRefListExpressibleAsOneReference()
697 aReferences.push_back(dynamic_cast<ScToken*>(pToken)); in HasRefListExpressibleAsOneReference()
710 && (pFunction->GetParamCount() == aReferences.size())) in HasRefListExpressibleAsOneReference()
712 return lcl_refListFormsOneRange(aPos, aReferences, rRange); in HasRefListExpressibleAsOneReference()

Completed in 45 milliseconds